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

Running Talker Example Via Apt Install Attempts to Access Undefined Environment Variable #83

Open
KDharmarajanDev opened this issue Jun 4, 2022 · 0 comments
Assignees

Comments

@KDharmarajanDev
Copy link
Collaborator

Describe the bug
When running the talker.aws.py example in fogros2_examples when fogros2_examples is apt installed, the code attempts to read the environment variable COLCON_PREFIX_PATH in cloud_instance.py in line 57, but since this is an apt-installed packaged, this environment variable is None.

To Reproduce
Steps to reproduce the behavior:

  1. Install ROS 2 Humble on Ubuntu 22.04.
  2. Apt install ros-humble-fogros2 and ros-humble-fogros2-examples.
  3. Apt install further unlisted dependencies using the README.md
  4. Try running the talker example
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

2 participants