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'm trying to use the camera sensor with the orthographic lens to generate a 2D map for navigation.
However, I can't change my lens type. It always stays stereographic.
Every value I write in the field is ignored.
I noticed that if I check my camera model with gz model -l -m My_Ortho_Cam -s all my properties are correctly set, except the lens type.
The output of said gz model -l -m My_Ortho_Cam -s
`
Requesting state for world [warehouse]...
I'm unsure if it's because I did something wrong with the implementation of the SDF-file, or gazebo does not support different lens types, or the rendering engine does not support it.
Thanks for your help and input in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use the camera sensor with the orthographic lens to generate a 2D map for navigation.
However, I can't change my lens type. It always stays stereographic.
Every value I write in the field is ignored.
The relevant SDF Parts look like this:
`
`
I noticed that if I check my camera model with
gz model -l -m My_Ortho_Cam -s
all my properties are correctly set, except the lens type.The output of said
gz model -l -m My_Ortho_Cam -s
`
Requesting state for world [warehouse]...
[0.000000 0.000000 0.000000]
[0.000000 -0.000000 0.000000]
[1.000000 0.000000 0.000000]
[0.000000 1.000000 0.000000]
[0.000000 0.000000 1.000000]
[0.000000 0.000000 0.000000]
[0.000000 -0.000000 0.000000]
[0.000000 0.000000 0.000000]
[0.000000 -0.000000 0.000000]
`
I'm unsure if it's because I did something wrong with the implementation of the SDF-file, or gazebo does not support different lens types, or the rendering engine does not support it.
Thanks for your help and input in advance.
The text was updated successfully, but these errors were encountered: