Issues sourcing ROS after building
Hi there, I have built Rolling for ARM using Docker. Everything seems to work find inside the container.
Further steps that I took:
* SCPed the content of the install folder to /opt/ros2_rolling/install of a beaglebone;
* export COLCON_CURRENT_PREFIX=/opt/ros2_rolling/install
* cd /opt/ros2_rolling/install
* . /opt/ro2_rolling/install/setup.bash
Every thing apparently is fine... but when trying to run "ros2", I get:
Traceback (most recent call last):
File "/opt/ros2_rolling/install/ros2cli/bin/ros2", line 33, in <module>
sys.exit(load_entry_point('ros2cli', 'console_scripts', 'ros2')())
File "/opt/ros2_rolling/install/ros2cli/bin/ros2", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/home/debian/.local/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 558, in distribution
return Distribution.from_name(distribution_name)
File "/home/debian/.local/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 215, in from_name
raise PackageNotFoundError(name)
importlib_metadata.PackageNotFoundError: No package metadata was found for ros2cli
Anyone got a clue of what's going on here? Thanks