Conventions
- Declare joints before links
- When declaring a joint/link pair, name them the same thing but append a
_jointor_linksuffixexample_jointandexample_link
- Put one new line between a joint/link pair
- Put two new lines between two different joint/link pairs
- Put three new lines between any two different sections
Standards
Most important to note:
- The parent link to all of the actual robot, rigidly fixed to the mobile platform base, is
base_link - The world fixed coordinate frame for odometry is
odom - ROS uses a right hand coordinate system where X forward, Y left, and Z up.
Author: Ella Moody (https://github.com/TheThingKnownAsKit)