Closed JacobJBeck closed 1 year ago
I notice that spot_wrapper does include a requirements.txt, but it does not include aiortc
.
Thanks for catching this. I've added a PR to the wrapper which adds aiortc to requirements txt (without specifying a version).
The specific version we have used prior is 1.5.0, if that helps
@heuristicus It seems like pip3 install -e .
in spot_wrapper isn't installing the requirements.txt
as well.
I've added a PR to spot_ros2
to make the installation process easier. Once that goes in, the directions listed should allow you to install the correct dependencies.
Issue should be fixed now.
I got this error after following the install instructions and attempting to run.
It's easily resolved with
pip install aiortc
, but that should probably be included somewhere in the install process.