Skip to content

Commit

Permalink
Fix some problems for lslidar (ApolloAuto#4685)
Browse files Browse the repository at this point in the history
* Fixed build part issue in apollo.sh
* Remove test files under modules folder
* Remove diagnostic part in lslidar_driver.h
  • Loading branch information
tongsky723 authored and ycool committed Jul 3, 2018
1 parent 1001d20 commit 2cef6f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ function print_usage() {
${BLUE}build_opt${NONE}: build optimized binary for the code
${BLUE}build_gpu${NONE}: run build only with Caffe GPU mode support
${BLUE}build_velodyne${NONE}: build velodyne driver
${BLUE}build_lslidar${NONE}: build lslidar driver
${BLUE}build_rslidar${NONE}: build rslidar driver
${BLUE}build_usbcam${NONE}: build usb camera driver
${BLUE}build_opt_gpu${NONE}: build optimized binary with Caffe GPU mode support
Expand Down Expand Up @@ -626,6 +627,9 @@ function main() {
build_velodyne)
build_velodyne
;;
build_lslidar)
build_lslidar
;;
build_rslidar)
build_rslidar
;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ limitations under the License. /

#include <ros/ros.h>
#include <std_msgs/UInt64.h>
#include <diagnostic_updater/publisher.h>

#include <lslidar_msgs/LslidarPacket.h>

Expand Down

0 comments on commit 2cef6f8

Please sign in to comment.