Problem running ROS action server and service server simultaneously

Hello,
I am stuck on Part iii of the ROS IN 5 DAYS Rosject. I dont know how to make the robot move and simultaneously record odometry. Please how can i do this?

Hi Yekeen,

I recommend you start trying to record the odometry with an action server without the rest of your program. You can send a single velocity command and activate your server, that way, if it works you know the action is not the problem, but the logic in your implementation.

Once you have the action server working by itself, you can integrate it into the previous parts (one file for the service server, one for the action server and one for the main program). NOTE: Please use classes, as this will keep things organized.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.