Skip to content

Commit 00be5ff

Browse files
authored
Merge pull request #14 from iamnambiar/add-moveit-task-constructor-pkgs
Add MoveIt Task Constructor packages (core, capabilities, visualization, demo, rviz_marker_tools)
2 parents 4a8cfb0 + b7e0683 commit 00be5ff

6 files changed

Lines changed: 720 additions & 0 deletions

.github/workflows/testpr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
env:
66
ROS_VERSION: 2
7+
PYTHONIOENCODING: utf-8
78
# Change to 'true' to enable the cache upload as artifacts
89
SAVE_CACHE_AS_ARTIFACT: 'true'
910
# Change to 'true' to ignore cache and force a full rebuild, but please restore to 'false' before merging
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
--- a/CMakeLists.txt
3+
+++ b/CMakeLists.txt
4+
@@ -20,7 +20,7 @@ add_library(${PROJECT_NAME} SHARED
5+
src/execute_task_solution_capability.cpp
6+
)
7+
target_link_libraries(${PROJECT_NAME} PUBLIC
8+
- fmt
9+
+ fmt::fmt
10+
${rclcpp_action_TARGETS}
11+
${moveit_core_TARGETS}
12+
${moveit_ros_move_group_TARGETS}

0 commit comments

Comments
 (0)