Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第6章IMU 订阅/imu话题 #7

Open
LYZ-Li opened this issue Sep 15, 2024 · 1 comment
Open

第6章IMU 订阅/imu话题 #7

LYZ-Li opened this issue Sep 15, 2024 · 1 comment

Comments

@LYZ-Li
Copy link

LYZ-Li commented Sep 15, 2024

第6章IMU
imu_data.cppimu_behavior.cpp订阅话题
应该是订阅/imu

auto sub = node->create_subscription<sensor_msgs::msg::Imu>("/imu/data", 100, IMUCallback);

改为

auto sub = node->create_subscription<sensor_msgs::msg::Imu>("/imu", 100, IMUCallback);

PS:按照书里的描述其实应该修改机器人imu发布的话题改到/imu/datahhh

@zhangwanjie
Copy link
Contributor

zhangwanjie commented Sep 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants