moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
1.05k stars 513 forks source link

Add `allow_nonzero_velocity_at_trajectory_end` parameter to exported `ros2_controllers` config file #2751

Closed sea-bass closed 6 months ago

sea-bass commented 6 months ago

Description

With the addition of https://github.com/ros-planning/moveit_resources/pull/198/, the YAML equivalence tests in the moveit_setup_controllers package was failing. So this adds that line to the exported configs, which is probably a good default if we want users to use MoveIt Servo easily.

Checklist