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
A .csv file exported with the following ros2 service call:
ros2 service call /save_trajectory norlab_icp_mapper_ros/srv/SaveTrajectory "trajectory_file_name: {data: $PWD/data/traj.csv}"
results in a .csv file with this header: x,y,orientationX0,orientationX1,orientationX2,orientationY0,orientationY1,orientationY2,orientationZ0,orientationZ1,orientationZ2
missing the z-axis and the timestamp values.
The text was updated successfully, but these errors were encountered:
A .csv file exported with the following ros2 service call:
ros2 service call /save_trajectory norlab_icp_mapper_ros/srv/SaveTrajectory "trajectory_file_name: {data: $PWD/data/traj.csv}"
results in a .csv file with this header:
x,y,orientationX0,orientationX1,orientationX2,orientationY0,orientationY1,orientationY2,orientationZ0,orientationZ1,orientationZ2
missing the z-axis and the timestamp values.
The text was updated successfully, but these errors were encountered: