4.1 使用 catkin_make
# In a catkin workspace
$ catkin_make [make_targets] [-DCMAKE_VARIABLES=...]# In a CMake project $ mkdir build $ cd build $ cmake .. $ make $ make install # (optionally)# In a catkin workspace $ catkin_make $ catkin_make install # (optionally)
Last updated