ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Basically, you can use anything. Eigen is quite commonly used and should do what you want. The best practice would be to use a ROS-independent system library instead of a custom ROS package for such things.

Basically, you can use anything. Eigen is quite commonly used and should do what you want. The best practice would be to use a ROS-independent system library instead of a custom ROS package for such things.

Eigen is quite commonly used and should do what you want.