Files
5g_drone_ROS2/log/build_2023-04-19_12-21-26/beacon_positioning/stderr.log
Sem van der Hoeven b016c1c887 built
2023-04-19 13:19:25 +00:00

1.1 KiB
Raw Blame History

/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++)
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~