All Projects → FS-Driverless → Formula-Student-Driverless-Simulator

FS-Driverless / Formula-Student-Driverless-Simulator

Licence: GPL-2.0 license
A virtual world where Autonomous Systems from different Formula Student teams can compete in time-trial challenges

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
shell
77523 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to Formula-Student-Driverless-Simulator

a-minimalist-guide
Walkthroughs for DSL, AirSim, the Vector Institute, and more
Stars: ✭ 37 (-74.31%)
Mutual labels:  unreal-engine-4, airsim
unreal airsim
Simulation interface to Unreal Engine 4 based on the AirSim plugin.
Stars: ✭ 63 (-56.25%)
Mutual labels:  unreal-engine-4, airsim
Psrealvehicle
Plugin for Unreal Engine 4 with simple force-driven vehicle simulation
Stars: ✭ 92 (-36.11%)
Mutual labels:  unreal-engine-4
Rosintegration
Unreal Engine Plugin to enable ROS Support
Stars: ✭ 204 (+41.67%)
Mutual labels:  unreal-engine-4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+1744.44%)
Mutual labels:  unreal-engine-4
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-15.28%)
Mutual labels:  unreal-engine-4
Epicsurvivalgameseries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
Stars: ✭ 2,389 (+1559.03%)
Mutual labels:  unreal-engine-4
Unrealclr
Unreal Engine 4 .NET 5 integration
Stars: ✭ 1,275 (+785.42%)
Mutual labels:  unreal-engine-4
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (+59.03%)
Mutual labels:  unreal-engine-4
Acl Ue4 Plugin
The official Animation Compression Library Unreal Engine 4 plugin
Stars: ✭ 156 (+8.33%)
Mutual labels:  unreal-engine-4
X3daudio1 7 hrtf
HRTF for Arma 3, Skyrim, and other titles that use XAudio2 + X3DAudio
Stars: ✭ 192 (+33.33%)
Mutual labels:  unreal-engine-4
Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (+4.17%)
Mutual labels:  unreal-engine-4
Grid
An UE4 plugin for grid-based game
Stars: ✭ 122 (-15.28%)
Mutual labels:  unreal-engine-4
Rts Community Project
Lets build an RTS Game with Unreal Engine 4!
Stars: ✭ 183 (+27.08%)
Mutual labels:  unreal-engine-4
Ai fps
AI system to simulate combat behaviors in a FPS game using Behavior Trees (UE4)
Stars: ✭ 96 (-33.33%)
Mutual labels:  unreal-engine-4
Jenkins Ue4
Automated Unreal Engine 4 Project Builds
Stars: ✭ 206 (+43.06%)
Mutual labels:  unreal-engine-4
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-39.58%)
Mutual labels:  unreal-engine-4
Ue4proceduralmesh
UE4.7 Procedural Mesh Generation plugin
Stars: ✭ 147 (+2.08%)
Mutual labels:  unreal-engine-4
Creature ue4
Unreal Engine 4 Runtimes for Creature, the 2D Skeletal + Mesh Animation Tool
Stars: ✭ 174 (+20.83%)
Mutual labels:  unreal-engine-4
Flopnite Ue4
A remake of the popular battle royale game, Fortnite, made in Unreal Engine 4 and integrated with Amazon GameLift
Stars: ✭ 250 (+73.61%)
Mutual labels:  unreal-engine-4

Formula Student Driverless Simulation

Documentation / System overview / Getting started guide / Chat

Banner

This is a Formula Student Driverless Simulator (FSDS). FSDS is a community project with the goal to provide an end-to-end simulation for FS Driverless teams. It simulates all commonly used sensors and is compatible with ROS. This project has proven itself during FS-Online 2020 where 4 driverless teams competed. See day 1, day 2 and day 3.

Problems? Ask questions in Gitter chat or open an issue.

FSDS has been originally developed by your friends at Formula Student Team Delft, MIT Driverless and FSEast.

Repo Overview

/UE4Project is the Unreal Engine 4 project. In here you will find everything that runs inside Unreal Engine. This includes the world, all assets and the AirSim server. The AirSim server uses the AirLib shared code (see /AirSim/AirLib).

/ros is a ROS workspace that contains the fsds_ros_bridge. This node can connect 1 autonomous system with the simulated world.

/ros2 is a ROS2 workspace that contains the fsds_ros2_bridge. This node can connect 1 autonomous system with the simulated world.

/python is a python client to connect with the simulator.

/AirSim is a slimmed-down, hard-fork of the AirSim project. There is only C++ code located that is shared between ros-bridge and Unreal Engine. When AirSim is compiled, the AirLib binaries are placed within /UE4Project/Plugins/AirSim/Source/AirLib.

/operator is a python project that offers a web GUI for officials to control the simulation, stores lap times and chooses what car is currently connected to the world. It launches the fsds_ros_bridge to connect an autonomous system to the Unreal world and stops the bridge when the autonomous system is no longer allowed to control the car.

/maps contains all the custom maps created by contributors.

This repo uses LFS for some large files. All files bigger than 90MB are added to LFS.

Installation

For installation and more information about the ROS and python interface, check the documentation

Credits

This project is based on the work of some amazing open-source projects.

Primarily, the AirSim project built by Microsoft and many open-source contributors. Without it, we could have never done this.

Many game assets like the surrounding world are based on assets from the Formula Student Technion Driverless AirSim fork. These assets made this project look as cool as it does now.

FSDS Preview

License

Copyright (C) 2020 Formula Driverless Competition Simulator Contributors

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].