You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
each processing executable should probably have its own topic to publish to
What do you mean about its own topic? rviz2 and rqt_image can only accept the standard sensor_images::msg::Image, rather than ros2_shm_vision_demo/msg/Image.msg
So, there is an idea of developing tools of showing custom defined image msg, which is ugly, but will be useful for debugging.
@ZhenshengLee I mean that currently the demo launches its own GUI (non-rqt) window to visualize the images. These images are not published to a topic but rather just shown in the GUI.
We should publish these images to a topic (sensor_msgs::msg::Image most likely) so that we can use normal ROS visualization tools (rqt, rviz, foxglove, etc.)
We should publish these images to a topic (sensor_msgs::msg::Image most likely) so that we can use normal ROS visualization tools (rqt, rviz, foxglove, etc.)
shm_demo.sh
even more apparentThe text was updated successfully, but these errors were encountered: