Closed Robotawi closed 1 year ago
As these files are specific to the tutorial, shouldn't they reside within the tutorials repo?
We'll move this to the tutorials repo -- good point
I also think it's a better idea to put these in the tutorials repo. If you put them here in moveit_resources, lots of people will copy/paste the files when they start a new project... which would lead to an extra kinematics.yaml for many people. Best to avoid bloat :+1:
Description: This pull request adds two files:
kinematics_pick_ik.yaml
anddemo_pick_ik.launch.py
, to support thepick_ik
tutorial. The aim is to make it simple for users to launch a tutorial that is already configured withpick_ik
as a solver.Changes:
kinematics_pick_ik.yaml
to configurepick_ik
as the kinematics solver.demo_pick_ik.launch.py
, which is a copy ofpanda_moveit_config/config/demo.launch.py
but usesMoveItConfigBuilder
to load thekinematics_pick_ik.yaml
file instead of the defaultkinematics.yaml
file.Please let me know if there are any changes or improvements that you suggest. Thank you!