ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Speed controller, service or subscriber/publisher?

asked 2019-07-29 09:25:38 -0500

bhejase gravatar image

updated 2019-07-29 13:35:48 -0500

If I am making a PI speed controller for a robot, should I use a service or a subscriber for my Python script?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-29 12:41:00 -0500

duck-development gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2019-07-29 09:25:38 -0500

Seen: 168 times

Last updated: Jul 29 '19