Robotics StackExchange | Archived questions

Why is rosaria not outputting velocity comands?

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

Asked by DanThe on 2016-04-12 09:15:17 UTC

Comments

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

Asked by thepirate16 on 2016-04-12 09:22:29 UTC

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.

Asked by ReedHedges on 2016-04-12 10:57:47 UTC

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?

Asked by DanThe on 2016-04-14 08:03:30 UTC

Answers