You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made similar thing, but with sorting of the results based on timestamps. This might come in handy if we decide to stream points instead of buffering them. You can find in the [m3t_tracker_ros](https://gitlab.laas.fr/kwojciecho/m3t_tracker_ros/-/blob/main/m3t_tracker_ros/m3t_tracker_ros/image_time_buffer.py?ref_type=heads)
I am not 100% confident with the suggested implementation, but I would see it like this. Additionally, I am not sure about the efficiency of the lather. Maybe an if statement to avoid resorting every time would be useful.
MedericFourmy
changed the title
I made similar thing, but with sorting of the results based on timestamps. This might come in handy if we decide to stream points instead of buffering them. You can find in the [m3t_tracker_ros](https://gitlab.laas.fr/kwojciecho/m3t_tracker_ros/-/blob/main/m3t_tracker_ros/m3t_tracker_ros/image_time_buffer.py?ref_type=heads)
MPC Buffer: take inspiration from m3t_tracker_ros
Dec 9, 2024
MedericFourmy
changed the title
MPC Buffer: take inspiration from m3t_tracker_ros
TrajectoryBuffer: take inspiration from m3t_tracker_ros
Dec 9, 2024
Originally posted by @Kotochleb in #97 (comment)
The text was updated successfully, but these errors were encountered: