We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a206d01 commit a2e5819Copy full SHA for a2e5819
hardware_interface/include/hardware_interface/hardware_info.hpp
@@ -254,8 +254,8 @@ struct HardwareInfo
254
unsigned int rw_rate;
255
/// Component is async
256
bool is_async;
257
- /// Async thread priority
258
- [[deprecated("Use async_params instead.")]] int thread_priority;
+ /// [[deprecated("Use async_params instead.")]] Async thread priority
+ int thread_priority;
259
/// Async Parameters
260
HardwareAsyncParams async_params;
261
/// Name of the pluginlib plugin of the hardware that will be loaded.
0 commit comments