Component responsible for execution of commands to move robotic arm (manipulator) based on set trajectory goal.
More...
#include <JointsTrajectoryComponent.h>
Inherits AZ::Component, AZ::TickBus::Handler, and JointsTrajectoryRequestBus::Handler.
|
|
| JointsTrajectoryComponent (const AZStd::string &followTrajectoryActionName) |
| |
|
| AZ_COMPONENT (JointsTrajectoryComponent, "{429DE04C-6B6D-4B2D-9D6C-3681F23CBF90}", AZ::Component) |
| |
| AZ::Outcome< void, TrajectoryResult > | StartTrajectoryGoal (TrajectoryGoalPtr trajectoryGoal) override |
| |
| AZ::Outcome< void, AZStd::string > | CancelTrajectoryGoal () override |
| |
| TrajectoryActionStatus | GetGoalStatus () override |
| |
|
|
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
| |
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
| |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
| |
|
static void | Reflect (AZ::ReflectContext *context) |
| |
Component responsible for execution of commands to move robotic arm (manipulator) based on set trajectory goal.
◆ CancelTrajectoryGoal()
| AZ::Outcome< void, AZStd::string > ROS2::JointsTrajectoryComponent::CancelTrajectoryGoal |
( |
| ) |
|
|
override |
- See also
- ROS2::JointsTrajectoryRequestBus::CancelTrajectoryGoal
◆ GetGoalStatus()
| TrajectoryActionStatus ROS2::JointsTrajectoryComponent::GetGoalStatus |
( |
| ) |
|
|
override |
- See also
- ROS2::JointsTrajectoryRequestBus::GetGoalStatus
◆ StartTrajectoryGoal()
| AZ::Outcome< void, TrajectoryResult > ROS2::JointsTrajectoryComponent::StartTrajectoryGoal |
( |
TrajectoryGoalPtr | trajectoryGoal | ) |
|
|
override |
- See also
- ROS2::JointsTrajectoryRequestBus::StartTrajectoryGoal
The documentation for this class was generated from the following file:
- Gems/ROS2/Code/Source/Manipulation/JointsTrajectoryComponent.h