-
Notifications
You must be signed in to change notification settings - Fork 7
Update installation script for dependencies and update documentation #115
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
doumdi
opened on May 13, 2025
Issue body actions
- Use rosdep for as many dependencies as possible (https://index.ros.org/search_deps/ for reference, it works with a bunch of common libraries from apt as well as pip in a system-agnostic way.
- Create a single shell script for dependencies installation, that can be referenced in both the README (called manually for development computer) and called in the setup script (on the robot), to install the remaining dependencies (non-rosdep), as well as calling rosdep install --from-paths src --ignore-src -r -y as well to install the rosdep ones. It could also call pip3 install on requirements files from subprojets like opentera-webrtc-ros (which has a few).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.