Skip to content

Commit

Permalink
fix steering odom test
Browse files Browse the repository at this point in the history
add missing namespace
  • Loading branch information
franzrammerstorfer committed Dec 13, 2023
1 parent 0e3b8cb commit 89ed2bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

TEST(TestSteeringOdometry, initialize)
{
EXPECT_NO_THROW(SteeringOdometry());
EXPECT_NO_THROW(steering_odometry::SteeringOdometry());

steering_odometry::SteeringOdometry odom(1);
odom.set_wheel_params(1., 2., 3.);
Expand Down

0 comments on commit 89ed2bf

Please sign in to comment.