UniversalRobots / Universal_Robots_ROS2_GZ_Simulation

BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Update for new ur_moveit_config #31

Closed VinDp closed 3 weeks ago

VinDp commented 3 weeks ago

This PR removes arguments like moveit_config_package and moveit_config_file in favor of receiving the absolute path of a launch file (moveit_launch_file) for moveit when a custom moveit config has to be used. Removing in a similar way description_pkg (as requested in #22) will be done in a different PR. It requires #998 to be tested.