artemiialessandrini / gazebo_maze_generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gazebo Maze Generator

ROS Package to generate cubes-built mazes in Gazebo simulation.

Maze parameters can be changed based on 2D-matrix taken.

Installation

First set up a catkin workspace (see this tutorials).
Clone repository to /src folder and then run

cd ..
catkin build gazebo_maze_generator

Usage

roslaunch gazebo_maze_generator spawn_maze.launch

To configure the maze and cubes parameters, change the following matrix and it's size in spawn_objects.cpp file.

About


Languages

Language:C++ 50.8%Language:CMake 49.2%