Replies: 1 comment 1 reply
-
Hi @royito55 , The log that you posted indicates that the robot is NOT stopped, indeed you can see that there's a velocity command (-300 in this case) and the encoders are measuring the wheels as moving (-168). The robot is, in theory, always responsive to If you know that there are no holes/stairs/gaps where the robot could fall down, you should disable the backup limit. If this doesn't fix the problem (or if you already did that), it would be helpful to get a full log. |
Beta Was this translation helpful? Give feedback.
-
I've been trying to figure out why the create 3 randomly stops responding to the
/cmd_vel
if the base is left on for long enough.I know it's not an issue with the wheel motors because I can still call the
/dock
,/undock
, and/drive_distance
actions and there is no issue with them.I think I found something: sometimes, the create 3 outputs this message:
When this (debugging) message appears, the
/cmd_vel
is unresponsive, and the only way to reset it is manually turning the base off and on again.When this message does not appear, then the
/cmd_vel
topic works fine.What is the problem here? Is this a reflex or something I can turn off? Can I deactivate it? I want the base to be responsive to
/cmd_vel
24/7Beta Was this translation helpful? Give feedback.
All reactions