IntelRealSense / realsense-ros

ROS Wrapper for Intel(R) RealSense(TM) Cameras
http://wiki.ros.org/RealSense
Apache License 2.0
2.6k stars 1.77k forks source link

Best way to install for L515 with ROS1 wrapper #3168

Closed manasvinisrini closed 4 months ago

manasvinisrini commented 4 months ago

I purchased a L515 camera and these are the steps I'm following to install realsense-ros. I'm currently using ROS noetic and would like to stick to ROS1.

I still run into a lot of errors when building the package and its fails everytime. I was wondering if this is the right way or if I'm missing something with the installation steps.

Thanks.

MartyG-RealSense commented 4 months ago

Hi @ManasviniSrini The easiest installation procedure would be to use the command below, which will install librealsense 2.50.0 and the 2.3.2 ROS1 wrapper at the same time.

sudo apt-get install ros-$ROS_DISTRO-realsense2-camera

This installation method does not include the RealSense Viewer tool though, so if you need the Viewer then you should install librealsense first and then build the ROS1 wrapper from source code afterwards.

manasvinisrini commented 4 months ago

Thanks @MartyG-RealSense ! I got the package installed and its working great.

MartyG-RealSense commented 4 months ago

You are very welcome. I'm pleased to hear that you succeeded. Thanks very much for the update!