Skip to content

Commit

Permalink
rename ForceTorqueThresholds message to CollisionThresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Boneberger committed Sep 10, 2021
1 parent 38832ad commit 557469e
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions franka_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"action/Homing.action"
"action/Move.action"
"action/Stop.action"
"msg/CollisionThresholds.msg"
"msg/Errors.msg"
"msg/ForceTorqueThresholds.msg"
"msg/FrankaState.msg"
"msg/GraspEpsilon.msg"
"srv/SetCartesianImpedance.srv"
"srv/SetCollisionBehavior.srv"
"srv/SetJointImpedance.srv"
"srv/SetLoad.srv"
"srv/SetSimpleCollisionBehavior.srv"
"srv/SetTransform.srv"
"srv/SetLoad.srv"
DEPENDENCIES std_msgs geometry_msgs builtin_interfaces
)

Expand Down
4 changes: 4 additions & 0 deletions franka_msgs/msg/CollisionThresholds.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
float64[7] contact_torques # Contact torque thresholds for each joint in Nm
float64[7] collision_torques # Collision torque thresholds for each joint in Nm
geometry_msgs/Wrench contact_wrench # Contact force thresholds for (x,y,z,R,P,Y)
geometry_msgs/Wrench collision_wrench # Collision force thresholds for (x,y,z,R,P,Y)
2 changes: 1 addition & 1 deletion franka_msgs/msg/Errors.msg
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ bool communication_constraints_violation
bool power_limit_violation
bool joint_p2p_insufficient_torque_for_planning
bool tau_j_range_violation
bool instability_detected
bool instability_detected
4 changes: 0 additions & 4 deletions franka_msgs/msg/ForceTorqueThresholds.msg

This file was deleted.

2 changes: 1 addition & 1 deletion franka_msgs/srv/SetCartesianImpedance.srv
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ geometry_msgs/Vector3 translational_stiffness # (x,y,z) in N/m
geometry_msgs/Vector3 rotational_stiffness # (R,P,Y) in Nm/rad
---
bool success
string error
string error
6 changes: 3 additions & 3 deletions franka_msgs/srv/SetCollisionBehavior.srv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ForceTorqueThresholds nominal_thresholds # Thresholds during constant velocity movement phases
ForceTorqueThresholds acceleration_thresholds # Thresholds during acceleration/deceleration
ContactThresholds nominal_thresholds # Thresholds during constant velocity movement phases
ContactThresholds acceleration_thresholds # Thresholds during acceleration/deceleration
---
bool success
string error
string error
2 changes: 1 addition & 1 deletion franka_msgs/srv/SetJointImpedance.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
float64[7] joint_stiffness # in [Nm/rad, Nm/rad, Nm/rad, Nm/rad, Nm/rad, Nm/rad, Nm/rad]
---
bool success
string error
string error
2 changes: 1 addition & 1 deletion franka_msgs/srv/SetLoad.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
geometry_msgs/InertiaStamped load_inertia # Dynamic parameters of the payload
---
bool success
string error
string error
4 changes: 2 additions & 2 deletions franka_msgs/srv/SetSimpleCollisionBehavior.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ForceTorqueThresholds thresholds # Common torque and force boundaries for acceleration/deceleration and constant velocity movement phases
ContactThresholds thresholds # Common torque and force boundaries for acceleration/deceleration and constant velocity movement phases
---
bool success
string error
string error
2 changes: 1 addition & 1 deletion franka_msgs/srv/SetTransform.srv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
geometry_msgs/TransformStamped transform
---
bool success
string error
string error

0 comments on commit 557469e

Please sign in to comment.