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
Hello @ablakey,
I had the same issue with rospkg. After the pip3 install rospkg it was resolved, however there are other dependencies. Here is how I got it to stop generating errors on startup in Melodic:
There are unreported dependencies that I forgot about. These need to be, at the very least, listed.
Some dependencies may be better off being optional. Sucks to have everyone install wireless for wireless_msgs if they might never use it. I should look into possibly importing these dependencies only at runtime if the translator gets used.
The text was updated successfully, but these errors were encountered:
I've temporarily updated requirements.txt and documentation. I want to do something better so I'll leave the ticket open, but hopefully it doesn't block others for now.
I think this raises two issues:
There are unreported dependencies that I forgot about. These need to be, at the very least, listed.
Some dependencies may be better off being optional. Sucks to have everyone install wireless for wireless_msgs if they might never use it. I should look into possibly importing these dependencies only at runtime if the translator gets used.
The text was updated successfully, but these errors were encountered: