Autonomous-Racing-PG / ar-tu-do

ROS & Gazebo project for 1/10th scale self-driving race cars
85 stars 36 forks source link

Create random obstacles in Gazebo #273

Open marian42 opened 5 years ago

marian42 commented 5 years ago

To train/test different algorithms for their obstacle avoidance capabilities, it would be helpful to have obstacles in Gazebo.

It would be good to have a node that places random objects (cubes, cylinders,...) along the racetrack. It would also be useful if the node could reposition them upon receiving a message. That way the obstacles can be rearranged by learning algorithms like Q-learning or evolutionary algorithms.

marian42 commented 4 years ago

There is a working version on the branch marian-obstacles, but is has some performance problems in Gazebo. It seems to be a problem with Gazebo, see here.