Skip to content

Commit c44e4d8

Browse files
gavintranquilinoMiekale
authored andcommitted
Update each message description
1 parent b839980 commit c44e4d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autonomy/wato_msgs/common_msgs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ This package primarily defines message structures. Therefore:
2525
- **Message Definitions**: Contains a collection of `.msg` files, each defining a specific data structure. These messages are designed to be generic and applicable in multiple contexts.
2626

2727
### Message Definitions
28-
- `ArmPose.msg`: Defines the pose of the humanoid arm, including optional HandPose inside.
29-
- `HandPose.msg`: Defines the pose of the humanoid hand, including each JointState of each finger's joints.
30-
- `JointState.msg`: Defines the state of a joint, including position, velocity, orientation, and effort.
28+
- `ArmPose.msg`: Describes the pose of an arm, including its major joints and optionally the hand.
29+
- `HandPose.msg`: Details the pose of a hand, including individual finger joint states.
30+
- `JointState.msg`: A custom message (similar message structure to [sensor_msgs/JointState](https://docs.ros.org/en/humble/p/sensor_msgs/msg/JointState.html)) to represent a single joint.
3131

3232
## Usage
3333
To use the messages defined in this package within another ROS 2 package:

0 commit comments

Comments
 (0)