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
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.
- 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.
Please refer to the Documentation
git clone https://github.com/timetravelCat/GoMavSimulator.git
- Open GoMavSimulator by godot editor, 4.1.1 or more recent
- Run in editor
- Add a scene/vehicle model/sensor, Documentation
- Manually export by templates Exporting projects
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License. See LICENSE.txt
for more information.
timetravelCat - timetraveler930@gmail.com
Project Link: https://github.com/timetravelCat/GoMavSimulator