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

No Module Found #8

Open
KDharmarajanDev opened this issue Feb 12, 2024 · 2 comments
Open

No Module Found #8

KDharmarajanDev opened this issue Feb 12, 2024 · 2 comments

Comments

@KDharmarajanDev
Copy link
Contributor

In a Docker container with ROS 2 Humble, attempting to colcon build the repo results in the following error:

Failed to load entry point 'fgr': No module named 'fogros2_rt_x.exporter'
Traceback (most recent call last):
  File "/opt/ros/humble/bin/ros2", line 33, in <module>
    sys.exit(load_entry_point('ros2cli==0.18.8', 'console_scripts', 'ros2')())
  File "/opt/ros/humble/lib/python3.10/site-packages/ros2cli/cli.py", line 52, in main
    add_subparsers_on_demand(
  File "/opt/ros/humble/lib/python3.10/site-packages/ros2cli/command/__init__.py", line 237, in add_subparsers_on_demand
    extension = command_extensions[name]
KeyError: 'fgr'
@KeplerC
Copy link
Collaborator

KeplerC commented Feb 12, 2024

Hi @KDharmarajanDev , I just fixed (1 minutes ago...) with commit 9627569. See if the updated main works

@KDharmarajanDev
Copy link
Contributor Author

Build is successful on my end.

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