Created
May 16, 2024 07:12
-
-
Save xiaodong2077/b6d03654c93dbd45bf0961569d7ce516 to your computer and use it in GitHub Desktop.
livox_ros_driver2 integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/bash | |
source /opt/ros/noetic/setup.bash | |
rm -rf build | |
rm -rf devel | |
if [ ! -f src/livox_ros_driver2/package.xml ]; then | |
cp -f src/livox_ros_driver2/package_ROS1.xml src/livox_ros_driver2/package.xml | |
fi | |
catkin_make -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DROS_EDITION=ROS1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment