-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello @ablakey,
I had the same issue with rospkg. After thepip3 install rospkgit was resolved, however there are other dependencies. Here is how I got it to stop generating errors on startup in Melodic:pip3 install rospkg pip3 install msgpack pip3 install gnupgInto my catkin ws:
git clone https://github.com/clearpathrobotics/wireless.git git clone https://github.com/locusrobotics/json_transport.git
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.
Metadata
Metadata
Assignees
Labels
No labels