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

Revision history [back]

click to hide/show revision 1
initial version

A node that reads sensor data is usually just a publisher, not a subscriber.

This node will use the Roboteq Linux API to read the sensor data, then it will publish that sensor data to the ROS network in a topic.

Then if you want to use that sensor data for something, you would write a separate node that subscribes to that topic.