Publishing and Subscribing Vectors
Hi,
How can I receive a vector (with unknown length and contains three floats) over Publisher and Subscriber in C++?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
How can I receive a vector (with unknown length and contains three floats) over Publisher and Subscriber in C++?
Do you want a dynamic array of geometry_msgs/Vector3 by defining your own message type ?
Like this:
Vector3Array.msg:
geometry_msgs/Vector3[] data
Question in Comment:
PubSub Tutorial: http://wiki.ros.org/ROS/Tutorials/Wri...
To Create your own message, follow this:
Asked: 2015-08-02 09:03:32 -0600
Seen: 1,604 times
Last updated: Aug 03 '15
subscribe and publish in the same class
Subscriber and Publisher node at once in cpp
Which ways of communicating with a controller are real-time safe?
How to recieve an array over Publisher and Subscriber? (Python)
basic question in understanding publishing and subscribing
Programmatically get ModelState from Gazebo
Problem using subscribed motor position topic