- Timestamp:
- Mar 17, 2021, 2:48:05 PM (4 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/UavStateMachine.cpp
r398 r400 395 395 396 396 float UavStateMachine::ComputeCustomThrust(void) { 397 Thread::Warn("Default GetThrust method is not overloaded => switching back "397 Thread::Warn("Default ComputeCustomThrust method is not overloaded => switching back " 398 398 "to safe mode\n"); 399 399 EnterFailSafeMode(); -
trunk/lib/FlairSensorActuator/src/V4LCamera_impl.cpp
r352 r400 25 25 #include <FrameworkManager.h> 26 26 #include <fcntl.h> 27 //#include <linux/videodev2.h>28 27 #include <sys/ioctl.h> 29 28 #include <unistd.h>
Note:
See TracChangeset
for help on using the changeset viewer.