2024-10-29 10:31:59 -03:00
|
|
|
#Manual edit not needed unless desired set of DRONE_SYS_ID's are different.
|
|
|
|
DRONE_SYS_ID=1 #sim_drone.py increments this env variable.
|
|
|
|
#this is used for multi-vehicle sim. first/single vehicle would have these.
|
2024-10-25 14:49:07 -03:00
|
|
|
TRACKER_INSTANCE=0
|
|
|
|
SERIAL0_PORT=5760
|
|
|
|
SITL_PORT=5501
|
|
|
|
MAVLINK_PORT=14560
|
2024-10-29 10:31:59 -03:00
|
|
|
#This is the vehicle ardupilot will use. Default value is for SITL + Gazebo
|
|
|
|
#E.g. "-v copter" , "-v rover"
|
2024-10-25 14:50:34 -03:00
|
|
|
ARDUPILOT_VEHICLE="-v ArduCopter -f gazebo-iris --model=JSON"
|
2024-10-29 10:31:59 -03:00
|
|
|
|
|
|
|
#these below are used in spawn_drones.sh to create the world with the correct entities.
|
2024-10-25 14:49:07 -03:00
|
|
|
#Number of drones to be spawned in the gazebo world.
|
|
|
|
SIM_DRONE_COUNT=2
|
|
|
|
#This is not needed to be modified.
|
|
|
|
FDM_PORT_IN=9002
|
|
|
|
#The world file you want to use.
|
|
|
|
WORLD_FILE_NAME="citadel_hill_world.sdf"
|
|
|
|
#World name in your world file. Not the same as world file name necessarily.
|
2024-10-29 10:31:59 -03:00
|
|
|
#Important for spawning entities in the correct world.
|
2024-10-25 14:49:07 -03:00
|
|
|
WORLD_NAME="citadel_hill"
|
|
|
|
#Vehicle model folder name where model.config and model.xacro.sdf are present.
|
|
|
|
DRONE_MODEL="spiri_mu"
|