Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 988 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 988 Bytes

Eve Simulation

This repository contains the code for the simulation and plugins built for Eve, the driverless car project of Project MANAS, Manipal.

Eve in simulation

Eve driving

Packages

The packages included in this repository are as follows:

Simulation

  • eve_description: Provides a URDF for Eve along with sensor plugins
  • eve_plugin: Provides a Gazebo plugin for Eve implementing the Ackermann Steering Geometry along with PIDs to allow acceleration, brake, and steering capabilities.
  • eve_sim: Provides a Gazebo environment with models for road, speed bump, stop sign, speed limit signs, trees, etc.

Interfacing

  • eve_control: Provides keyboard and joystick controllers that can be used to control Eve in the environment
  • eve_msgs: Control message to send commands to Eve

Instructions

To launch the simulation:

roslaunch eve_sim world.launch controller:=keyboard (or joystick)