File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
modules/drivers/lslidar_apollo/lslidar_driver/include/lslidar_driver Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -535,6 +535,7 @@ function print_usage() {
535
535
${BLUE} build_opt${NONE} : build optimized binary for the code
536
536
${BLUE} build_gpu${NONE} : run build only with Caffe GPU mode support
537
537
${BLUE} build_velodyne${NONE} : build velodyne driver
538
+ ${BLUE} build_lslidar${NONE} : build lslidar driver
538
539
${BLUE} build_rslidar${NONE} : build rslidar driver
539
540
${BLUE} build_usbcam${NONE} : build usb camera driver
540
541
${BLUE} build_opt_gpu${NONE} : build optimized binary with Caffe GPU mode support
@@ -626,6 +627,9 @@ function main() {
626
627
build_velodyne)
627
628
build_velodyne
628
629
;;
630
+ build_lslidar)
631
+ build_lslidar
632
+ ;;
629
633
build_rslidar)
630
634
build_rslidar
631
635
;;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ limitations under the License. /
27
27
28
28
#include < ros/ros.h>
29
29
#include < std_msgs/UInt64.h>
30
- #include < diagnostic_updater/publisher.h>
31
30
32
31
#include < lslidar_msgs/LslidarPacket.h>
33
32
You can’t perform that action at this time.
0 commit comments