Skip to content

Autonomous Path-finding Robot ROS simulation package

Notifications You must be signed in to change notification settings

arthurgomes4/Project-APR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-APR

This is a ROS package that was the code submission for the show-your-skill hackathon. It is essentially a nicer looking, simplified version of my micromouse submission. "two birds, one stone".

steps for running simulation

Make sure you are using X11 as the display server and not wayland. Also disable Xserver access control with xhost +.

  1. Start the container: docker compose up --build
  2. Open a terminal in the container: docker exec -it apr_container bash
  3. Launch the simulation in a world of your choice using roslaunch project_apr_pkg gazebo_v2.launch.
  4. The robot will make a searching run followed by a return run.
  5. shut the container with docker compose down.

The detailed report is here. It explains a bit about how it works. video link.

Image

About

Autonomous Path-finding Robot ROS simulation package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published