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

Commit

Permalink
Make sure to subscribe to "/imu".
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent 440ad7c commit 94420b8
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 @@ -99,7 +99,7 @@ void Node::init_req_set_angular_target_service_server()

void Node::init_imu_sub()
{
auto const imu_topic = std::string("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 94420b8

Please sign in to comment.