Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apt Install Doesn't Include All Dependencies #82

Closed
KDharmarajanDev opened this issue May 24, 2022 · 4 comments
Closed

Apt Install Doesn't Include All Dependencies #82

KDharmarajanDev opened this issue May 24, 2022 · 4 comments
Assignees

Comments

@KDharmarajanDev
Copy link
Collaborator

Describe the bug
When installing FogROS 2 and the examples package via apt, certain dependencies are not listed in the package.xml files, leading to users having to manually install those dependencies.

To Reproduce
Steps to reproduce the behavior:

  1. Start with clean Ubuntu 22.04 Instance
  2. Install ROS 2 Humble according to this: https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html
  3. Run sudo apt-get install ros-humble-fogros2-examples (Notice no FogROS dependency)
  4. Run sudo apt-get install ros-humble-fogros2 (several dependency issues)

Known Missing Dependencies:
fogros2-examples:

  1. ros-humble-fogros2

fogros2:

  1. ros-humble-rmw-cyclonedds-cpp
  2. awscli

There may be more missing dependencies, but this will have to be listed.

@KDharmarajanDev
Copy link
Collaborator Author

wgconfig needs to be added to rosdep.

@KDharmarajanDev
Copy link
Collaborator Author

wireguard needs to be added to rosdep.

@KDharmarajanDev
Copy link
Collaborator Author

Update, need to add awscli. It doesn't look like wgconfig will work in terms of apt installing

@KDharmarajanDev
Copy link
Collaborator Author

Superseded by #97, all dependencies are in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant