Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the data array of pose.csv #7

Open
K-Morin opened this issue Aug 7, 2024 · 1 comment
Open

About the data array of pose.csv #7

K-Morin opened this issue Aug 7, 2024 · 1 comment

Comments

@K-Morin
Copy link

K-Morin commented Aug 7, 2024

Hello, thanks for sharing your work. I have a question about the array structure of pose.csv.
The IMU data obtained from Holoocean follows the array structure shown in the Sensors — HoloOcean 1.0.0 documentation (byu-holoocean.github.io).
      ↓
Inertial Measurement Unit sensor.
Returns a 2D numpy array of:
[ [accel_x, accel_y, accel_z],
[ang_vel_roll, ang_vel_pitch, ang_vel_yaw],
[accel_bias_x, accel_bias_y, accel_bias_z],
[ang_vel_bias_roll, ang_vel_bias_pitch, ang_vel_bias_yaw] ]

When creating pose.csv for input into main.py, how is this data array rearranged?

@hogyun2
Copy link
Collaborator

hogyun2 commented Sep 26, 2024

@K-Morin Sorry for the delay

We didn't use the IMU sensor but a GPS sensor in the HOLOOCEAN.
Because our purpose was generating "Ground Truth".
So, the pose.csv is arranged in "KITTI" format.

I appreciate your interest in our paper!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants