Skip to content

Commit

Permalink
PR comments edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed May 29, 2024
1 parent e45175d commit 4e2c69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spot_wrapper/spot_mission_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging
from typing import Optional

from bosdyn.api.mission import nodes_pb2
from bosdyn.client import RpcError, robot_command
Expand Down Expand Up @@ -85,7 +86,7 @@ def _load_mission_as_chunks(self, root: nodes_pb2.Node, leases=None, data_chunk_
except ValidationError as e:
return False, f"The mission could not be validated: {e}"

def _get_mission_info(self):
def get_mission_info(self):
"""Get static information about the loaded mission.
Raises:
Expand Down

0 comments on commit 4e2c69a

Please sign in to comment.