Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Fixing IMU AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent 7a14dbf commit 4dd9d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void Node::request_set_target_angle(quantity<rad> const yaw_target)

void Node::init_imu_sub()
{
auto const imu_topic = std::string("/t07/imu");
auto const imu_topic = std::string("imu");
auto const imu_topic_deadline = std::chrono::milliseconds(100);
auto const imu_topic_liveliness_lease_duration = std::chrono::milliseconds(1000);

Expand Down

0 comments on commit 4dd9d45

Please sign in to comment.