moveit / moveit_setup_assistant

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
8 stars 20 forks source link

Generate joint_limits.yaml using ordered joints #53

Closed JeremyZoss closed 10 years ago

JeremyZoss commented 11 years ago

The joint_limits.yaml file is currently generated using a seemingly random joint ordering. This can lead to confusion, if users edit the file without checking the joint name field. Most users probably expect the joints to be listed in a sensible ordering: base->tip, alphabetically, matching URDF ordering, etc.

It would be nice to impose some sort of ordering, to minimize confusion.

felix-kolbe commented 10 years ago

+1 This would also avoid pointless changes in version control

davetcoleman commented 10 years ago

Done, your welcome ;-)