This repository was archived by the owner on Apr 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Simulation
Alejandro Escontrela edited this page Oct 27, 2018
·
4 revisions

You can get started with the IGVC code base right away by launching our simulator!
Load up Jessii: The following command will load our platform into a simulated IGVC course:
roslaunch igvc_gazebo gazebo.launchMap the surrounding environment: Then, the following command will start our mapper
roslaunch igvc_navigation mapper.launchTo obtain a visualization of the robot's sensor readings, the occupancy grid, and its planned path, set the plot_rviz flag to true:
roslaunch igvc_navigation mapper.launch plot_rviz:=trueNavigate the course: Next, run the following command to start our pathing node and navigate around the course autonomously
roslaunch igvc_navigation pather.launch simulation:=trueAlternatively, you can control the car manually with a USB gamepad with this command:
roslaunch igvc joystick_driver.launch