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
when i colcon build,it throw the error following:
error: ‘__gnu_cxx::_alloc_traits<std::allocator<hardware_interface::HardwareInfo>, hardware_interface::HardwareInfo>::value_type’ {aka ‘struct hardware_interface::HardwareInfo’} has no member named ‘hardware_plugin_name’
404 | d::string robot_hw_sim_type_str = control_hardware_info[i].hardware_plugin_name;
solution:change control_hardware_info[i].hardware_plugin_name to control_hardware_info[i].name;
The text was updated successfully, but these errors were encountered:
when i colcon build,it throw the error following:
error: ‘__gnu_cxx::_alloc_traits<std::allocator<hardware_interface::HardwareInfo>, hardware_interface::HardwareInfo>::value_type’ {aka ‘struct hardware_interface::HardwareInfo’} has no member named ‘hardware_plugin_name’
404 | d::string robot_hw_sim_type_str = control_hardware_info[i].hardware_plugin_name;
solution:change control_hardware_info[i].hardware_plugin_name to control_hardware_info[i].name;
The text was updated successfully, but these errors were encountered: