Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix realtime trajectory display #761

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

rhaschke
Copy link
Contributor

This is another attempt to resolve #744, fixing the realtime display of trajectories.

Main issue was the reset of current_state_time_ after progressing to the next state.
Now, time is incremented continuously and state is progressed up to current_state_time_.

Don't reset current_state_time_, but continously increment it based on wall_dt.
@rhaschke rhaschke merged commit 028c0d5 into moveit:kinetic-devel Feb 14, 2018
@rhaschke rhaschke deleted the fix-realtime-display branch February 14, 2018 20:53
JafarAbdi pushed a commit to JafarAbdi/moveit that referenced this pull request Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants