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.
|
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