catkin_simple
catkin_simple copied to clipboard
Installation Issue
I am confused of how to install catkin simple. Can you tell me how to install it using catkin_simple package
git clone [email protected]:catkin/catkin_simple.git
cd $CATKIN_WS
catkin_make _or_ catkin build
How to add that to rosmake ?!
For future reference, it should go in the src directory.
cd $CATKIN_WS/src
git clone [email protected]:catkin/catkin_simple.git
cd $CATKIN_WS
catkin_make