Struct Client::SendGoalOptions
- Defined in File client.hpp 
Nested Relationships
This struct is a nested type of Template Class Client.
Struct Documentation
- 
struct SendGoalOptions
- Options for sending a goal. - This struct is used to pass parameters to the function - async_send_goal.- Public Functions - 
inline SendGoalOptions()
 - Public Members - 
GoalResponseCallback goal_response_callback
- Function called when the goal is accepted or rejected. - Takes a single argument that is a goal handle shared pointer. If the goal is accepted, then the pointer points to a valid goal handle. If the goal is rejected, then pointer has the value - nullptr.
 - 
FeedbackCallback feedback_callback
- Function called whenever feedback is received for the goal. 
 - 
ResultCallback result_callback
- Function called when the result for the goal is received. 
 
- 
inline SendGoalOptions()