Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
refs #17 Update multirotor units for thermistor.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoos committed Feb 11, 2015
1 parent b7482d8 commit f4a0b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/units/apollo/unit_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ struct UnitData {
platform.get<Accelerometer>(),
std::experimental::nullopt,
std::experimental::make_optional(&platform.get<Magnetometer>()),
std::experimental::nullopt,
world, inputSource, motorMapper, communicator
) {
}
Expand Down
1 change: 1 addition & 0 deletions variants/units/zephyrus/unit_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ struct UnitData {
world(location, attitude, communicator),
inputSource(communicator),
system(platform.get<Gyroscope>(), platform.get<Accelerometer>(),
std::experimental::nullopt,
std::experimental::nullopt,
std::experimental::nullopt,
world, inputSource, motorMapper, communicator) {
Expand Down
1 change: 1 addition & 0 deletions variants/units/zeus/unit_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct UnitData {
world(location, attitude, communicator),
inputSource(communicator),
system(platform.get<Gyroscope>(), platform.get<Accelerometer>(),
std::experimental::nullopt,
std::experimental::nullopt,
std::experimental::nullopt,
world, inputSource, motorMapper, communicator) {
Expand Down

0 comments on commit f4a0b1f

Please sign in to comment.