stereolabs / zed-ros2-examples

A collection of examples and tutorials to illustrate how to better use the ZED cameras in the ROS2 framework
https://www.stereolabs.com/docs/ros2/
Apache License 2.0
34 stars 29 forks source link

Can't display detected objects in rviz. ZED_OD display plugin fails to Load #32

Open immanueln98 opened 5 months ago

immanueln98 commented 5 months ago

Preliminary Checks

Description

The zed_od display plugin fails to load. Error: According to the loaded plugin descriptions the class rviz_plugin_zed_od/ZedOdDisplay with base class type rviz_common::Display does not exist, despite it being built as shown below " image

However, zed_aruco_localization fails to build, but I assumed it has nothing to do with the zed_od plugin. I could be wrong.

Steps to Reproduce

1.Install all required dependencies (ZED SDK, zed_ros2_wrapper, e.t.c) 2.Source and build zed-ros2-examples 3.Run ros2 launch zed_display_rviz2 display_zed_cam.launch.py camera_model:=zed2i

...

Expected Result

Detected objects visualised in Rviz2

Actual Result

image

ZED Camera model

ZED2i

Environment

OS: Ubuntu 22.04
Platform: Nvidia Jetson Orin
ROS: Humble
ZED SDK: 4

Anything else?

No response