Skip to content

A general perpose simulation app which is powered by Godot, MAVSDK and ROS2 for robotics applications.

License

Notifications You must be signed in to change notification settings

timetravelCat/GoMavSimulator

Repository files navigation

Contributors Forks Stargazers Issues Apache License


Logo

A general perpose simulation app which is powered by Godot, MAVSDK and ROS2 for robotics applications.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Installation from sources
  5. Roadmap
  6. Contributing
  7. License
  8. Contact

About The Project

Product Name Screen Shot

GoMavSimulator is created for development of robotics applications such as autonomous flight/driving. It directly provide various sensor simulation results through ROS2's messaging middleware.

(back to top)

Built With

  • Godot
  • MAVSDK
  • ROS2
  • fastDDS

(back to top)

Getting Started

  • Install OpenSSL 1.1.1* (windows only)
  • Add OpenSSL binary path(C:\Program Files\OpenSSL-Win64\bin) to System PATH
  • Download latest release
  • Run as admin (for windows)
  • Configure simulation
    • Select ground-truth position/orientation topics from MAVSDK or ROS2
    • Setup sensors (image, depth image, PointClouds, range ...)
  • Run VehicleSensorSubscriber node from GoMavSimulator-ros2-demo
  • If you are using ubuntu & running not binaries but godot editor,
    • currently supported platforms are 20.04 & 22.04
    • you need to run ./setup.sh before you open this project.
    • If you want to support other versions of linux, you need to build GDextension modules.
  • Please refer to docs for more details.

Usage

Usage Scenario

Please refer to the Documentation

(back to top)

Installation from sources

git clone https://github.com/timetravelCat/GoMavSimulator.git

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache License. See LICENSE.txt for more information.

(back to top)

Contact

timetravelCat - timetraveler930@gmail.com

Project Link: https://github.com/timetravelCat/GoMavSimulator

(back to top)