본문 바로가기

Project/RIS

[RIS] 12/3 (각종 오류)

728x90
반응형
  • Jetson에서 Ubuntu 20.04를 지원한지 오래되지 않아 불안정하고 참고자료가 많지 않아 OS를 18.04로 변경

 

- ROS2

  • 아래 github를 따라 rviz2 설치
  • 'package failed: rviz_rendering' 오류 발생

https://github.com/ros2/rviz

 

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
반응형

'Project > RIS' 카테고리의 다른 글

[RIS] 12/26 (MDAS)  (0) 2022.12.26
[RIS] 12/5 (RealSense, TF)  (0) 2022.12.05
[RIS] 12/1 (sdkmanager USB, external memory 사용)  (0) 2022.12.02
[RIS] 11/24 (각종 센서 동시 동작)  (0) 2022.11.24
[RIS] 11/22 (Jetson Xavier Foxy 설치)  (0) 2022.11.23