File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 574574/* Begin PBXFileReference section */
575575 B723B4A328FFA43600301AA2 /* extract_artifacts.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = extract_artifacts.sh; sourceTree = SOURCE_ROOT; };
576576 B736E40B28FE8A9000931527 /* release.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = release.yaml; path = .github/workflows/release.yaml; sourceTree = SOURCE_ROOT; };
577+ B750E61C292123C300F19E94 /* tutorials.repos */ = {isa = PBXFileReference; lastKnownFileType = file; path = tutorials.repos; sourceTree = SOURCE_ROOT; };
577578 B75542FF28B272FF00AAFC17 /* iOS.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; name = iOS.cmake; path = cmake/iOS.cmake; sourceTree = SOURCE_ROOT; };
578579 B755430028B272FF00AAFC17 /* iOS_Simulator_M1.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; name = iOS_Simulator_M1.cmake; path = cmake/iOS_Simulator_M1.cmake; sourceTree = SOURCE_ROOT; };
579580 B755430128B272FF00AAFC17 /* iOS_Simulator.cmake */ = {isa = PBXFileReference; lastKnownFileType = text; name = iOS_Simulator.cmake; path = cmake/iOS_Simulator.cmake; sourceTree = SOURCE_ROOT; };
12431244 B7D8E86028DC569D00D2A11E /* ros2_cli.repos */,
12441245 B76AD78828B4BD920097A296 /* rviz2.repos */,
12451246 B7BD402E28F85F86001143EE /* moveit2.repos */,
1247+ B750E61C292123C300F19E94 /* tutorials.repos */,
12461248 );
12471249 name = Repos;
12481250 sourceTree = "<group>";
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ buildMoveIt2() {
163163 mkdir -p moveit2_ws/src
164164 cd moveit2_ws
165165 vcs import src < $scriptDir /moveit2.repos
166+ vcs import src < $scriptDir /tutorials.repos
166167
167168 # macOS does not have sched_setscheduler and we need to fix the const-ness
168169 # also need to account for https://stackoverflow.com/questions/65397041/apple-clang-why-can-i-not-create-a-time-point-from-stdchrononanoseconds
@@ -180,6 +181,10 @@ buildMoveIt2() {
180181 # pilz_industrial_motion_planner::PlanningContextLoader::PlanningContextLoader() in planning_context_loader.cpp.o
181182 touch moveit_planners/pilz_industrial_motion_planner/AMENT_IGNORE
182183
184+ cd $scriptDir /moveit2_ws/src
185+ sed -i.bak ' s/computeGeneric.*}/}/g' moveit_task_constructor/core/include/moveit/task_constructor/stage.h
186+ sed -i.bak ' s/rviz::StringProperty/rviz_common::properties::StringProperty/g' moveit_task_constructor/visualization/motion_planning_tasks/properties/property_factory.cpp
187+
183188 # Prepare rviz2 (and base)
184189 source $scriptDir /ros2_$targetPlatform /rviz2/setup.sh
185190
Original file line number Diff line number Diff line change 1+ repositories:
2+ moveit2_tutorials:
3+ type: git
4+ url: https://github.com/ros-planning/moveit2_tutorials.git
5+ version: humble
6+ moveit_task_constructor:
7+ type: git
8+ url: https://github.com/ros-planning/moveit_task_constructor.git
9+ version: ros2
10+ rviz_visual_tools:
11+ type: git
12+ url: https://github.com/PickNikRobotics/rviz_visual_tools.git
13+ version: ros2
14+ moveit_visual_tools:
15+ type: git
16+ url: https://github.com/ros-planning/moveit_visual_tools.git
17+ version: ros2
18+ xacro:
19+ type: git
20+ url: https://github.com/ros/xacro.git
21+ version: ros2
22+ robot_state_publisher:
23+ type: git
24+ url: https://github.com/ros/robot_state_publisher.git
25+ version: ros2
26+ launch_param_builder:
27+ type: git
28+ url: https://github.com/PickNikRobotics/launch_param_builder.git
29+ version: main
30+ graph_msgs:
31+ type: git
32+ url: https://github.com/PickNikRobotics/graph_msgs.git
33+ version: ros2
34+ rosparam_shortcuts:
35+ type: git
36+ url: https://github.com/PickNikRobotics/rosparam_shortcuts.git
37+ version: ros2
You can’t perform that action at this time.
0 commit comments