Add ros bridge with virtual camera
Build Docs / build (push) Failing after 52s
Details
Build Docs / build (push) Failing after 52s
Details
This commit is contained in:
parent
c80d37373b
commit
2a9c5527f3
|
@ -211,6 +211,7 @@ class Robot:
|
||||||
INSTANCE=str(instance),
|
INSTANCE=str(instance),
|
||||||
DRONE_SYS_ID=str(self.sysid),
|
DRONE_SYS_ID=str(self.sysid),
|
||||||
ROBOT_NAME=self.robot_name,
|
ROBOT_NAME=self.robot_name,
|
||||||
|
WORLD_NAME="citadel_hill",
|
||||||
):
|
):
|
||||||
self.spawn_gz_model()
|
self.spawn_gz_model()
|
||||||
logger.info("Starting drone stack, this may take some time")
|
logger.info("Starting drone stack, this may take some time")
|
||||||
|
|
Loading…
Reference in New Issue