提交 5b0e296f 编写于 作者: M Martin Jansa 提交者: Liu Jiaming

record_bag.sh: remove unused list of topics

* it's unused since:
  https://github.com/ApolloAuto/apollo/commit/0ad755804a9ce92f9d151293dcd482602f3c7222

* since this change from "rosbag record" which reads the list of topics
  from command line to "cyber_recorder record -a" this list was ignored
  and can be just dropped
上级 c509daed
......@@ -29,42 +29,7 @@ function start() {
LOG="/tmp/apollo_record.out"
NUM_PROCESSES="$(pgrep -f "cyber_recorder record" | grep -cv '^1$')"
if [ "${NUM_PROCESSES}" -eq 0 ]; then
nohup cyber_recorder record -a -i 60 -m 2048 /apollo/sensor/camera/obstacle/front_6mm \
/apollo/sensor/conti_radar \
/apollo/sensor/delphi_esr \
/apollo/sensor/gnss/best_pose \
/apollo/sensor/gnss/corrected_imu \
/apollo/sensor/gnss/gnss_status \
/apollo/sensor/gnss/imu \
/apollo/sensor/gnss/ins_stat \
/apollo/sensor/gnss/odometry \
/apollo/sensor/gnss/raw_data \
/apollo/sensor/gnss/rtk_eph \
/apollo/sensor/gnss/rtk_obs \
/apollo/sensor/gnss/heading \
/apollo/sensor/mobileye \
/apollo/canbus/chassis \
/apollo/canbus/chassis_detail \
/apollo/control \
/apollo/control/pad \
/apollo/perception/obstacles \
/apollo/perception/traffic_light \
/apollo/planning \
/apollo/prediction \
/apollo/routing_request \
/apollo/routing_response \
/apollo/localization/pose \
/apollo/localization/msf_gnss \
/apollo/localization/msf_lidar \
/apollo/localization/msf_status \
/apollo/navigation \
/apollo/relative_map \
/apollo/drive_event \
/tf \
/tf_static \
/apollo/monitor \
/apollo/monitor/system_status \
/apollo/monitor/static_info < /dev/null > "${LOG}" 2>&1 &
nohup cyber_recorder record -a -i 60 -m 2048 < /dev/null > "${LOG}" 2>&1 &
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册