diff --git a/.github/upstream.repos b/.github/upstream.repos index bfbfc0ce54..bb6d462e3b 100644 --- a/.github/upstream.repos +++ b/.github/upstream.repos @@ -15,3 +15,18 @@ repositories: type: git url: https://github.com/PickNikRobotics/rviz_visual_tools.git version: ros2 + # Remove ros2_kortex when rolling binaries are available. + ros2_kortex: + type: git + url: https://github.com/Kinovarobotics/ros2_kortex.git + version: main + # Remove ros2_robotiq_gripper when rolling binaries are available. + ros2_robotiq_gripper: + type: git + url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git + version: main + # Serial is a dependency of ros2_robotiq_gripper. Remove when ros2_robotiq_gripper binaries are available. + serial: + type: git + url: https://github.com/tylerjw/serial.git + version: ros2 diff --git a/doc/examples/planning_adapters/planning_adapters_tutorial.rst b/doc/examples/planning_adapters/planning_adapters_tutorial.rst index b1635a5688..ef8cde65e9 100644 --- a/doc/examples/planning_adapters/planning_adapters_tutorial.rst +++ b/doc/examples/planning_adapters/planning_adapters_tutorial.rst @@ -53,7 +53,7 @@ To achieve this, follow the steps: default_planner_request_adapters/FixStartStatePathConstraints chomp/OptimizerAdapter" /> -#. 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 ` 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. +#. 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. #. Find the line where ```` is mentioned and after this line, add the following: :: diff --git a/moveit2_tutorials.repos b/moveit2_tutorials.repos index 9a552cf423..0ac0ba818d 100644 --- a/moveit2_tutorials.repos +++ b/moveit2_tutorials.repos @@ -12,6 +12,16 @@ repositories: type: git url: https://github.com/Kinovarobotics/ros2_kortex.git version: main + # Remove ros2_robotiq_gripper when rolling binaries are available. + ros2_robotiq_gripper: + type: git + url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git + version: main + # Serial is a dependency of ros2_robotiq_gripper. Remove when ros2_robotiq_gripper binaries are available. + serial: + type: git + url: https://github.com/tylerjw/serial.git + version: ros2 rviz_visual_tools: type: git url: https://github.com/PickNikRobotics/rviz_visual_tools.git