livox_ros2_driver icon indicating copy to clipboard operation
livox_ros2_driver copied to clipboard

Minor improvements to reduce copying

Open aaronchongth opened this issue 2 years ago • 0 comments

  • using emplace_back instead of push_back
  • static_cast
  • std::move for large messages into publishers or bags

Signed-off-by: Aaron Chong [email protected]

aaronchongth avatar Sep 16 '22 09:09 aaronchongth