ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found the problem.

I had to EDIT the RosAria.cpp file.

In the file in the line 270 there is n.param("baud", serial_baud, 0); This needs to be changed to your robot's baud rate. In my casen.param("baud", serial_baud, 115200);

Then catkin_make.

Now it connects! Progress!