Skip to content

Commit

Permalink
added the API documentation of the new get_node_options method
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 14, 2024
1 parent 59732a9 commit f36675e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
CONTROLLER_INTERFACE_PUBLIC
const std::string & get_robot_description() const;

/**
* Method used by the `init` method to instantiate the Lifecycle node of the controller upon
* loading the controller
*
* @returns NodeOptions required for the configuration of the controller lifecycle node
*/
CONTROLLER_INTERFACE_PUBLIC
virtual rclcpp::NodeOptions get_node_options() const
{
Expand Down

0 comments on commit f36675e

Please sign in to comment.