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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
In #49 we are trying to add the package foxglove_bridge which is a hybrid package that can be built both for ROS 1 and ROS 2. Which version is built depends on the ROS_VERSION environment variable, which is typically (when building with catkin/colcon) set by an env-hook of the package ros_environment (on which foxglove_bridge depends).
However, when building robostack for linux-aarch64 or osx-arm64 we noticed that the ROS_VERSION is not set, and we get the following error:
CMake Error at CMakeLists.txt:166 (message):
ROS_VERSION environment variable must be 1 or 2
It seems that the env-hooks are not called and hence the ROS environment variables are not set. Maybe the easiest solution is to set these manually. E.g. for Humble:
Solution to issue cannot be found in the documentation.
Issue
In #49 we are trying to add the package
foxglove_bridge
which is a hybrid package that can be built both for ROS 1 and ROS 2. Which version is built depends on theROS_VERSION
environment variable, which is typically (when building with catkin/colcon) set by an env-hook of the packageros_environment
(on whichfoxglove_bridge
depends).However, when building robostack for
linux-aarch64
orosx-arm64
we noticed that theROS_VERSION
is not set, and we get the following error:It seems that the env-hooks are not called and hence the ROS environment variables are not set. Maybe the easiest solution is to set these manually. E.g. for Humble:
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: