An Axes object can be used to display the axis of a particular coordinate frame.
It is a wrapper for ROS3D.Axes
.
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
visible |
Boolean |
true |
No | Visibility of this object |
x |
Number |
0 |
No | Origin x |
y |
Number |
0 |
No | Origin y |
z |
Number |
0 |
No | Origin z |
scale |
Number |
1 |
No | The scale of the frame (defaults to 1.0) |
lineType |
Number |
full |
No | The line type for the axes. Supported line types: 'dashed' and 'full'. |
lineDashLength |
Number |
0.1 |
No | The length of the dashes, relative to the length of the axis. Maximum value is 1, which means the dash length is equal to the length of the axis. Parameter only applies when lineType is set to dashed. |
headLength |
Number |
0.1 |
No | The head length to render |
shaftRadius |
Number |
0.008 |
No | The shaft radius to render |
headRadius |
Number |
0.023 |
No | The head radius to render |
Data
Name | Type | Default value | Description |
---|---|---|---|
object |
ROS3D.Axes |
- | Handle for the internal ROS3D.Axes |