Speed controller, service or subscriber/publisher?
If I am making a PI speed controller for a robot, should I use a service or a subscriber for my Python script?
add a comment
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
If I am making a PI speed controller for a robot, should I use a service or a subscriber for my Python script?
you should use a "subscriber/publisher"topic, because you like to controll you mobile robot with a twist message. und the output of you controller is not importent for the publisher node.
Asked: 2019-07-29 09:25:38 -0600
Seen: 166 times
Last updated: Jul 29 '19