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
Move the unzipped folder under Assets in the Unity project.
Add the ROS2UnityComponent script to a game object in the scene.
Press play
See error
The full error is:
RuntimeError: failed to get symbol 'rmw_init_options_init' due to Environment variable 'AMENT_PREFIX_PATH' is not set or empty, at ./src/functions.cpp:171, at ./src/rcl/init_options.c:75
Screenshots
Desktop (please complete the following information):
OS: [Ubuntu22.04]
ros2 distro [humble]
ros2-for-unity version [1.3.0]
ros2 environment setup [single pc]
The text was updated successfully, but these errors were encountered:
I installed ROS2 locally on the same computer with the error, and it disappeared.
It would be really nice to have this working on computers without needing ROS2 installed.
We pretty much exclusively use ROS2 in docker at my company and don't tend to have a local ROS2 install.
Describe the bug
The standalone 1.3 release for humble/ubuntu 22.04 fails to get a symbol when running the
Ros2cs.Init()
function.To Reproduce
Steps to reproduce the behavior:
libspdlog-dev
using apt-getThe full error is:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: