Clara Keng / Mbed 2 deprecated FreeFlyerROS_clarakhl

Dependencies:   mbed ros_lib_kinetic

Revision:
4:cae255669971
Parent:
1:40bdbe1a93b7
Child:
5:864709d3eb76
--- a/FreeFlyerHardware.h	Mon Jun 25 00:56:05 2018 +0000
+++ b/FreeFlyerHardware.h	Fri Jun 29 02:30:38 2018 +0000
@@ -36,13 +36,13 @@
     
     RGBA_LED *rgba_led_;
     
+    QEI *wheel_encoder_; // object to interact with encoder outputs
+    
 protected:
     int NUM_THRUSTERS;
     
     PID *controller_;
     
-    QEI *wheel_encoder_; // object to interact with encoder outputs
-    
     int thruster_pwm_stop_[8];       // Number that the PWM count reaches before each thruster turns off
     int thruster_pwm_clock_;