Skip to content

Missing dependencies in QGIS-ROS #9

@ablakey

Description

@ablakey

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:

pip3 install rospkg
pip3 install msgpack
pip3 install gnupg

Into 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:

  1. There are unreported dependencies that I forgot about. These need to be, at the very least, listed.

  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions