Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Apr 20, 2024
1 parent 79ead8b commit 38745aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imu_sensor_broadcaster/test/test_imu_sensor_broadcaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ void IMUSensorBroadcasterTest::SetUpIMUBroadcaster(const std::string & ns)
imu_broadcaster_->assign_interfaces({}, std::move(state_ifs));
}

void IMUSensorBroadcasterTest::subscribe_and_get_message(sensor_msgs::msg::Imu & imu_msg, const std::string & ns)
void IMUSensorBroadcasterTest::subscribe_and_get_message(
sensor_msgs::msg::Imu & imu_msg, const std::string & ns)
{
// create a new subscriber
rclcpp::Node test_subscription_node("test_subscription_node", ns);
Expand Down

0 comments on commit 38745aa

Please sign in to comment.