From 68a69c9d4672b549f21d41ce53b2c8de12fd7d2d Mon Sep 17 00:00:00 2001
From: Julian Oes <julian@oes.ch>
Date: Tue, 5 Apr 2016 10:38:16 +0200
Subject: [PATCH] cmake: add commander_state message to ROS build

---
 cmake/ros-CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/ros-CMakeLists.txt b/cmake/ros-CMakeLists.txt
index 092a968991..d410724033 100644
--- a/cmake/ros-CMakeLists.txt
+++ b/cmake/ros-CMakeLists.txt
@@ -73,6 +73,7 @@ add_message_files(
   actuator_armed.msg
   parameter_update.msg
   vehicle_status.msg
+  commander_state.msg
   vehicle_local_position.msg
   position_setpoint.msg
   position_setpoint_triplet.msg
-- 
GitLab