Skip to content

Commit

Permalink
Second gripperless bug found, driver working
Browse files Browse the repository at this point in the history
Signed-off-by: Katie Hughes <khughes-bdai@theaiinstitute.com>
  • Loading branch information
Katie Hughes committed Dec 5, 2024
1 parent e38af94 commit 1569b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spot_driver/spot_driver/spot_ros2.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def __init__(self, parameter_list: Optional[typing.List[Parameter]] = None, **kw
continually_try_stand=self.continually_try_stand.value,
rgb_cameras=self.rgb_cameras.value,
cert_resource_glob=self.certificate,
gripperless=self.gripperless,
)
if not self.spot_wrapper.is_valid:
return
Expand Down

0 comments on commit 1569b64

Please sign in to comment.