From d5f67a1d387c1d8b8e6ed6d007e6aae8398253e1 Mon Sep 17 00:00:00 2001 From: muelmarc <muelmarc@student.ethz.ch> Date: Thu, 6 Apr 2017 11:44:48 +0200 Subject: [PATCH] Added areabounds.msg --- pps_ws/src/d_fall_pps/msg/AreaBounds.msg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pps_ws/src/d_fall_pps/msg/AreaBounds.msg diff --git a/pps_ws/src/d_fall_pps/msg/AreaBounds.msg b/pps_ws/src/d_fall_pps/msg/AreaBounds.msg new file mode 100755 index 00000000..4230649f --- /dev/null +++ b/pps_ws/src/d_fall_pps/msg/AreaBounds.msg @@ -0,0 +1,7 @@ +float32 xmin +float32 xmax +float32 ymin +float32 ymax +float32 zmin +float32 zmax + -- GitLab