Homework 4
Logistics
- Create a git repository using the link provided in Canvas.
- Your homework will be submitted via this git repository.
- I will grade whatever is on the
main
branch when I clone the repository. - Guidelines provides important information about what
you should turn-in, including information about your
README.md
file.
The Environment
- Clone the package nubot, which is a package that simulates a mobile robot with a lidar in Gazebo.
- Your repository will be next to
nubot
in the source space as well: e.g.(ws/src/nubot
andws/src/homework4
). - I purposely did not put a README.md in this package, so you will need to explore it to find out how it works.
- HINT: There is one launchfile that runs the simulation and visualizes it in rviz.
- HINT: There are two worlds to use, either will be accepted for the assignment but one is significantly smaller (and hence easier to explore).