A simplified repository for Legged Robotics Workspace using ROS + Docker. 😎
What is contained in this repository?
- Dockerfiles for some of ROS distros with the needed build instructions.
- Scripts that makes docker a little bit easier.
You can checkout what Docker Images we already have and its level of support/reliability in docs/IMAGES.md.
sudo apt install -y git
We strongly recommend using the installation of docker from this repository: Linux Stuffs.
IMPORTANT FOR NVIDIA's GPU's USERS: There's also a script for installation of NVIDIA CONTAINER TOOLKIT in the Linux Stuffs repository.
To download this repository with the dependencies repositories use the following command:
git clone https://github.com/leggedrobotics-usp/legged_ws.git
NOTE: If you just have cloned this repository you will need the following steps:
Follow the steps in the docs/QUICKSTART_NOETIC.md.
Follow the steps in the docs/QUICKSTART_MELODIC.md.
Follow the steps in the docs/QUICKSTART_NOETIC_MAPPING.md.
Click here to be redirected to docs/FAQ.md file.