Project/RIS
[RIS] 12/3 (각종 오류)
YoungSeong98
2022. 12. 3. 14:48
728x90
반응형
- Jetson에서 Ubuntu 20.04를 지원한지 오래되지 않아 불안정하고 참고자료가 많지 않아 OS를 18.04로 변경
- ROS2
- 아래 github를 따라 rviz2 설치
- 'package failed: rviz_rendering' 오류 발생
GitHub - ros2/rviz: ROS 3D Robot Visualizer
ROS 3D Robot Visualizer. Contribute to ros2/rviz development by creating an account on GitHub.
github.com
https://github.com/intel/ros2_intel_realsense
GitHub - intel/ros2_intel_realsense: This project is deprecated and no more maintained. Please visit https://github.com/IntelRea
This project is deprecated and no more maintained. Please visit https://github.com/IntelRealSense/realsense-ros for ROS2 wrapper. - GitHub - intel/ros2_intel_realsense: This project is deprecated a...
github.com
$ cd ~/colcon_ws
$ colcon build
$ . install/local_setup.bash
$ ros2 launch realsense2_camera rs_launch.py
- realsense camera 실행
$ rviz2
- rviz에서 카메라의 이미지를 보려면 Add 클릭 후 By Topic -> camera->color->image_raw->Image 선택
- PointCloud값을 보지 못함
728x90
반응형