Closed chilisam closed 1 year ago
In lines 96, 97 and 98 in https://github.com/smartmicro/smartmicro_ros2_radars/blob/a08720ba2294bb3271b9f24489e8adc4d14528ef/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L90-L98
You have the following value order:
But when actually building the PCL message here:
https://github.com/smartmicro/smartmicro_ros2_radars/blob/a08720ba2294bb3271b9f24489e8adc4d14528ef/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L447-L451
You have the order:
This applies also to all the other void SmartmicroRadarNode::targetlist_callback_*
void SmartmicroRadarNode::targetlist_callback_*
Thanks for pointing this out. I am going to update this.
In lines 96, 97 and 98 in https://github.com/smartmicro/smartmicro_ros2_radars/blob/a08720ba2294bb3271b9f24489e8adc4d14528ef/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L90-L98
You have the following value order:
But when actually building the PCL message here:
https://github.com/smartmicro/smartmicro_ros2_radars/blob/a08720ba2294bb3271b9f24489e8adc4d14528ef/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L447-L451
You have the order:
This applies also to all the other
void SmartmicroRadarNode::targetlist_callback_*