Template Function plansys2::get_args_param

Function Documentation

template<typename NodeT>
std::string plansys2::get_args_param(NodeT node, const std::string &plugin_name)

Get the arguments parameter for a given plugin name.

Template Parameters:

NodeT – Type of the ROS2 node.

Parameters:
  • node[in] Node to get the parameter from.

  • plugin_name[in] Name of the plugin.

Returns:

String containing the plugin arguments.