Skip to content

Commit f227399

Browse files
committed
add logger setting
Signed-off-by: wam-v-tan <ouxt.share@gmail.com>
1 parent 850b90e commit f227399

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docker/auto_logger/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: '3.8'
22
services:
33
rosbag_recorder:
4-
build: .
5-
# image: wamvtan/auto_logger:latest
4+
# build: .
5+
image: wamvtan/auto_logger:latest
66
network_mode: host
77
volumes:
88
- rosbag_volume:/rosbag
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ros2 bag record -o /home/ubuntu/auto_logger/rosbag/$(date '+%Y-%m-%d-%H-%M-%S') -d 10 -s mcap --storage-config-file /home/ubuntu/ouxt_automation/.github/workflows/docker/auto_logger/settings/storage_options.yaml /wamv/sensors/cameras/front_camera_sensor/image_raw/compressed /wamv/sensors/lidars/front_lidar_sensor/velodyne_packets
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/clock
2-
/odom
1+
/wamv/sensors/cameras/front_camera_sensor/image_raw/compressed
2+

0 commit comments

Comments
 (0)