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

SimpleController: fix sending commands without having any input samples #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

D-Alex
Copy link

@D-Alex D-Alex commented Nov 30, 2015

If a data connection to the input port exists the controller sends old
data as new commands even if no new input samples are available. This
results in a dangerous behaviour commanding the robot to move without
any timeout.

The new implementation repeats the command until a timeout
interval passed. After this, stop commands are sent until a new
input sample arrived. This ensures that if the commanding component
freezes or forgets to send a stop command the robot stops after n
seconds.

Alexander Duda added 3 commits November 30, 2015 19:31
If a data connection to the input port exists the controller sends old
data as new commands even if no new input samples are available. This
results in a dangerous behaviour commanding the robot to move without
any timeout.

The new implementation repeats the command until a timeout
interval passed. After this stop commands are sent until a new
input sample arrived. This ensures that if the commanding component
freezes or forgets to send a stop command the robot stops after n
seconds.
base/MotionCommand2D is the old name and currently a typedef for
base/commands/Motion2d. MotionCommand2D is going to be removed from
base/types
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.

1 participant