Skip to content

Commit

Permalink
Add latest MST ROS message (#154)
Browse files Browse the repository at this point in the history
* Add MST ROS msg

* Add license in package.xml

* Update package
  • Loading branch information
bdenoun authored Feb 13, 2023
1 parent 5ab01b2 commit 8f25d06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Code Coverage|[<img src="https://codebuild.eu-west-2.amazonaws.com/badges?uuid=e


# Shadow Robot Common packages
This repository contains the bare minimum for communicating with the Shadow Hand from a remote computer: urdf models and messages.
This repository contains the bare minimum for communicating with the Shadow Hand from a remote computer: urdf models, messages and services.

1 change: 1 addition & 0 deletions sr_robot_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ add_message_files(
MidProxDataAll.msg
MidProxData.msg
MotorSystemControls.msg
MSTReading.msg
reverseKinematics.msg
sendupdate.msg
ShadowPST.msg
Expand Down
5 changes: 5 additions & 0 deletions sr_robot_msgs/msg/MSTReading.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Stamp when sent
time timestamp
# Fields gathering the different kind of data collected by the sensor
geometry_msgs/Point[] magnetic_data
float32[] temperature_data
4 changes: 2 additions & 2 deletions sr_robot_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Software License Agreement (BSD License)
Copyright © 2022 belongs to Shadow Robot Company Ltd.
Copyright © 2022, 2023 belongs to Shadow Robot Company Ltd.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -26,7 +26,7 @@

<package>
<name>sr_robot_msgs</name>
<version>1.4.0</version>
<version>1.4.1</version>
<description>sr_robot_msgs contains some messages used in the shadow_robot stack.</description>
<maintainer email="[email protected]">Shadow Robot's software team</maintainer>

Expand Down

0 comments on commit 8f25d06

Please sign in to comment.