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
* Add in a fix for older compilers.
The addition of the NodeInterfaces class made it stop compiling
with older compilers (such as gcc 9.4.0 on Ubuntu 20.04).
The error has to do with calling the copy constructor on
rclcpp::Node, which is deleted. Work around this by removing
the NodeInterfaces shared_ptr constructor, which isn't technically
needed.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments