This repository contains the package pkg_tf_micromouse. It uses ROS melodic and gazebo classic 9.
submitted by: Team : MC-213436
Uploaded video of submission : here
Video with vizualization: mmc.mp4
Award: 2nd runners up, Techfest 2021
Make sure you are using X11 as the display server and not wayland. Also disable Xserver access control with xhost +
.
-
Start the container:
docker compose up --build
-
Open a terminal in the container:
docker exec -it mmc_container bash
-
Launch the simulation in a world of your choice using
roslaunch pkg_tf_micromouse final.launch world_name:=<name>
.Available worlds are
arena.world
andarenax.world
where x can be 1,2,3,4,5. -
The mouse will make a searching run followed by a final run.
-
shut the container with
docker compose down
.
I lost the vizualizer code unfortunately. So the current repo contains the non-vizualized simulation.