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
Since #206 there is now a panic on startup when running the site editor through ros2 run. The panic is internal in a bevy macro here:
called `Option::unwrap()` on a `None` value
I'll be investigating but I believe this might be due to how the embedded_asset macros lookup the path and how colcon relocates the executable.
If all fails will just revert to the previous way of doing things when we implemented pretty much the same functionality ourselves.
The text was updated successfully, but these errors were encountered:
Before proceeding, is there an existing issue or discussion for this?
Description
Since #206 there is now a panic on startup when running the site editor through
ros2 run
. The panic is internal in a bevy macro here:I'll be investigating but I believe this might be due to how the embedded_asset macros lookup the path and how colcon relocates the executable.
If all fails will just revert to the previous way of doing things when we implemented pretty much the same functionality ourselves.
The text was updated successfully, but these errors were encountered: