User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/installing_librealsense2_inside_ubuntu_bionic_ros_melodic.meta failed
tutorials:installing_librealsense2_inside_ubuntu_bionic_ros_melodic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:installing_librealsense2_inside_ubuntu_bionic_ros_melodic [2019/09/11 10:24] admintutorials:installing_librealsense2_inside_ubuntu_bionic_ros_melodic [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Installing librealsense2 inside chroot Ubuntu Bionic with ROS Melodic ====== ====== Installing librealsense2 inside chroot Ubuntu Bionic with ROS Melodic ======
  
-  Configure catkin workspace+===== Installing librealsense in ubuntu ===== 
 + 
 +  In debian use recent kernel (>5 if possible)
   * In the chroot follow these instructions (only section "Installing the packages"):   * In the chroot follow these instructions (only section "Installing the packages"):
  
 [[https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md]] [[https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md]]
  
 +  * Remember to install development packages
 +  * From the chroot copy the realsense udev rules into the debian host system:
 +
 +  sudo cp data/chroot/ubuntu-bionic/lib/udev/rules.d/60-librealsense2-udev-rules.rules /etc/udev/rules.d/
 +
 +  * Restart udev in the debian host system
 +  * Reconnect the USB realsense cable (use a USB3 port)
 +  * In ubuntu, add user to video group:
 +
 +  sudo adduser _user_ video
 +
 +  * logout and login to ubuntu
 +  * Test realsense with client test program:
 +
 +  realsense-viewer
 +
 +  * Consider upgrade realsense firmware
 +
 +===== ROS =====
 +
 +  * Configure a catkin workspace
 +  * Install the following dependency:
 +
 +  sudo apt install ros-melodic-ddynamic-reconfigure
 +
 +  * Follow the instructions from Step 3 from:
 +
 +[[https://github.com/IntelRealSense/realsense-ros]]
 +
 +  * To test ros module:
 +
 +  roslaunch realsense2_camera rs_camera.launch
 +
 +  * Run rviz in another console.
  
  
tutorials/installing_librealsense2_inside_ubuntu_bionic_ros_melodic.1568197476.txt.gz · Last modified: 2022/09/20 00:08 (external edit)