Skip to content

Commit

Permalink
Perception: add conf for lgsvl dag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroldchen authored and jinghaomiao committed Aug 19, 2020
1 parent 386eb1d commit ff6bb06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sensor_name: "velodyne128"
enable_hdmap: true
lidar_query_tf_offset: 200
lidar2novatel_tf2_child_frame_id: "velodyne128"
output_channel_name: "/perception/inner/DetectionObjects"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sensor_name: "velodyne64"
enable_hdmap: true
lidar_query_tf_offset: 0
lidar2novatel_tf2_child_frame_id: "velodyne64"
output_channel_name: "/perception/inner/DetectionObjects"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module_config {
class_name : "DetectionComponent"
config {
name: "Velodyne128Detection"
config_file_path: "/apollo/modules/perception/production/conf/perception/lidar/velodyne128_detection_conf.pb.txt"
config_file_path: "/apollo/modules/perception/production/conf/perception/lidar/velodyne128_detection_conf_lgsvl.pb.txt"
flag_file_path: "/apollo/modules/perception/production/conf/perception/perception_common.flag"
readers {
channel: "/apollo/sensor/lidar128/compensator/PointCloud2"
Expand Down

0 comments on commit ff6bb06

Please sign in to comment.