mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
85 stars 47 forks source link

Integrate ros-foxglove-bridge #113

Closed mvukov closed 1 year ago

mvukov commented 1 year ago

I am (slowly) looking into this, but additional help is very welcome.

mvukov commented 1 year ago

@ahans FYI.

ahans commented 1 year ago

The stacktrace looks like it's exactly the same issue we've been fighting with before. The also use rclcpp::GenericSubscription. However, I don't think our patches cause this. On the contrary, I think there's another patch missing. Or -- probably even better -- rework the type support part to build the same two shared objects as stock ROS. That would allow us to get rid of the patches.