Integrate sensor_msgs with ros 2 ?
I want to create a pub-sub using sensor_msgs in ros 2? Is there tutorial showing how to do this ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to create a pub-sub using sensor_msgs in ros 2? Is there tutorial showing how to do this ?
Check the listener and talker under demo_node_cpp. If you don't have repositories look here https://github.com/ros2/ros2/wiki/Ame... .
Change the message and include your sensor message type, and use as in ROS 1.
Also, check this Imu listener: https://github.com/ros2/demos/blob/ma...
e.g. if sensor messages from Joint State of a robot
#include "sensor_msgs/msg/joint_state.hpp"
const sensor_msgs::msg::JointState state;
should be the message type.
Asked: 2017-09-25 02:34:30 -0600
Seen: 2,116 times
Last updated: Sep 27 '17
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?
ros2 rttest example build error
ROS 2 Alpha 2 ros1_bridge using DDS between two computers