Class FollowJointTrajectoryGoal
Inheritance
System.Object
FollowJointTrajectoryGoal
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZO.ROS.MessageTypes.Control
Assembly: Unity.ZeroSim.dll
Syntax
public class FollowJointTrajectoryGoal : ZOROSMessageInterface
Constructors
| Improve this Doc View SourceFollowJointTrajectoryGoal()
Declaration
public FollowJointTrajectoryGoal()
FollowJointTrajectoryGoal(JointTrajectoryMessage, JointToleranceMessage[], JointToleranceMessage[], DurationMessage)
Declaration
public FollowJointTrajectoryGoal(JointTrajectoryMessage trajectory, JointToleranceMessage[] path_tolerance, JointToleranceMessage[] goal_tolerance, DurationMessage goal_time_tolerance)
Parameters
Type | Name | Description |
---|---|---|
JointTrajectoryMessage | trajectory | |
JointToleranceMessage[] | path_tolerance | |
JointToleranceMessage[] | goal_tolerance | |
DurationMessage | goal_time_tolerance |
Fields
| Improve this Doc View SourceType
Declaration
[JsonIgnore]
public static string Type
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View Sourcegoal_time_tolerance
Declaration
public DurationMessage goal_time_tolerance { get; set; }
Property Value
Type | Description |
---|---|
DurationMessage |
goal_tolerance
Declaration
public JointToleranceMessage[] goal_tolerance { get; set; }
Property Value
Type | Description |
---|---|
JointToleranceMessage[] |
MessageType
Declaration
[JsonIgnore]
public string MessageType { get; }
Property Value
Type | Description |
---|---|
System.String |
path_tolerance
Tolerances for the trajectory. If the measured joint values fall outside the tolerances the trajectory goal is aborted. Any tolerances that are not specified (by being omitted or set to 0) are set to the defaults for the action server (often taken from the parameter server).
Tolerances applied to the joints as the trajectory is executed. If violated, the goal aborts with error_code set to PATH_TOLERANCE_VIOLATED.
Declaration
public JointToleranceMessage[] path_tolerance { get; set; }
Property Value
Type | Description |
---|---|
JointToleranceMessage[] |
trajectory
The joint trajectory to follow
Declaration
public JointTrajectoryMessage trajectory { get; set; }
Property Value
Type | Description |
---|---|
JointTrajectoryMessage |
Methods
| Improve this Doc View SourceUpdate()
Declaration
public void Update()