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'm working on porting to Foxy and I can't load hardware interface plugin. Keep getting a CreateClassException.
[ros2_control_node-2] terminate called after throwing an instance of 'pluginlib::CreateClassException'
[ros2_control_node-2] what(): MultiLibraryClassLoader: Could not create class of type vesc_hw_interface::VescHwInterface
I've modified the interface implementations to work with Foxy.
I'm fairly convinced this isn't my urdf, and I don't recall touching anything regarding naming and exporting for the plugin.
I'm working on migrating to ros2 Foxy, so I've been modifying the interface implementations.
Can anyone point me in the right direction? Is this a interface implementation issue?
I struggled to find anything useful regarding CreateClassException and the error message isn't useful.
The text was updated successfully, but these errors were encountered:
Abstract
I'm working on porting to Foxy and I can't load hardware interface plugin. Keep getting a CreateClassException.
I've modified the interface implementations to work with Foxy.
How to Reproduce the Bug
Plugin export .xml:
Urdf tag:
Suggestion
I'm fairly convinced this isn't my urdf, and I don't recall touching anything regarding naming and exporting for the plugin.
I'm working on migrating to ros2 Foxy, so I've been modifying the interface implementations.
Can anyone point me in the right direction? Is this a interface implementation issue?
I struggled to find anything useful regarding CreateClassException and the error message isn't useful.
The text was updated successfully, but these errors were encountered: