Setting up your development environment
Last updated
Was this helpful?
Last updated
Was this helpful?
If you are an @home member, you can setup your by using the scripts as described in the dev-env
README.
After following the instructions for , you should create a catkin workspace. By convention, we recommend naming your workspace kinetic
Next we'll use to specify which b-it-bots repositories should be cloned your workspace. In the case of @home, for example:
Using wstool
, we clone all the repositories to your workspace:
Next we use rosdep
to install all the dependencies required by the packages to your system:
You'll first need to install and finally compile the repository:
In order to be able to run what you just compiled, you should source your catkin workspace:
The last command should be added to the ~/.bashrc
file so that they do not need to be executed every time you open a new terminal.