PickNikRobotics / abb_ros2

Apache License 2.0
82 stars 34 forks source link

joint_limits.yaml not passed to move group node #46

Closed Yadunund closed 1 year ago

Yadunund commented 1 year ago

The moveit launch file in abb_bringup does not load and pass the joint_limits.yaml file from the moveit config package to the move_group node. Without the use_velocity_limits and use_acceleration_limits params set true, the time optimal trajectory generation will normalize velocity and acceleration of joint trajectory points between [0, 1] resulting in slower motions.