ros2 / ros1_bridge

ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Apache License 2.0
421 stars 274 forks source link

ros1_bridge dashing problem #422

Closed gitgeek29 closed 8 months ago

gitgeek29 commented 8 months ago

I'm trying to build ros1_bridge for couldn't build it. instead getting the following error: image Does any one of you have faced the same issue?

fujitatomoya commented 8 months ago

@gitgeek29 Unfortunately Dashing is already E.O.L(May 2021), could you try supported distribution instead?

see more details for https://docs.ros.org/en/rolling/Releases.html.

sloretz commented 8 months ago

Closing as Dashing is EOL.

dsyddn commented 3 months ago

static_assert is a new macro in C++11. try to modify 'static_assert' to 'assert' included in C header . (tips: modify the .em file in resource folder , which generate cpp file during buiding)