Skip to content

Commit b2cd6c0

Browse files
authored
Fix CI (#826)
* Add ros2 kortex to upstream repos * Update to commit with planning pipeline refactor change * Add ros2_robotiq_gripper repo for source build * Add serial to .repos file * Add ros2_robotiq_gripper to moveit2_tutorials.repo * Remove dead link
1 parent 71ee840 commit b2cd6c0

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.github/upstream.repos

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,18 @@ repositories:
1515
type: git
1616
url: https://github.com/PickNikRobotics/rviz_visual_tools.git
1717
version: ros2
18+
# Remove ros2_kortex when rolling binaries are available.
19+
ros2_kortex:
20+
type: git
21+
url: https://github.com/Kinovarobotics/ros2_kortex.git
22+
version: main
23+
# Remove ros2_robotiq_gripper when rolling binaries are available.
24+
ros2_robotiq_gripper:
25+
type: git
26+
url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git
27+
version: main
28+
# Serial is a dependency of ros2_robotiq_gripper. Remove when ros2_robotiq_gripper binaries are available.
29+
serial:
30+
type: git
31+
url: https://github.com/tylerjw/serial.git
32+
version: ros2

doc/examples/planning_adapters/planning_adapters_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To achieve this, follow the steps:
5353
default_planner_request_adapters/FixStartStatePathConstraints
5454
chomp/OptimizerAdapter" />
5555

56-
#. The values of the ``planning_adapters`` is the order in which the mentioned adapters are called / invoked. Order here matters. Inside the CHOMP adapter, a :moveit_codedir:`call <moveit_planners/chomp/chomp_optimizer_adapter/src/chomp_optimizer_adapter.cpp#L169>` to OMPL is made before invoking the CHOMP optimization solver, so CHOMP takes the initial path computed by OMPL as the starting point to further optimize it.
56+
#. The values of the ``planning_adapters`` is the order in which the mentioned adapters are called / invoked. Order here matters. Inside the CHOMP adapter, a call to OMPL is made before invoking the CHOMP optimization solver, so CHOMP takes the initial path computed by OMPL as the starting point to further optimize it.
5757

5858
#. Find the line where ``<rosparam command="load" file="$(find panda_moveit_config)/config/ompl_planning.yaml"/>`` is mentioned and after this line, add the following: ::
5959

moveit2_tutorials.repos

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ repositories:
1212
type: git
1313
url: https://github.com/Kinovarobotics/ros2_kortex.git
1414
version: main
15+
# Remove ros2_robotiq_gripper when rolling binaries are available.
16+
ros2_robotiq_gripper:
17+
type: git
18+
url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git
19+
version: main
20+
# Serial is a dependency of ros2_robotiq_gripper. Remove when ros2_robotiq_gripper binaries are available.
21+
serial:
22+
type: git
23+
url: https://github.com/tylerjw/serial.git
24+
version: ros2
1525
rviz_visual_tools:
1626
type: git
1727
url: https://github.com/PickNikRobotics/rviz_visual_tools.git

0 commit comments

Comments
 (0)