-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi @Martin-Oehler thank you for sharing
I have a question about a top view projection
My project have 3 pinhole camera and already calibrated.
I try to make a Top View Projection By use plugin PinholeProjection and this is my setting parameters
pinhole_front:
update_rate: 10
always_recompute_mapping: false
base_frame: front_camera
pose: [0, 0, 0, 0, 0, 0]
virtual_sensor_frame: pinhole_front_camera_frame
virtual_sensor_optical_frame: pinhole_front_optical_frame
projection_type: image_projection_plugins::PinholeProjection
projection_parameters:
image_width: 1280
image_height: 720
horizontal_fov: 0 # degree
focal_length: 1
Low Right view pinhole projection
pinhole_low_right:
update_rate: 10
always_recompute_mapping: false
base_frame: low_right_camera
pose: [0, 0, 0, 0, 0, 0]
virtual_sensor_frame: pinhole_low_right_camera_frame
virtual_sensor_optical_frame: pinhole_low_right_optical_frame
projection_type: image_projection_plugins::PinholeProjection
projection_parameters:
image_width: 1280
image_height: 720
horizontal_fov: 0
focal_length: 1
Low Left view pinhole projection
pinhole_low_left:
update_rate: 10
always_recompute_mapping: false
base_frame: low_left_camera
pose: [0, 0, 0, 0, 0, 0]
virtual_sensor_frame: pinhole_low_left_camera_frame
virtual_sensor_optical_frame: pinhole_low_left_optical_frame
projection_type: image_projection_plugins::PinholeProjection
projection_parameters:
image_width: 1280
image_height: 720
horizontal_fov: 0
focal_length: 1
The question is Does PinholeProjection Plugin can do Top-View projection?
If yes do i set parameters correctly?
Thanks You in advance
Kinds regards,
Chin