Launching zed_display_rviz2 terminates with rclcpp::exceptions::InvalidTopicName #43
Closed
2 tasks done
Labels
bug
Something isn't working
Preliminary Checks
Description
When launching the
zed_display_rviz2
example withros2 launch zed_display_rviz2 display_zed_cam.launch.py camera_model:="zed2"
the process terminates with an error message (see below).Launching the
zed_wrapper
withros2 launch zed_wrapper zed_camera.launch.py camera_model:='zed2'
yields the same error.Steps to Reproduce
zed_wrapper
orzed_display_rviz2
with ROS2 Foxy on Ubuntu 20.04Expected Result
The example should provide a rviz2 window with the cameras view as described here.
Actual Result
Process terminates with error message:
A small (probably minimal size) rviz2 window opens without any content in it. When interacting, the rviz2 process also dies.
I am unable to find the errors origin or how to fix the
topic name
not being empty.ZED Camera model
ZED2
Environment
OS: Ubuntu 20.04 Focal Fossa (Release 5.10.192-tegra) HW: NVIDIA Jetson AGX Xavier (32GB) with Jetpack 5.1.3 and CUDA 11.4.315 ZED SDK Version: 4.2.2 Other info: ROS2 Foxy (I know it is EOL, but I can't upgrade to Ubuntu 22.04 and ROS2 Humble)
Anything else?
No response
The text was updated successfully, but these errors were encountered: