-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MST-related ROS msgs to accomodate status checks and palm firm…
…ware (#164) * update MST-related messages to include status * ignore vscode config
- Loading branch information
Showing
8 changed files
with
19 additions
and
26 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,9 @@ | |
#PyCharm IDE | ||
.idea | ||
|
||
# VSCode | ||
.vscode | ||
|
||
#QtCreator files | ||
CMakeLists.txt.user | ||
|
||
|
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
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,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 |
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,2 @@ | ||
Header header | ||
MST[5] tactiles |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.