feature/multi-robots-types #12
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/multi-robots-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -91,3 +118,3 @@
#Ros doesn't like dashes in node names
self.robot_name = f"{self.robot_type}_{self.sysid}".replace("-","_")
self.world_name = "citadel_hill"
self.wold_name = os.environ.get("WORLD_NAME", "citadel_hill")
Not sure if this class variable has any effect in the code, and it has a typo
@ -7,6 +7,7 @@ MAVROS1_PORT=14561
FDM_PORT_IN=9002
GSTREAMER_UDP_PORT=5600
ROS_MASTER_URI="http://0.0.0.0:11311"
RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
This has no effect