The packages gives a lot of warnings about poses not being updated,does that mean that the stream is coming in too slow per rigid body? The crazyflies do fly normally
Anyway, I'm getting so many warnings that I can not read the crazyswarm server output normally either...
perhaps we can add a parameter that disables this warnings or throttles it somehow?
|
RCLCPP_WARN(node->get_logger(), "No updated pose for %s for %f s.", rigidBody.name().c_str(), elapsedSeconds.count()); |
The packages gives a lot of warnings about poses not being updated,does that mean that the stream is coming in too slow per rigid body? The crazyflies do fly normally
Anyway, I'm getting so many warnings that I can not read the crazyswarm server output normally either...
perhaps we can add a parameter that disables this warnings or throttles it somehow?
motion_capture_tracking/motion_capture_tracking/src/motion_capture_tracking_node.cpp
Line 265 in ef593e2