Odometry service or topic ?
Hi,
I can get odometry using service or a topic. How can I choose between the 2 possibilities ?
Thanks.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I can get odometry using service or a topic. How can I choose between the 2 possibilities ?
Thanks.
I think that you should use topics for that.
It depends on how often you receive data.
Services are useful when you want to do a specific action sometimes.
Topics are used when you often received data (data from sensors, command control to drive your robot, odometry, ...)
Asked: 2016-06-03 01:14:46 -0600
Seen: 262 times
Last updated: Jun 03 '16
How to subscribe to odom properly in python
waitForMessage functionality for TimeSyncronizer
Turtlebot odometry/imu calibration fails with Kinect mounted upside down
How to link odometry to a URDF model ?
rviz odometry is doubling angle?
Which ways of communicating with a controller are real-time safe?