-
Notifications
You must be signed in to change notification settings - Fork 442
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
Visualize object sensor's data (rviz) #518
Comments
Hi @soo4826,
You don't need to create any tf listener. |
Thanks for your reply joel! I want to make KITTI ground truth data of 3D object tracking, so I want to get object's 3D BBOX data. Also I already try to use object sensor. But there are some problems.
So, I'll try to use marker sensor to visualize objects on carla. And Is there a solution to make GT data from carla..? |
@soo4826 The
Regarding bboxes, a new feature to get bounding bounding was added in On the other hand, there are other sensors that provide ground truth data in CARLA (e.g, semantic segmentation camera, semantic lidar). Here you can take a look to the CARLA sensor reference: https://carla.readthedocs.io/en/latest/ref_sensors/ |
Hi!
I want to extract 3D BBOX data using ros-bridge.
Before that, I need to visualize object's tf data via rviz.
But I dont know how to add object's tf data from object sensor... (/carla/ego_vehicle/objects)
When I launched pcl_recorder.launch, I found that topic /carla/ego_vehicle/objects published.
There is no node which subscribes that topic.
So, If I want to visualize object via rviz, do I have to make tf listener?
The text was updated successfully, but these errors were encountered: