-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualizing in Rviz #54
Comments
@BingPeng0 You can use the marker visualization to show the 3D boxes. |
Sorry I still dont understand as I am quite new in ROS. Do I have to make another node to run the marker visualization or there is already topic being published provided in the yolov8 launch file. |
In rviz, using the |
@YumTaha You can also visualize the point cloud to see where the 3D boxes are. |
Use
You can use the PointCloud2 to visualize the point cloud. If you are not getting topics for PointCloud2, check your realsense, there should be a param to activate the point cloud. |
Thanks, seems to work now |
@BingPeng0 are you using the 3D version? |
@BingPeng0 check the |
Hi. I have managed to run the code and can view it by subscribing to the yolo/dbg_image. But I wanted to ask how can I visualize the 3D image in the Rviz world like what is shown in the demo.
The text was updated successfully, but these errors were encountered: