Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Bevy 0.12 migration broke colcon workflow #208

Closed
1 task done
luca-della-vedova opened this issue Mar 20, 2024 · 0 comments · Fixed by #209
Closed
1 task done

[Bug]: Bevy 0.12 migration broke colcon workflow #208

luca-della-vedova opened this issue Mar 20, 2024 · 0 comments · Fixed by #209

Comments

@luca-della-vedova
Copy link
Member

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant