Skip to content

Commit

Permalink
rename SetLoad to SetInertia
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Boneberger committed Sep 10, 2021
1 parent e35a676 commit 5ca8c74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion franka_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"srv/SetCartesianImpedance.srv"
"srv/SetCollisionThreshold.srv"
"srv/SetCollisionThresholds.srv"
"srv/SetInertia.srv"
"srv/SetJointImpedance.srv"
"srv/SetLoad.srv"
"srv/SetTransform.srv"
DEPENDENCIES std_msgs geometry_msgs builtin_interfaces
)
Expand Down
4 changes: 4 additions & 0 deletions franka_msgs/srv/SetInertia.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
geometry_msgs/InertiaStamped inertia
---
bool success
string error
4 changes: 0 additions & 4 deletions franka_msgs/srv/SetLoad.srv

This file was deleted.

0 comments on commit 5ca8c74

Please sign in to comment.