We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plugin
Describe the bug Some time in the past, a keyword in the transmission description was changed from type to plugin, we somehow missed that. If you attempt to load a transmission with the old format, it segfaults. Probably caused by this and the next line: https://github.com/ros-controls/ros2_control/blob/0.8.0/hardware_interface/src/component_parser.cpp#L391
type
To Reproduce Steps to reproduce the behavior: Remove or rename the plugin attribute on a transmission. Load the description.
Expected behavior It thows an exception indicating the error.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
[JTC] Add pid gain structure to documentation (ros-controls#485) (ros…
f6b0ec4
…-controls#543) * Add pid gain structure to documentation * Remove trailing whitespace * Remove trailing colons (cherry picked from commit e0a373ab09cdf8c268bc3c8d14c4a3c0db59b724) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
No branches or pull requests
Describe the bug
Some time in the past, a keyword in the transmission description was changed from
type
toplugin
, we somehow missed that.If you attempt to load a transmission with the old format, it segfaults.
Probably caused by this and the next line:
https://github.com/ros-controls/ros2_control/blob/0.8.0/hardware_interface/src/component_parser.cpp#L391
To Reproduce
Steps to reproduce the behavior:
Remove or rename the
plugin
attribute on a transmission.Load the description.
Expected behavior
It thows an exception indicating the error.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: