Skip to content

Commit

Permalink
rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed May 29, 2024
1 parent 4e2c69a commit 8809d7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spot_wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
from .spot_graph_nav import SpotGraphNav
from .spot_images import SpotImages
from .spot_world_objects import SpotWorldObjects
from .spot_mission_wrapper import SpotMission
from .spot_world_objects import SpotWorldObjects
from .wrapper_helpers import ClaimAndPowerDecorator, RobotCommandData, RobotState

SPOT_CLIENT_NAME = "ros_spot"
Expand Down Expand Up @@ -727,11 +725,6 @@ def spot_arm(self) -> SpotArm:
def spot_check(self) -> SpotCheck:
"""Return SpotCheck instance"""
return self._spot_check

@property
def spot_mission(self) -> SpotMission:
"""Return SpotMission instance"""
return self._spot_mission

@property
def spot_eap_lidar(self) -> typing.Optional[SpotEAP]:
Expand Down

0 comments on commit 8809d7b

Please sign in to comment.