Skip to content

topic /ir_intensity contains more than one type #267

Answered by alsora
framlin asked this question in Questions
Discussion options

You must be logged in to vote

The Create 3 robot publishes data on the /ir_intensity-data topic using only irobot_create_msgs/msg/IrIntensityVector.
ROS does not support to publish messages of different types on the same topic and, in the more recent releases, it would crash right away if you try to do that.

However, the main point is different.
It sounds like you want to display the /ir_intensity-data topic in RViz and unfortunately this is not possible out of the box.
RViz can display only a limited number of topics, i.e. those topics that use message types supported by the RViz plugins.
The irobot_create_msgs/msg/IrIntensityVector, being a "custom" ROS topic developed by iRobot for the Create 3, does not have plugi…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@alsora
Comment options

@framlin
Comment options

@alsora
Comment options

@framlin
Comment options

@framlin
Comment options

Answer selected by alsora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_ros2 Forum post about general ROS 2 usage
2 participants