Browse Source

Add parameters

feature/ros2_diffdrive
David V. Lu 3 years ago
parent
commit
20eff0e9e8
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      stretch_moveit_config/launch/demo.launch.py

+ 3
- 1
stretch_moveit_config/launch/demo.launch.py View File

@ -113,7 +113,9 @@ def generate_launch_description():
package='stretch_plan_client', package='stretch_plan_client',
executable='stretch_plan_client', executable='stretch_plan_client',
parameters=[robot_description, parameters=[robot_description,
robot_description_semantic],
robot_description_semantic,
ompl_planning_pipeline_config,
kinematics_yaml],
output={ output={
'stdout': 'screen', 'stdout': 'screen',
'stderr': 'screen', 'stderr': 'screen',

Loading…
Cancel
Save