Skip to content

Update installation script for dependencies and update documentation #115

@doumdi

Description

@doumdi
  • 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).

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions