You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
In a Docker container with ROS 2 Humble, attempting to colcon build the repo results in the following error:
The text was updated successfully, but these errors were encountered: