Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed May 8, 2024
1 parent 37a3280 commit ba32d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/control_manager/eland_innovation/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Tester : public mrs_uav_testing::TestGeneric {

Tester::Tester() : mrs_uav_testing::TestGeneric() {

sh_hw_api_odom_ = mrs_lib::SubscribeHandler<nav_msgs::Odometry>(shopts_, "/" + _uav_name_ + "/hw_api/odometry_unchanged", &Tester::callbackOdometry, this);
sh_hw_api_odom_ = mrs_lib::SubscribeHandler<nav_msgs::Odometry>(*shopts_, "/" + _uav_name_ + "/hw_api/odometry_unchanged", &Tester::callbackOdometry, this);

ph_odometry_ = mrs_lib::PublisherHandler<nav_msgs::Odometry>(nh_, "/" + _uav_name_ + "/hw_api/odometry");
}
Expand Down

0 comments on commit ba32d50

Please sign in to comment.