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

ViewController 'Current View'unavailable. (on 2c1dc1cab80c) #6

Open electop opened 2 years ago

electop commented 2 years ago

Preliminary Checks

Description

I tried to execute the ros2 examples according to the guidance, and an issue occurred.

Steps to Reproduce

  1. Install the zed-ros2-wrapper package following the installation guide
  2. Install the zed-ros2-examples package following the installation guide
  3. Execution
    ros2 launch zed_display_rviz2 display_zed2i.launch.py

Expected Result

depthcloud

Actual Result

error window popup

ZED Camera model

ZED2i

Environment

OS : Ubuntu 20.04
Docker image : stereolabs/zed:3.6-gl-devel-cuda11.4-ubuntu20.04

Anything else?

No response

Myzhar commented 2 years ago

Hi @electop You have not installed all the plugins for Rviz2. I do not remember the name of the package to install, please look for something like rviz-default-plugins

electop commented 2 years ago

Thanks to @Myzhar I found an exact command and it has resolved.

$ sudo apt install ros-foxy-rviz-default-plugins

Please update prerequisites on the README.md.

Prerequisites

Myzhar commented 2 years ago

TODO: add rviz-default-plugins to dependencies