Skip to content

Commit

Permalink
Update MST-related ROS msgs to accomodate status checks and palm firm…
Browse files Browse the repository at this point in the history
…ware (#164)

* update MST-related messages to include status

* ignore vscode config
  • Loading branch information
bdenoun authored May 15, 2023
1 parent e0dcc57 commit 8fcf8a8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
#PyCharm IDE
.idea

# VSCode
.vscode

#QtCreator files
CMakeLists.txt.user

Expand Down
10 changes: 4 additions & 6 deletions sr_robot_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_message_files(
EthercatDebug.msg
FromMotorDataType.msg
GraspArray.msg
HybridControllerStatus.msg
JointControllerState.msg
joint.msg
JointMusclePositionControllerState.msg
Expand All @@ -38,21 +39,18 @@ add_message_files(
MidProxDataAll.msg
MidProxData.msg
MotorSystemControls.msg
MSTReading.msg
MST.msg
MSTAll.msg
reverseKinematics.msg
sendupdate.msg
ShadowContactStateStamped.msg
ShadowPST.msg
TactileArray.msg
Tactile.msg
UBI0All.msg
UBI0.msg
MSTSensor.msg
MSTFinger.msg
MSTPalm.msg
ShadowContactStateStamped.msg
WrenchWithModelGroupName.msg
WrenchArray.msg
HybridControllerStatus.msg
)

add_service_files(
Expand Down
10 changes: 10 additions & 0 deletions sr_robot_msgs/msg/MST.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Stamp when sent
time timestamp
# Fields gathering both the magnetic and temperature data
geometry_msgs/Point[] magnetic_data
float32[] temperature_data
# Fields gathering status information
# -1 --> the sensor does not provide this information
# 0 --> all good
# > 0 values --> error codes (please refer to documentation)
int8 status
2 changes: 2 additions & 0 deletions sr_robot_msgs/msg/MSTAll.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Header header
MST[5] tactiles
2 changes: 0 additions & 2 deletions sr_robot_msgs/msg/MSTFinger.msg

This file was deleted.

2 changes: 0 additions & 2 deletions sr_robot_msgs/msg/MSTPalm.msg

This file was deleted.

5 changes: 0 additions & 5 deletions sr_robot_msgs/msg/MSTReading.msg

This file was deleted.

11 changes: 0 additions & 11 deletions sr_robot_msgs/msg/MSTSensor.msg

This file was deleted.

0 comments on commit 8fcf8a8

Please sign in to comment.