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

Bugfixed joint_states subscriber segfaults #60

Open
Kotochleb opened this issue Feb 4, 2025 · 2 comments
Open

Bugfixed joint_states subscriber segfaults #60

Kotochleb opened this issue Feb 4, 2025 · 2 comments

Comments

@Kotochleb
Copy link
Collaborator

LFC is subscribing to non existing topic joint_state, which is result of a typo with missing s at the end (should be joint_states). When the typo is fixed the controller segfaults.

@ArthurVal
Copy link
Collaborator

@MaximilienNaveau I'm a bit confuse.
Why do the ros controller plugin, which is suppose to get its input form the ros_control facility (i.e. the hardware interfaces), still subscribe to /odom and /joint_state classical free topics ? (from here)

@MaximilienNaveau
Copy link
Collaborator

A standard chainable controller is not necessarily made for being chained.
It should (see ROS2 control documentation) be able to be used unchained hence getting it's reference from topics.
Hence the subscription to joint_states and odom.

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

3 participants