You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <a href="http://wiki.ros.org/catkin">catkin</a> (build system, easy to switch to CMakeLists.txt where needed). We recommend using <a href="http://catkin-tools.readthedocs.io/en/latest/verbs/catkin_build.html">catkin_tools</a>
19
-
- boost 1.54 or greater (soon optional)
20
-
- <a href="https://github.com/ethz-asl/kindr">kindr</a>, a kinematics library for robotics,
21
-
which is required for building ct_rbd. Ideally, clone the newest version into your
22
-
catkin workspace:
12
+
\section dep Dependencies and building the library
13
+
- install ROS, please follow the steps in <a href="http://wiki.ros.org/Installation/Ubuntu"> this tutorial</a> for your Linux distribution.
14
+
- install <a href="http://eigen.tuxfamily.org/index.php?title=Main_Page">Eigen 3</a> via
15
+
\code{.sh}
16
+
sudo apt-get update
17
+
sudo apt-get install libeigen3-dev
18
+
\endcode
19
+
- install the <a href="http://catkin-tools.readthedocs.io/en/latest/verbs/catkin_build.html">catkin_tools</a> build system
0 commit comments