Eigen¶
a C++ library that I use for quaternion transformations, to get started
Note
when going to use it with ROS there is no FindEigen.cmake on Ubuntu, so you need to include it in your package by default.
http://wiki.ros.org/jade/Migration#Eigen_CMake_Module_in_cmake_modules
Common Messages¶
a meta package for common messages
message_filters¶
Make the decision to use data based off of the time stamp. Basically sequence the data
Ackermann Group¶
Group that supports Ackermann steering geometry.
Cartographer¶
A Google map builder
laser_pipeline¶
Meta-package for laser data processing
robot_localization¶
Provide state estimates given sensor data
clock¶
For a ROS node to use the /clock topic set the /use_sim_time parameter before node is started
URDF¶
Unified Robot Description Format (URDF), an Extensible Markup Language (XML) format (a markup language (can document revisions) that is both machine and human readable)
catkin-tools¶
Lots of useful info on setting up workspaces.