Skip to content

RISE-Dependable-Transport-Systems/SunriseSimulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The following two scripts help install all the programs required to get the simulation for SUNRISE working.

Mavlink is not installed by default, so before running the install script run the following command as Mavlink-2.0 isn't installed by default: It might be that you need the correct version of mavlink depending upon the OS version.

wget https://github.com/mavlink/MAVSDK/releases/download/v2.0.0/libmavsdk-dev_2.0.0_ubuntu22.04_amd64.deb
sudo dpkg -i libmavsdk-dev*.deb

I also assume that ROS2 is installed on the system correctly and the correct files are sourced according to the ROS installation steps. Futhermore, these scripts are written for ZSH so you might need to tweak a thing here and there if you use bash.

Once the install script has run a new folder with the name "Sunrise" is created one level above the current directory. To run the setup run the run.sh script in the "Sunrise" directory. It might take couple of minutes to generate the maps for the control tower on the first run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%