#include <goal_id_generator.h>
Definition at line 81 of file goal_id_generator.h.
◆ GoalIDGenerator() [1/2]
actionlib::GoalIDGenerator::GoalIDGenerator |
( |
| ) |
|
Create a generator that prepends the fully qualified node name to the Goal ID
Definition at line 45 of file goal_id_generator.cpp.
◆ GoalIDGenerator() [2/2]
actionlib::GoalIDGenerator::GoalIDGenerator |
( |
const std::string & |
name | ) |
|
- Parameters
-
name | Unique name to prepend to the goal id. This will generally be a fully qualified node name. |
Definition at line 50 of file goal_id_generator.cpp.
◆ generateID()
actionlib_msgs::GoalID actionlib::GoalIDGenerator::generateID |
( |
| ) |
|
◆ setName()
void actionlib::GoalIDGenerator::setName |
( |
const std::string & |
name | ) |
|
- Parameters
-
name | Set the name to prepend to the goal id. This will generally be a fully qualified node name. |
Definition at line 55 of file goal_id_generator.cpp.
◆ name_
std::string actionlib::GoalIDGenerator::name_ |
|
private |
The documentation for this class was generated from the following files: