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

Update current-time slot in controller-action-client on real robot #465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Affonso-Gui
Copy link
Member

The controller-action-client class has a current-time slot for keeping track of the time_from_start field in the action feedback message.
This field is only used in simulation to calculate the time-to-finish, but it shouldn't hurt to set it when on the real robot as well, specially since we are already calculating it.

I've found this information useful for my work on interruptions, but nevertheless this change should be discussed and tested (is the test suite working for all robots?)

@pazeshun

Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this patch changes the simulation behavior so how about add slot variable like current-time-simulation and apply your change on :action-feedback-cb ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants