We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964597 commit 8b7d61eCopy full SHA for 8b7d61e
.github/workflows/ros-humble.yml
@@ -23,11 +23,11 @@ jobs:
23
with:
24
submodules: recursive
25
26
- - name: Compile for ROS2 humble
+ - name: Compile LVR2 in ROS2 humble WS
27
uses: 'ros-industrial/industrial_ci@master'
28
env:
29
ROS_DISTRO: humble
30
ROS_REPO: main
31
32
- name: Execute LVR2 Reconstruct
33
- run: cd $BASEDIR/${PREFIX}target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
+ run: cd /root/target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
0 commit comments