Skip to content

Commit

Permalink
[imu_offset_compensation] add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Del Prete committed Nov 6, 2017
1 parent 4288712 commit 8bac461
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/imu_offset_compensation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ namespace dynamicgraph
makeCommandVoid1(*this, &ImuOffsetCompensation::update_offset,
docCommandVoid1("Update the IMU offsets.",
"Duration of the update phase in seconds (double)")));
addCommand("setGyroDCBlockerParameter",
makeCommandVoid1(*this, &ImuOffsetCompensation::setGyroDCBlockerParameter,
docCommandVoid1("Set DC Blocker filter parameter.",
"alpha (double)")));


}

/* ------------------------------------------------------------------- */
Expand Down

0 comments on commit 8bac461

Please sign in to comment.