-
Notifications
You must be signed in to change notification settings - Fork 151
Installation
Kartik Mohta edited this page Jun 21, 2018
·
3 revisions
-
ROS
(Indigo+) catkin_simple
Except motion_primitive_library
, other packages require catkin_simple to finish compilation. Please add catkin_simple
in your catkin workspace before compiling.
A recommended structure can be:
$ tree -L 1
.
├── catkin_simple
└── mpl_ros
$ mv mpl_ros ~/catkin_ws/src
$ cd ~/catkin_ws
$ catkin_make_isolated -DCMAKE_BUILD_TYPE=Release
$ mv mpl_ros ~/catkin_ws/src
$ cd ~/catkin_ws
$ catkin config -DCMAKE_BUILD_TYPE=Release
$ catkin build