This commit is contained in:
2024-12-20 15:28:39 +08:00
parent 384d8a0ca6
commit 722c319ed3
531 changed files with 9549 additions and 1516 deletions

View File

@@ -86,6 +86,7 @@ class BtSimNode:
self.deactivate_controllers()
rospy.sleep(1.0) # TODO replace with a read-write lock
bbox = self.sim.reset()
#import ipdb; ipdb.set_trace()
self.activate_plugins()
return ResetResponse(to_bbox_msg(bbox))