Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20.04? #55

Closed
LukeAI opened this issue Aug 7, 2021 · 1 comment
Closed

20.04? #55

LukeAI opened this issue Aug 7, 2021 · 1 comment

Comments

@LukeAI
Copy link

LukeAI commented Aug 7, 2021

Is 20.04 supported yet?
Is there likely to be another release in the near future?

@phmatin1962
Copy link

Hi, I did install the sdk with 20.04 with ros noetic.
I did follow the procedure written at : https://github.com/RoboSense-LiDAR/rslidar_sdk
** using Git
git clone https://github.com/RoboSense-LiDAR/rslidar_sdk.git
cd rslidar_sdk
git submodule init
git submodule update
** then YAML
sudo apt-get update
sudo apt-get install -y libyaml-cpp-dev
** then PCAP
sudo apt-get install -y libpcap-dev
** then protobuf
sudo apt-get install -y libprotobuf-dev protobuf-compiler
** then compile: Copy first the sdk under your catkin env/src, then go up
**Copy the file package_ros1.xml en package.xml
** edit the file CMakeLists.txt an change the compilation option to
#=======================================

Compile setup (ORIGINAL,CATKIN,COLCON)

#=======================================
set(COMPILE_METHOD CATKIN)
**then compile
catkin_make (at the good place)
** Configure for your Lidar
** edit the file catkin_ws/src/rslidar_sdk/config/config.yaml
** change the ** change lidar_type: RS16 #LiDAR type - RS16, RS32, RSBP, RS128, RS80, RSM1, RSHELIOS
** change frame_id: rslidar #Frame id of message (note that / will be suppress before rslidar: this is a pb for 20.04)

**execute
source devel/setup.bash
roslaunch rslidar_sdk start.launch
** connect the sensor and visualize oin RVIZ windows

ps : for roslaunch maybe you can need to source the setup.bash of your ros distribution

Hope this help

Philippe

@RS-Alex RS-Alex closed this as completed Dec 7, 2021
robertkurvits pushed a commit to DUT-Racing/rslidar_sdk that referenced this issue Feb 14, 2023
…e-real

feat(launch): single launch file to config fake/real launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants