提交 88554a5d 编写于 作者: A Aaron Xiao 提交者: Jiangtao Hu

Data: Add python recorder into release.

上级 46ea2b44
......@@ -260,6 +260,8 @@ function release() {
# tools
cp -r modules/tools $MODULES_DIR
mkdir -p $MODULES_DIR/data/tools
cp -r modules/data/tools/recorder $MODULES_DIR/data/tools/
# scripts
cp -r scripts ${APOLLO_DIR}
......
......@@ -25,6 +25,10 @@ task:
group_name: 'default'
group_topic_match_re: ''
group_topic_exclude_re: '(.*(rosout|image_long|image_short|image_narrow|image_wide|PointCloud2)$)'
- group_id: '2'
group_name: 'test'
group_topic_match_re: '/apollo/data_recorder/status'
group_topic_exclude_re: ''
syslog:
if_record: true
record_method: rsync
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册