-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Multi-dof joint state in storage and retrieval services (#51)
- Loading branch information
1 parent
6c08cb3
commit a7ae0a4
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
moveit_studio_msgs/moveit_studio_agent_msgs/msg/RobotJointState.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contains the joint positions of single-dof joints (i.e. REVOLUTE, PRISMATIC) | ||
sensor_msgs/JointState joint_state | ||
|
||
# Contains the joint positions of multi-dof joints (i.e. PLANAR, FLOATING). | ||
sensor_msgs/MultiDOFJointState multi_dof_joint_state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
moveit_studio_msgs/moveit_studio_agent_msgs/srv/StoreJointState.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters