add gstreamer port env variable
This commit is contained in:
parent
4ea8d7d1b9
commit
0a0e7207c9
3
.env
3
.env
|
@ -22,6 +22,7 @@ WORLD_FILE_NAME="citadel_hill_world.sdf"
|
||||||
WORLD_NAME="citadel_hill"
|
WORLD_NAME="citadel_hill"
|
||||||
#Vehicle model folder name where model.config and model.xacro.sdf are present.
|
#Vehicle model folder name where model.config and model.xacro.sdf are present.
|
||||||
DRONE_MODEL="spiri_mu"
|
DRONE_MODEL="spiri_mu"
|
||||||
|
#Gstreamer UDP Port for each drone
|
||||||
|
GSTREAMER_UDP_PORT=5600
|
||||||
#ros 1
|
#ros 1
|
||||||
ROS_MASTER_URI=http://0.0.0.0:11311
|
ROS_MASTER_URI=http://0.0.0.0:11311
|
Loading…
Reference in New Issue