Skip to content

Commit

Permalink
test run_slam_offline
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Jun 10, 2023
1 parent 422abca commit c641b78
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ ros2 ]
branches: [ros2]
pull_request:
branches: [ ros2 ]
branches: [ros2]

workflow_dispatch:

Expand All @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './3rd'
extensions: 'h,cc'
source: "."
exclude: "./3rd"
extensions: "h,cc"
clangFormatVersion: 6
style: file
inplace: False
Expand Down Expand Up @@ -82,6 +82,9 @@ jobs:
(source /opt/ros/${ROS_DISTRO}/setup.bash && ros2 bag play MH_04_difficult)
pkill -SIGINT -f run_slam
pkill -SIGINT -f static_transform_publisher
- name: run slam offline (stereo)
run: |
(source /opt/ros/${ROS_DISTRO}/setup.bash && source /ros_ws/install/setup.bash && ros2 run stella_vslam_ros run_slam_offline -b /datasets/EuRoC/MH_04_difficult.bag -r -v /datasets/orb_vocab/orb_vocab.fbow -c /ros_ws/src/stella_vslam/example/euroc/EuRoC_stereo.yaml --map-db-out map_stereo.msg --left=/cam0/image_raw --right=/cam1/image_raw --ros-args -p publish_tf:=false)&
rosdep:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c641b78

Please sign in to comment.