Skip to content

Commit

Permalink
MoveitConfigsBuilder周辺の記載を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Jul 19, 2024
1 parent adc8fea commit e96d86a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sciurus17_moveit_config/launch/run_move_group.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ def generate_launch_description():

moveit_config = (
MoveItConfigsBuilder("sciurus17")
.planning_pipelines("ompl", ["ompl"])
.planning_scene_monitor(
publish_robot_description=True,
publish_robot_description_semantic=True,
)
.trajectory_execution(file_path="config/moveit_controllers.yaml")
.planning_pipelines(pipelines=["ompl"])
.to_moveit_configs()
)

Expand Down

0 comments on commit e96d86a

Please sign in to comment.