ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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!