From c0efc1190a9637252c7d234ed69c320a11117f7a Mon Sep 17 00:00:00 2001
From: roangel <roangel@student.ethz.ch>
Date: Thu, 24 Aug 2017 09:52:34 +0200
Subject: [PATCH] solved dummy error

---
 pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/include/MainWindow.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/include/MainWindow.h b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/include/MainWindow.h
index fbd56ad9..f74e2d41 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/include/MainWindow.h
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/include/MainWindow.h
@@ -51,7 +51,7 @@ private:
 
     ros::Publisher crazyRadioCommandPublisher;
     ros::Subscriber crazyRadioStatusSubscriber;
-    ros::Publisher PPSClientCommadPublisher;
+    ros::Publisher PPSClientCommandPublisher;
     ros::Subscriber CFBatterySubscriber;
 
     // callbacks
-- 
GitLab