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
This way, the user doesn't have to do ANYTHING to add new types that an existing node can run polymorphically. They just extend the class, include in in main(), and let RAII take care of the rest.
Though they should use seperate nodes/nodelets and composition (connected with ROS messages) where possible.
The text was updated successfully, but these errors were encountered:
This way, the user doesn't have to do ANYTHING to add new types that an existing node can run polymorphically. They just extend the class, include in in main(), and let RAII take care of the rest.
Though they should use seperate nodes/nodelets and composition (connected with ROS messages) where possible.
The text was updated successfully, but these errors were encountered: