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?
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 -0500
Seen: 178 times
Last updated: Jul 29 '19
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Concepts of parameters and services
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
How to run Execute Left Trajectory and Execute Right Trajectory services?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?