space-ros / space-ros

The Space ROS meta operating system for space robotics.
https://space-ros.github.io/docs/rolling/
160 stars 41 forks source link

clang-tidy: non-const reference parameter #5

Open wjwwood opened 2 years ago

wjwwood commented 2 years ago

migrated from https://github.com/osrf/sa-spaceros/issues/12 (originally by @mjeronimo)

clang-tidy identifies several occurrences of "google-runtime-references" where there is a non-const reference parameter and suggests to make it const or use a pointer. These occurrences in the Space ROS code (vnv list) should be evaluated and updated or identified as false positives.

ivanperez-keera commented 12 months ago

We'll be planning milestones and releases differently, so I'm clearing the milestone for this issue.