Skip to content

Commit 8b7d61e

Browse files
committed
added hardcoded path to root workspace
1 parent 1964597 commit 8b7d61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ros-humble.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
submodules: recursive
2525

26-
- name: Compile for ROS2 humble
26+
- name: Compile LVR2 in ROS2 humble WS
2727
uses: 'ros-industrial/industrial_ci@master'
2828
env:
2929
ROS_DISTRO: humble
3030
ROS_REPO: main
3131

3232
- name: Execute LVR2 Reconstruct
33-
run: cd $BASEDIR/${PREFIX}target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
33+
run: cd /root/target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

0 commit comments

Comments
 (0)