Zed-ros-wrapper: [Question] where are the /obj_det/object_markers ?

Created on 5 May 2021  路  5Comments  路  Source: stereolabs/zed-ros-wrapper

i would like to visualize the Markers on the zed2 pointcloud as it was possible in previous version in RVIZ. Am i missing the topic? was the object_marker removed on purpose?

question

All 5 comments

Hi @jaronski
we removed that topic because it was computationally expensive.
To visualize the result of the object detection with Rviz we instead added a plugin that subscribes to the detected objects topic and renders all the information.
The plugin is available in the zed-ros-examples repository.
You can get more information by reading the Stereolabs online documentation:
https://www.stereolabs.com/docs/ros/object-detection/

I hope you will enjoy the improved object detection module, please do not hesitate to provide us with your feedback.

Wow this really cool! i run the zed_wrapper on a Xavier AGX and rviz visualization plugin on a different PC... fantastic ! exactly what i needed

We made this modification exactly for this kind of configuration. In your case, the Xavier AGX does not perform anymore any kind of elaboration related to object detection visualization, they are all moved on the receiving PC running RViz and the new ZedOdDisplay plugin.

I noticed this ERROR
and this Warning:
do you have a solution ?

Sure:
$ sudo apt install ros-noetic-rviz-imu-plugin
replace noetic with your current ROS version

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jorgemiar picture jorgemiar  路  3Comments

nalinraut picture nalinraut  路  9Comments

CMartinETH picture CMartinETH  路  7Comments

ana-GT picture ana-GT  路  5Comments

NeilNie picture NeilNie  路  6Comments