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
There are many APIs in Nexus which are templated to work with both rclcpp::Node and rclcpp_lifecycle::LifecycleNode. However this creates unnecessary template overhead and increased compilation time.
There are many APIs in Nexus which are templated to work with both
rclcpp::Node
andrclcpp_lifecycle::LifecycleNode
. However this creates unnecessary template overhead and increased compilation time.We should instead convert these APIs to accept a rclcpp:NodeInterface arg.
While we're at it also rename functions to snake case especially in
nexus_lifecycle_manager
.The text was updated successfully, but these errors were encountered: