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
Given a bagfile that contains groundtruth and estimated trajectories as tf transforms, a predefined range sensor frustum, compute the overlap displacement error (ODE) as defined by our Amazon friends Mostegel et. al.
Implementation considerations
Computation results can be best represented as a scalar field. MultiArray ROS messages or npy files may be best for tool output.
The text was updated successfully, but these errors were encountered:
Feature description
Given a bagfile that contains groundtruth and estimated trajectories as
tf
transforms, a predefined range sensor frustum, compute the overlap displacement error (ODE) as defined by our Amazon friends Mostegel et. al.Implementation considerations
Computation results can be best represented as a scalar field.
MultiArray
ROS messages ornpy
files may be best for tool output.The text was updated successfully, but these errors were encountered: