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

Admittance Controller: parameter robot_description not set #1379

Closed
mhubii opened this issue Nov 20, 2024 · 4 comments
Closed

Admittance Controller: parameter robot_description not set #1379

mhubii opened this issue Nov 20, 2024 · 4 comments
Labels

Comments

@mhubii
Copy link

mhubii commented Nov 20, 2024

Hi All,

trying to run the admittance controller. (Ubuntu 24.04, rolling). Receiving:

[ros2_control_node-3] [ERROR] [1732101243.342290020] [kinematics_interface_kdl]: parameter robot_description not set

The calling order:

  1. admittance_->configure(get_node(), num_joints_, this->get_robot_description()) ==

  2. Triggered here:
    https://github.com/ros-controls/kinematics_interface/blob/822cff404424004d646d384c8dfedb226de2b54a/kinematics_interface_kdl/src/kinematics_interface_kdl.cpp#L42

The controller_manager is namespaced.

Any idea? Thank you!

@mhubii mhubii added the bug label Nov 20, 2024
@christophfroehlich
Copy link
Contributor

Have you built the rolling stack from source? We recently changed this with #1247, but the binaries haven't been synced yet.

@mhubii
Copy link
Author

mhubii commented Nov 20, 2024

hi @christophfroehlich and thank you for the hint. Been using distributed binaries

@mhubii
Copy link
Author

mhubii commented Nov 20, 2024

I presume that this is fixed, just not in the binaries yet. Closing.

@mhubii mhubii closed this as completed Nov 20, 2024
@bmagyar
Copy link
Member

bmagyar commented Nov 21, 2024

Correct. It was flagged up by the tests straight away. We still support getting the description from params but it's only for backward compatibility for older distros.

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

No branches or pull requests

3 participants