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

Publishing Euler angles to a topic #3

Open
mortenwesteraa opened this issue Oct 21, 2019 · 1 comment
Open

Publishing Euler angles to a topic #3

mortenwesteraa opened this issue Oct 21, 2019 · 1 comment

Comments

@mortenwesteraa
Copy link

Hi guys, thank you so much for your work. I have tried to use the driver, but I dont quite understand how it works. I can run the package in ros2 and if i run ros2 topic list, I see a topic called "bno055_driver/transition_event". If I echo this topic I get no data. For my project i need the Euler angles on a topic. My question to you is if it is possible to retrieve these Euler angles and publish them on a topic?

Thanks in advance

@cottsay
Copy link
Contributor

cottsay commented Oct 30, 2019

Hi!

This package is designed to be a managed node, so it is waiting for some external control to transition it to a running state.

Since many applications don't leverage lifecycle nodes, we added the self_manage parameter, which when set to true, will cause the node to auto-transition between states.

Try adding --ros-args -p self_manage:=true to your ros2 run command: https://index.ros.org/doc/ros2/Tutorials/Node-arguments/

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