ROS2_pubsub/src/custom_interfaces/srv/CustomSrv1.srv

11 lines
243 B
Plaintext
Raw Normal View History

2021-04-20 18:27:13 +02:00
# Header data, eg timestamp
# Problem: "header__struct.hpp: No such file or directory"
#Header header
# Sensor Data coming back from an array of atmospheric sensors
float32[] temperature
float32[] pressure
float32[] humidity
---
bool success