提交 cb9cd034 编写于 作者: T Tae Eun Choe 提交者: gchen-apollo

Perception: fix calibration file name from 64 to 128; Fix broken launch file...

Perception: fix calibration file name from 64 to 128; Fix broken launch file by not providing path (#6272)
上级 275030d1
...@@ -68,7 +68,7 @@ bool SetCameraHeight(const std::string &sensor_name, ...@@ -68,7 +68,7 @@ bool SetCameraHeight(const std::string &sensor_name,
float camera_offset = 0.0f; float camera_offset = 0.0f;
try { try {
YAML::Node lidar_height = YAML::Node lidar_height =
YAML::LoadFile(params_dir + "/" + "velodyne64_height.yaml"); YAML::LoadFile(params_dir + "/" + "velodyne128_height.yaml");
base_h = lidar_height["vehicle"]["parameters"]["height"].as<float>(); base_h = lidar_height["vehicle"]["parameters"]["height"].as<float>();
AINFO << base_h; AINFO << base_h;
YAML::Node camera_ex = YAML::Node camera_ex =
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<module> <module>
<name>perception_camera</name> <name>perception_camera</name>
<dag_conf>dag_streaming_perception_camera.dag</dag_conf> <dag_conf>/apollo/modules/perception/production/dag/dag_streaming_perception_camera.dag</dag_conf>
<!-- if not set, use default process --> <!-- if not set, use default process -->
<process_name></process_name> <process_name></process_name>
<version>1.0.0</version> <version>1.0.0</version>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册