Added logger catch so adding robot twice doesn't throw a real error
Build Docs / build (push) Failing after 58s
Details
Build Docs / build (push) Failing after 58s
Details
This commit is contained in:
parent
b5d96dc508
commit
e670e38ba1
|
@ -245,6 +245,7 @@ class Robot:
|
|||
stderr=subprocess.PIPE,
|
||||
)
|
||||
|
||||
@logger.catch
|
||||
def spawn_gz_model(self):
|
||||
sysid = self.sysid
|
||||
logger.info("")
|
||||
|
@ -280,6 +281,7 @@ class Robot:
|
|||
ros2_gz_create_proc.kill()
|
||||
return
|
||||
|
||||
@logger.catch
|
||||
def delete_gz_model(self):
|
||||
sysid = self.sysid
|
||||
env = os.environ
|
||||
|
|
Loading…
Reference in New Issue