RViz 2d Nav Goal sends robot backwards

asked 2017-02-06 20:51:12 -0500

Acecryz gravatar image

updated 2017-02-07 22:05:57 -0500

When I try to use the 2D Nav Goal the robot starts reversing at pretty high speeds.

Any guides on where to start to solve the problem?

Ask me for any launch files and such that you need to see as i'm new to ROS.

Thank you in advance.

this is a picture of the rqt_graph

image description

edit retag flag offensive close merge delete

Comments

To start with: which robot are you controlling? Is this a commercial robot or a custom robot? You can start debugging by looking at the commanded x velocity on the cmd_vel topic to see if move_base is commanding forward or backward movement.

ahendrix gravatar image ahendrix  ( 2017-02-06 21:08:02 -0500 )edit

it's a custom robot, it was a handed down project, where do I find cmd_vel topic? the custom robot is able to do "roslaunch rbx_1_nav keyboard_teleop.launch" where i'm able to move the robot around with a keyboard along with a custom launch file which activates the nodes as far as i'm aware

Acecryz gravatar image Acecryz  ( 2017-02-06 21:32:12 -0500 )edit
1

If you have questions like "where do I find a topic" I'd suggest that you go do the ROS Tutorials. They're a bit long, but they do a very good job of introducing the core concepts in ROS such as messages, topics and services.

ahendrix gravatar image ahendrix  ( 2017-02-06 21:40:48 -0500 )edit

This is the rqt_graph of the custom launch file my senior made blob: https://web.whatsapp.com/dc0d34ac-314...

Acecryz gravatar image Acecryz  ( 2017-02-06 21:46:20 -0500 )edit

I had this issue on my custom robot, sounds hacky but I just switch the motor wires around :)

burf2000 gravatar image burf2000  ( 2017-02-07 08:21:06 -0500 )edit

@Acecryz : that link doesn't work for me. You should have enough karma to post images directly if you edit your question.

ahendrix gravatar image ahendrix  ( 2017-02-07 11:50:34 -0500 )edit

@burf2000 that wouldn't make sense since the robot works fine using keyboard movement.

Acecryz gravatar image Acecryz  ( 2017-02-07 22:03:58 -0500 )edit

The cmd_vel topic shows up on your rqt_graph; if you want to look at the x-velocity you can use rqt_topic, rqt_plot or just rostopic echo /cmd_vel .

ahendrix gravatar image ahendrix  ( 2017-02-07 23:03:16 -0500 )edit