1.1 KiB
1.1 KiB
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp: In lambda function:
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:152:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<terabee::RtlsDevice::anchor_data_t>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
152 | for (int i = 0; i < tracker_msg.anchors_data.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:163:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<terabee::RtlsDevice::anchor_data_t>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
163 | for (int i = 0; i < tracker_msg.anchors_data.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:152:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<terabee::RtlsDevice::anchor_data_t>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
152 | for (int i = 0; i < tracker_msg.anchors_data.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp:163:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<terabee::RtlsDevice::anchor_data_t>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
163 | for (int i = 0; i < tracker_msg.anchors_data.size(); i++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~