mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
AttitudeControlTest: fix style
This commit is contained in:
parent
0ff64bf101
commit
2cd0344712
@ -3,7 +3,8 @@
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
TEST(AttitudeControlTest, AllZeroCase) {
|
||||
TEST(AttitudeControlTest, AllZeroCase)
|
||||
{
|
||||
AttitudeControl attitude_control;
|
||||
matrix::Vector3f rate_setpoint = attitude_control.update(Quatf(), Quatf(), 0.f);
|
||||
EXPECT_EQ(rate_setpoint(0), 0.f);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user