Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 371 Bytes

creation.md

File metadata and controls

28 lines (20 loc) · 371 Bytes

Package Creation

Move to src folder and clone the repository

cd robotics/src

git clone https://github.com/hrnr/m-explore.git

to install dependencies, move to root of the workspace and run,

cd ..

rosdep install --from-paths src --ignore-src -r -y

then run

catkin build

or

catkin_make

<< Back to Main menu