felixboelter / Robotics-Road-Simulation

Project code for Robotics class 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stefano Carlo Lambertenghi

Felix Boelter

Robotics Road Simulation

A controller implementation of lane following, road sign detecting, obstacle avoiding robots.

Report can be found here.

Road-sign Detection

Road Sign Detection

Crossroad Detection

Crossroad Detection

Lane recovery

Crossroad Detection

Obstacle avoidance

Crossroad Detection

Requirements

  • ROS 2
  • Gazebo 11.0.0 or higher
  • PyTorch 1.8.1 or higher

Installation

1. Add models to "~/.gazebo/models"

Add the contents of the folder "Models" to "~/.gazebo/models"

2. Launch the code using the launcher file

In the terminal you can run the following code to launch the environment into Gazebo,

roslaunch robotics_project_2021 robotics_project_2021.launch

3. Seeing what the robot sees

To see what the robot sees and the GUI. Open a new terminal and use the command,

rqt

About

Project code for Robotics class 2021.


Languages

Language:Python 89.9%Language:CMake 10.1%