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
Hello, thanks for the work. There are couple of issues that I faced in this.
Description:
Since zed is giving rectified images, so there is no distortion in the image. When I set the distortion model to none inside RightCameraParams.yaml and LeftCameraParams.yaml, I get the error saying F0110 11:51:41.113411 1214988 StereoCamera.cpp:375] Unknown DistortionModel: 0. Here is how it looks like:
I get the error which is attached with the console output.
The imu in zed has a transform from the base_link frame. When I am trying to give the transform inside the ImuParams.yaml file, I get an error saying the extrinsics for the imu should be identity (which basically means I have to keep the imu to the base_link frame which I don't want to do).
ImuParams.yaml file looks like this:
# Sensor extrinsics wrt. the body-frame.
T_BS:
cols: 4
rows: 4
# THis is what I kept to get pass the error for now (but it's not correct)
data: [1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 1.0, 0.0,
0.0, 0.0, 0.0, 1.0]
# Created by me but gives the above mentioned error:
# data: [0.99999000, -0.00199198, -0.00400396, -0.002,
# 0.00200798, 0.99999000, 0.00399596, 0.015,
# 0.00399596, -0.00400396, 0.99998400, 0.011,
# 0.00000000, 0.00000000, 0.00000000, 1.000]
rate_hz: 30
Hello, thanks for the work. There are couple of issues that I faced in this.
Description:
none
insideRightCameraParams.yaml
andLeftCameraParams.yaml
, I get the error sayingF0110 11:51:41.113411 1214988 StereoCamera.cpp:375] Unknown DistortionModel: 0
. Here is how it looks like:LeftCameraParams.yaml
I get the error which is attached with the console output.
base_link
frame. When I am trying to give the transform inside theImuParams.yaml
file, I get an error saying the extrinsics for the imu should be identity (which basically means I have to keep the imu to thebase_link
frame which I don't want to do).ImuParams.yaml
file looks like this:Command:
Console output:
Additional files:
Please attach all the files needed to reproduce the error.
Please give also the following information:
The text was updated successfully, but these errors were encountered: