Skip to content

Commit

Permalink
Add Multi-dof joint state in storage and retrieval services (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini authored May 22, 2024
1 parent 6c08cb3 commit a7ae0a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions moveit_studio_msgs/moveit_studio_agent_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(msg_files
"msg/LicenseInfo.msg"
"msg/Log.msg"
"msg/PlanningGroup.msg"
"msg/RobotJointState.msg"
"msg/Waypoint.msg"
)

Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ builtin_interfaces/Duration timeout
---

bool success
sensor_msgs/JointState joint_state
moveit_studio_agent_msgs/RobotJointState robot_joint_state
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Service to store a joint state in the Parameter Manager

sensor_msgs/JointState joint_state
sensor_msgs/MultiDOFJointState multi_dof_joint_state

---

Expand Down

0 comments on commit a7ae0a4

Please sign in to comment.