package abb.egm.wrapper.trajectory

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CartesianGoal

egm_wrapper_trajectory.proto:42

Notes: - The Euler angles have higher priority than the quaternions (parts of the pose component). - Only linear velocity, because the orientation interporlation method (i.e. Slerp) result in uniform angular speed. - Only linear acceleration, and it is only used as potential input for interpolation.

Used in: RobotGoal

message ExecutionProgress

egm_wrapper_trajectory.proto:117

An execution progress for an EGM trajectory interface.

enum ExecutionProgress.State

egm_wrapper_trajectory.proto:120

Possible states of the EGM trajectory interface.

Used in: ExecutionProgress

enum ExecutionProgress.SubState

egm_wrapper_trajectory.proto:129

Possible sub states of the EGM trajectory interface's state.

Used in: ExecutionProgress

message ExternalGoal

egm_wrapper_trajectory.proto:56

Used in: PointGoal

message JointGoal

egm_wrapper_trajectory.proto:31

Note: The acceleration field is only used as potential input for interpolation.

Used in: ExternalGoal, RobotGoal

message PointGoal

egm_wrapper_trajectory.proto:62

Point goal in a trajectory.

Used in: ExecutionProgress, TrajectoryGoal

message RobotGoal

egm_wrapper_trajectory.proto:50

Note: Joint or Cartesian motion depends on the used EGM RAPID instructions.

Used in: PointGoal

message RobotPositionGoal

egm_wrapper_trajectory.proto:77

Note: Joint or Cartesian motion depends on the used EGM RAPID instructions.

Used in: StaticPositionGoal

message RobotVelocityGoal

egm_wrapper_trajectory.proto:84

Note: Joint or Cartesian motion depends on the used EGM RAPID instructions.

Used in: StaticVelocityGoal

message StaticPositionGoal

egm_wrapper_trajectory.proto:103

A static position goal that an EGM trajectory interface should execute.

message StaticVelocityGoal

egm_wrapper_trajectory.proto:110

A static velocity goal that an EGM trajectory interface should execute.

message TrajectoryGoal

egm_wrapper_trajectory.proto:97

A trajectory goal that an EGM trajectory interface should follow.

Used in: ExecutionProgress