Code Monkey home page Code Monkey logo

spacetaxi's Introduction

SpaceTaxi

This is a simulation environment with a graphical user interface that contains the implementations of the STAA*, DWA, and a PD controllers for nonholonomic agents and also the Minimal Construct path planning algorithm. It is based on Qt the framework for the graphical user interface and uses the Box2D physics engine (https://box2d.org) for simulating the motion of the vehicles. The concepts of the motion planning embedded into this software release are explained in the accompanying paper https://arxiv.org/pdf/2109.07775.pdf.

Compilation

After cloning the project, change into the root directory of the project and type:

qmake make ./SpaceTaxi

This should compile and open the main window of the simulator. Press enter to start the simulation.

For the compilation to work, you need to have following packages installed (tested on Ubuntu 18.04.6 LTS): qt5-default, libpolyclipping22 and libpolyclipping-dev, libopencv-core3.2 and libopencv-imgproc3.2, libgl1-mesa-dev and libglew Install all packages that are reported missing during compilation.

Editing

QtCreator is recommended for browsing the source code and editing the project. In File -> "Open File or Project", open the SpaceTaxi.pro file and QtCreator will load the project. Point the build directory either to the root of the project, or make sure to copy conf/config.conf and styles.css next to the executable if you want to compile in a separate build directory.

A good starting point to explore the source code is the step() function of World.cpp where the agent control functions and the physical simulation are stepped.

spacetaxi's People

Contributors

marcellmissura avatar

Stargazers

Luis Denninger avatar  avatar LexRobot avatar  avatar Danning Zhao avatar joonhyung-lee avatar Mohamad Yani avatar Leixin Chang avatar  avatar Ten Years A Dream avatar Jinlong Pang avatar mumuxi avatar  avatar  avatar Manasvi Saxena avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.