feature/multi-robots-types #12
1
.env
1
.env
|
@ -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
|
||||
|
||||
|
||||
|
||||
ARDUPILOT_VEHICLE="-v copter -f gazebo-mu --model=JSON -L CitadelHill"
|
||||
|
|
|
@ -117,7 +117,7 @@ class Spirimu(Robot):
|
|||
robots.add(self)
|
||||
#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")
|
||||
unsalted_salt
commented
Not sure if this class variable has any effect in the code, and it has a typo Not sure if this class variable has any effect in the code, and it has a typo
|
||||
|
||||
@classmethod
|
||||
async def launch_widget(cls, robots_widget):
|
||||
|
|
Loading…
Reference in New Issue
This has no effect