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
In a nutshell, this means that if a users install ROS Jazzy with .deb packages on a machine, and ROS Jazzy with RoboStack on another machine, if it tries to communicate, the node will crash with errors like:
[robot_state_publisher-5] thread 'rx-7' panicked at library/core/src/panicking.rs:136:5:
[robot_state_publisher-5] panic in a function that cannot unwind
[robot_state_publisher-5] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[robot_state_publisher-5] thread caused non-unwinding panic. aborting.
[rviz2-3] thread 'rx-5' panicked at library/core/src/panicking.rs:136:5:
[rviz2-3] panic in a function that cannot unwind
[rviz2-3] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[rviz2-3] thread caused non-unwinding panic. aborting.
[gzserver-1] thread 'rx-1' panicked at library/core/src/panicking.rs:136:5:
[gzserver-1] panic in a function that cannot unwind
[gzserver-1] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[gzserver-1] thread caused non-unwinding panic. aborting.
The best solution is to update also RoboStack's rmw_zenoh_cpp with a good old full rebuild/sync.