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
When I checked the parameters of aviary, I found that the parameters of camera were not needed, but 04_camera.py in the example still existed
Is there any simple and clear example of the new version?
ty
The text was updated successfully, but these errors were encountered:
Thanks for the issue! The parameters are being passed into drone_options of the Aviary, which is passed into the drones themselves. Does this answer your query?
Thanks for your reply, now I know the parameters are in drone_options, but when I run env = Aviary(
start_pos=start_pos,
start_orn=start_orn,
render=True,
drone_type="quadx",
drone_options=dict(
use_camera=True,
camera_angle=30,
camera_FOV_degrees=110,
camera_fps=30,
),
i cant send the parameters into Aviary
TypeError: QuadX.init() got an unexpected keyword argument 'camera_angle'
Maybe I'm too dumb to figure it out on my own.If possible,could u teach me how can i solve the problem?
When I checked the parameters of aviary, I found that the parameters of camera were not needed, but 04_camera.py in the example still existed
Is there any simple and clear example of the new version?
ty
The text was updated successfully, but these errors were encountered: