Why is rosaria not outputting velocity comands?

asked 2016-04-12 09:15:17 -0500

DanThe gravatar image

Hi all,

At certain points during the navigation, the robot stops without any apparent reason (the robot's path is not blocked). The terminal outputs the following warnings:

image description

and when I checked the cmd_vel topic I got the following:

image description

Any ideas as to why this happens?

Thanks

edit retag flag offensive close merge delete

Comments

You should upload the code/s and explain a little bit more which is the situation. The problem could come from infinite sources.

thepirate16 gravatar image thepirate16  ( 2016-04-12 09:22:29 -0500 )edit

What program/node is your first screenshot from? ROSARIA has some logging at debug level. You can also turn on some debug logging in ARIA to trace commands sent from ARIA to the robot. If you have 0 velocities in cmd_vel then probably your client is sending 0,0,0, or not sending commands.

ReedHedges gravatar image ReedHedges  ( 2016-04-12 10:57:47 -0500 )edit

The first screenshot is the terminal that runs my navigation launch file. I looks like move_base is not sending commands to RosAria but I don't know why it happens. Could it be because the processor has reached its processing limit?

DanThe gravatar image DanThe  ( 2016-04-14 08:03:30 -0500 )edit