Skip to content

Commit 975b94a

Browse files
authored
Merge branch 'main' into pr-add_servo_solver
2 parents 96160da + 6fa8480 commit 975b94a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
workdir: ${{ env.BASEDIR }}/target_ws
155155
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
156156
- name: Upload codecov report
157-
uses: codecov/codecov-action@v3
157+
uses: codecov/codecov-action@v4
158158
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
159159
with:
160160
files: ${{ env.BASEDIR }}/target_ws/coverage.info

moveit_planners/stomp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install(TARGETS stomp_moveit_plugin stomp_moveit_parameters
4343
LIBRARY DESTINATION lib
4444
ARCHIVE DESTINATION lib
4545
RUNTIME DESTINATION bin
46-
INCLUDES DESTINATION include
46+
INCLUDES DESTINATION include/moveit_planners_stomp
4747
)
4848

4949
ament_export_targets(moveit_planners_stompTargets HAS_LIBRARY_TARGET)

0 commit comments

Comments
 (0)