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

The rosmake system allows to use external libraries (that are not system dependencies).

Therefore you can write a makefile that downloads a tarball, extracts it and sets it up to use with the specific package. The eigen package does this, so when you remake it, it will try to reget the tarball from the internet.