This repository contains practice materials for basics of ROS.
Repository has a structure of catkin workspace, use it to build your packages.
Access assignments in tasks folder.
Note: please use catkin_tools instead of catkin_cmake.
- Ubuntu focal 20.04
- ROS Noetic (installation instructions)
- Install submodules of the repository:
git submodule sync
git submodule update --init --recursive
git-lfs pull
git submodule foreach git-lfs pull- Run
rosdep install --from-paths src --ignore-srcin your workspace
For every assignment:
- Create a new branch
- Commit changes to new branch
- Create a pull request to your private repository
- Request review from @Gamezar