ros-naoqi / nao_extras

Additional ROS nodes for the Nao humanoid, continues from the "nao_common" stack
BSD 3-Clause "New" or "Revised" License
8 stars 20 forks source link

Robot keeps walking when joystick returns to zero position #5

Closed sosswald closed 8 years ago

sosswald commented 9 years ago

Commit f9115d480d17c405447edebf6ad413b244c2977f introduced a feature that prevents teleop_nao_joy from repeatedly sending zero motion commands, which would interfere with other modules sending motion commands (e.g., path planners). Unfortunately, the patch prevents teleop_nao_joy from sending zero motion commands altogether, so the robot never stops walking.