We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5a1ad commit 7359136Copy full SHA for 7359136
controller_interface/include/controller_interface/controller_interface_base.hpp
@@ -366,6 +366,10 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
366
367
protected:
368
pal_statistics::RegistrationsRAII stats_registrations_;
369
+
370
+public:
371
+ using SharedPtr = std::shared_ptr<ControllerInterfaceBase>;
372
+ using WeakPtr = std::weak_ptr<ControllerInterfaceBase>;
373
};
374
375
using ControllerInterfaceBaseSharedPtr = std::shared_ptr<ControllerInterfaceBase>;
0 commit comments