- Timestamp:
- Dec 9, 2020, 6:24:44 PM (4 years ago)
- Location:
- trunk/lib
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Bldc.cpp
r340 r376 96 96 } 97 97 98 } // end namespace sensor98 } // end namespace actuator 99 99 } // end namespace flair -
trunk/lib/FlairSensorActuator/src/Bldc.h
r340 r376 15 15 16 16 #include <IODevice.h> 17 #include <stdint.h>18 17 19 18 namespace flair { -
trunk/lib/FlairSimulator/src/TwoWheelRobot.cpp
r375 r376 151 151 // z down 152 152 void TwoWheelRobot::CalcModel(void) { 153 float speed =0.4, turn=0;153 float speed,turn; 154 154 Time motorTime; 155 155
Note:
See TracChangeset
for help on using the changeset viewer.