Usage of ros_control
Hi ROS community.
I am working on project where the ultimate goal is to build autonomus car. I found out that navigation stack is basically moving a robot by geometry_msgs/Twist. I have also found out about ros_control but so far I have not figured out how to use it with my use case. We have a car controlled by serial interface or bluetooth interface.
I would like to know how where (or if) should I use ros_control because I feel like I need to be missing something. What can ros_control do for me? To me it looks like I can just subsribe on Twist message and convert it to commands for the custom car and use it like that. I have read wiki and the paper but I feel like it is written for someone who already knows what to do.
Thanks in advance.