#include <GripperActionServer.h>
|
using | GripperCommand = control_msgs::action::GripperCommand |
|
using | GoalHandleGripperCommand = rclcpp_action::ServerGoalHandle< control_msgs::action::GripperCommand > |
|
GripperActionServer is a class responsible for managing an action server controlling a gripper
- See also
- ROS 2 action server documentation
-
GripperCommand documentation
◆ GripperActionServer()
ROS2::GripperActionServer::GripperActionServer |
( |
const AZStd::string & |
actionName, |
|
|
const AZ::EntityId & |
entityId |
|
) |
| |
Create an action server for GripperAction action and bind Goal callbacks.
- Parameters
-
actionName | Name of the action, similar to topic or service name. |
entityId | entity which will execute callbacks through GripperRequestBus. |
◆ CancelGoal()
void ROS2::GripperActionServer::CancelGoal |
( |
std::shared_ptr< GripperCommand::Result > |
result | ) |
|
Cancel the current goal.
- Parameters
-
result | Result to be passed to through action server to the client. |
◆ GoalSuccess()
void ROS2::GripperActionServer::GoalSuccess |
( |
std::shared_ptr< GripperCommand::Result > |
result | ) |
|
Report goal success to the action server.
- Parameters
-
result | Result which contains success code. |
◆ PublishFeedback()
void ROS2::GripperActionServer::PublishFeedback |
( |
std::shared_ptr< GripperCommand::Feedback > |
feedback | ) |
|
Publish feedback during an active action.
- Parameters
-
feedback | An action feedback message informing about the progress. |
The documentation for this class was generated from the following file:
- Gems/ROS2/Code/Source/Gripper/GripperActionServer.h