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

Make apt installed FogROS2 work without copy in project #91

Open
jeffi opened this issue Aug 8, 2022 · 0 comments
Open

Make apt installed FogROS2 work without copy in project #91

jeffi opened this issue Aug 8, 2022 · 0 comments
Assignees

Comments

@jeffi
Copy link
Collaborator

jeffi commented Aug 8, 2022

Describe the bug
If you apt install FogROS2, but do not include a copy of FogROS2 in your workspace, it will fail to start the cloud side. The fix could be as simple as adding:

    self.apt_install(f"ros-{self.ros_distro}-fogros2")

to cloud_instance.py. However, we may have to do additional checks--e.g., to prefer FogROS2 that is part of the workspace when present.

To Reproduce

  1. apt install ros-humble-fogros2
  2. create workspace and simple example application (e.g., talker)
  3. launch with 1 node in the cloud.

Expected behavior
Cloud starts up.

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

No branches or pull requests

3 participants