-
-
Notifications
You must be signed in to change notification settings - Fork 58
Add rmw_zenoh_pico to emscripten builds #319
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
base: main
Are you sure you want to change the base?
Conversation
Hmm unfortunately it seems like it doesn’t work: “ Could not generate output for rmw_zenoh_pico” |
That make sense, if |
In bbd2ef9 I added a custom snapshot for emscripten32 . On the next full rebuild, we can probably align the snapshot used by the different platforms. |
Hmmm still the same message :( |
This comment was marked as outdated.
This comment was marked as outdated.
There was a malformed field in a556830 . |
The PR is now (silently, due to RoboStack/ros-jazzy#86) failing with error:
The problem is that vinca should be modified to accept an optional argument in case the ROS package is not in the root of the repo. |
I looked into it in this https://github.com/RoboStack/vinca/tree/fixhumble309 , but I think a prerequisite is to modify vinca to actually generate a different |
Ok, the problem is fixed by RoboStack/vinca#84 . Now the recipe is failing with:
that seems a "normal" problem of missing dependencies. |
We now need to add https://github.com/micro-ROS/rosidl_typesupport_microxrcedds as additional recipes. The humble version is very old though, I wonder if we should risk kilted (the long-term plan anyhow should be to move the emscripten build to kilted ..) |
Fix #309 .
However, I am not sure if
rosdistro_additional_recipes
works fine if norosdistro_snapshot
is specified, as currently in emscripten builds.