1Dev
Projects
Global Views
Pull Requests
Issues
Builds
Packages
drone_simulation
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Packages
Statistics
Code
Child Projects
Projects
drone_simulation
Commits
0ea7e9ef
ctrl
k
Sign In
Working lookAhead function
Browse Code
main
backend-fix
Integration-v2
Alex Nagel
committed
12 months ago
0ea7e9ef
1 parent
b425af4b
service/src/simulationmodel/entity/decorator/DroneBatteryDecorator.cc
■
■ ■ ■
■ ■
skipped 37 lines
38
38
sub->notifyObservers(message);
39
39
}
40
40
}
41
-
42
-
// std::cout << "Current Charge: " << currentCharge << std::endl;
43
41
}
44
42
45
43
unsigned DroneBatteryDecorator::getCurrentCharge() {
skipped 111 lines
157
155
" does not have enough charge to finish strategy, " +
158
156
"so heading to recharge station";
159
157
sub->notifyObservers(message);
160
-
/
/
headToRechargeStation(findNearestRechargeStation());
158
+
headToRechargeStation(findNearestRechargeStation());
161
159
}
162
160
}
163
161
skipped 49 lines
All occurrences
service/src/simulationmodel/entity/decorator/DroneBatteryDecorator.cc
Please wait...
Page is in error, reload to recover