Skip to content

Latest commit

 

History

History

worlds

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

IGVC Basic Course Gazebo Simulation

Steps to configure

  1. Install the models into the gazebo models folder.
  • cd ~/caffeine-ws/src/Caffeine/worlds/models
  • ./install_models.sh
  1. Build src
  • cd ~/caffeine-ws
  • catkin_make

Possible Actions

  1. Launch only the world in gazebo
  • gazebo ~/caffeine-ws/src/igvc_world/worlds/igvc_plain.world
  • gazebo ~/caffeine-ws/src/igvc_world/worlds/igvc_ramp.world
  • gazebo ~/caffeine-ws/src/igvc_world/worlds/igvc_walls.world
  • gazebo ~/caffeine-ws/src/igvc_world/worlds/igvc_full.world
  1. Launch the world and caffeine
  • ex. roslaunch description caffeine_gazebo.launch world:="full"
  • world can take on values "plain" (default), "ramp", "walls", "full"
  • plain has neither walls nor ramps
  • ramp has only ramps
  • walls has only walls
  • full has both walls and ramps