You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to report this here but they don't allow issues. But since this repo depends on it I figured I should give people a heads up. If you install the latest spot sdk (specifically bosdyn-mission) per these instructions
pip3 install bosdyn-mission
You will get a syntax error from a match if you are not running python3.10 or higher. Either run this on python3.10 or more likely use version 4.0.3. Install via:
I'm not expecting to make any updates to this repo to fix this, as the targeted ROS distro (noetic) and Ubuntu version (20.04) are EOL early next year. People should consider transferring to using the ros2 version of this repo which is actively maintained: https://github.com/bdaiinstitute/spot_ros2/ .
Hi,
I wanted to report this here but they don't allow issues. But since this repo depends on it I figured I should give people a heads up. If you install the latest spot sdk (specifically
bosdyn-mission
) per these instructionspip3 install bosdyn-mission
You will get a syntax error from a
match
if you are not running python3.10 or higher. Either run this on python3.10 or more likely use version 4.0.3. Install via:The text was updated successfully, but these errors were encountered: