You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently (tried) to switch from passing the robot_description as a parameter to loading it from the corresponding topic.
The cartesian controllers apparently depend on obtaining the robot_description from the respective parameter.
This issue is rather a question than a pure bug report: What is the intended way of accessing the robot description inside a controller?
a) Via the robot_description parameter
b) Load it yourself from the topic
c) A different way (e.g. ros2control provides the URDF ready to use to the controller?)
To Reproduce
Configure ros2control to load the robot_description from the topic
Try to load any of the cartesian controllers
Environment (please complete the following information):
firesurfer
changed the title
Controller requiring robot_description parameter does not load anymore after switch to loading robot_description from topc
Controller requiring robot_description parameter does not load anymore after switch to loading robot_description from topic
Mar 19, 2024
I agree with @christophfroehlich backporting it will break API and ABI. It's recommended from now on to use the rolling version to use the main features
Describe the bug
Please see the related issue in the
cartesian controllers
repository: fzi-forschungszentrum-informatik/cartesian_controllers#179I recently (tried) to switch from passing the
robot_description
as a parameter to loading it from the corresponding topic.The cartesian controllers apparently depend on obtaining the
robot_description
from the respective parameter.This issue is rather a question than a pure bug report: What is the intended way of accessing the robot description inside a controller?
a) Via the robot_description parameter
b) Load it yourself from the topic
c) A different way (e.g. ros2control provides the URDF ready to use to the controller?)
To Reproduce
robot_description
from the topicEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: