Skip to content

Commit

Permalink
revert ldlidar
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Mar 31, 2024
1 parent 3cf31bc commit 8446ddd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/install_sensors.bash
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ function install_ydlidar {
source $WORKSPACE/install/setup.bash
}

function install_ldlidar {
cd $WORKSPACE
git clone https://github.com/linorobot/ldlidar src/ldlidar
colcon build
source $WORKSPACE/install/setup.bash
}

function install_ldlidar_stl_ros2 {
cd $WORKSPACE
git clone https://github.com/hippo5329/ldlidar_stl_ros2.git src/ldlidar_stl_ros2
Expand Down

0 comments on commit 8446ddd

Please sign in to comment.