Skip to content

Commit 58a9431

Browse files
authored
remove stomp for Humble from ros packages (Kinovarobotics#153)
- STOMP is available if you build and use MoveIt from src but not if you have MoveIt installed from the ros distro Signed-off-by: Alex Moriarty <[email protected]>
1 parent c953967 commit 58a9431

File tree

1 file changed

+1
-1
lines changed
  • kortex_moveit_config/kinova_gen3_7dof_robotiq_2f_85_moveit_config/launch

1 file changed

+1
-1
lines changed

kortex_moveit_config/kinova_gen3_7dof_robotiq_2f_85_moveit_config/launch/sim.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def generate_launch_description():
7373
moveit_config = (
7474
MoveItConfigsBuilder("gen3", package_name="kinova_gen3_7dof_robotiq_2f_85_moveit_config")
7575
.robot_description(mappings=description_arguments)
76-
.planning_pipelines(pipelines=["ompl", "pilz_industrial_motion_planner", "stomp"])
76+
.planning_pipelines(pipelines=["ompl", "pilz_industrial_motion_planner"])
7777
.to_moveit_configs()
7878
)
7979

0 commit comments

Comments
 (0)