I encoutered this following error while launching the latest ros 2 drivers
[spot_ros2-1] [wrapper.py:974] Traceback (most recent call last):
[spot_ros2-1] File "/ros_ws/install/spot_wrapper/lib/python3.10/site-packages/spot_wrapper/wrapper.py", line 959, in claim
[spot_ros2-1] if not self._spot_leash.claim():
[spot_ros2-1] File "/ros_ws/install/spot_wrapper/lib/python3.10/site-packages/spot_wrapper/spot_leash.py", line 141, in claim
[spot_ros2-1] for resource in self._lease_task.proto:
[spot_ros2-1] TypeError: 'NoneType' object is not iterable
And due to it, the wasd examples (and would imagine many others) completely doesn't work. Will post a PR if it is an easy fix.
I encoutered this following error while launching the latest ros 2 drivers
And due to it, the
wasdexamples (and would imagine many others) completely doesn't work. Will post a PR if it is an easy fix.