Add rmw_zenoh_pico to emscripten builds#319
Add rmw_zenoh_pico to emscripten builds#319traversaro wants to merge 6 commits intoRoboStack:mainfrom
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_recipesworks fine if norosdistro_snapshotis specified, as currently in emscripten builds.