|
| 1 | +serial_number: a200-0000 |
| 2 | +version: 0 |
| 3 | +system: |
| 4 | + hosts: |
| 5 | + - hostname: cpr-a200-0000 |
| 6 | + ip: 192.168.131.1 |
| 7 | + ros2: |
| 8 | + namespace: a200_0000 |
| 9 | +platform: |
| 10 | + attachments: |
| 11 | + - name: front_bumper |
| 12 | + type: a200.bumper |
| 13 | + parent: front_bumper_mount |
| 14 | + - name: rear_bumper |
| 15 | + type: a200.bumper |
| 16 | + parent: rear_bumper_mount |
| 17 | + - name: backpack |
| 18 | + type: a200.observer_backpack |
| 19 | +sensors: |
| 20 | + lidar2d: |
| 21 | + - model: hokuyo_ust |
| 22 | + urdf_enabled: true |
| 23 | + launch_enabled: true |
| 24 | + parent: backpack_front_lidar_mount |
| 25 | + ros_parameters: |
| 26 | + urg_node: |
| 27 | + laser_frame_id: lidar2d_0_laser |
| 28 | + ip_address: 192.168.131.21 |
| 29 | + ip_port: 10940 |
| 30 | + angle_min: -1.5707963267948966 |
| 31 | + angle_max: 1.5707963267948966 |
| 32 | + - model: hokuyo_ust |
| 33 | + urdf_enabled: true |
| 34 | + launch_enabled: true |
| 35 | + parent: backpack_rear_lidar_mount |
| 36 | + ros_parameters: |
| 37 | + urg_node: |
| 38 | + laser_frame_id: lidar2d_1_laser |
| 39 | + ip_address: 192.168.131.22 |
| 40 | + ip_port: 10940 |
| 41 | + angle_min: -1.5707963267948966 |
| 42 | + angle_max: 1.5707963267948966 |
| 43 | + lidar3d: |
| 44 | + - model: velodyne_lidar |
| 45 | + urdf_enabled: true |
| 46 | + launch_enabled: true |
| 47 | + parent: backpack_center_lidar_mount |
| 48 | + ros_parameters: |
| 49 | + velodyne_driver_node: |
| 50 | + frame_id: lidar3d_0_laser |
| 51 | + device_ip: 192.168.131.20 |
| 52 | + port: 2368 |
| 53 | + model: VLP16 |
| 54 | + velodyne_transform_node: |
| 55 | + model: VLP16 |
| 56 | + fixed_frame: lidar3d_0_laser |
| 57 | + target_frame: lidar3d_0_laser |
| 58 | + camera: |
| 59 | + - model: intel_realsense |
| 60 | + parent: backpack_front_realsense_mount |
| 61 | + ros_parameters: |
| 62 | + intel_realsense: |
| 63 | + camera_name: camera_0 |
| 64 | + device_type: d435 |
| 65 | + serial_no: "1234567890" |
| 66 | + - model: intel_realsense |
| 67 | + parent: backpack_rear_realsense_mount |
| 68 | + ros_parameters: |
| 69 | + intel_realsense: |
| 70 | + camera_name: camera_1 |
| 71 | + device_type: d435 |
| 72 | + serial_no: "9876543210" |
| 73 | + - model: axis_camera |
| 74 | + parent: backpack_center_mount |
| 75 | + ros_parameters: |
| 76 | + axis_camera: |
| 77 | + device_type: q62 |
| 78 | + hostname: "192.168.131.10" |
| 79 | + http_port: 80 |
| 80 | + username: "root" |
| 81 | + password: "" |
| 82 | + width: 640 |
| 83 | + height: 480 |
| 84 | + fps: 20 |
| 85 | + tf_prefix: "axis" |
| 86 | + camera_info_url: "" |
| 87 | + use_encrypted_password : False |
| 88 | + camera : 1 |
| 89 | + ir: True |
| 90 | + defog: True |
| 91 | + wiper: True |
| 92 | + ptz: True |
| 93 | + min_pan: -3.141592653589793 |
| 94 | + max_pan: 3.141592653589793 |
| 95 | + min_tilt: 0.0 |
| 96 | + max_tilt: 1.5707963267948966 |
| 97 | + min_zoom: 1 |
| 98 | + max_zoom: 24 |
| 99 | + max_pan_speed: 2.61 |
| 100 | + max_tilt_speed: 2.61 |
| 101 | + ptz_teleop: True |
| 102 | + button_enable_pan_tilt : -1 |
| 103 | + button_enable_zoom : -1 |
| 104 | + axis_pan : 3 |
| 105 | + axis_tilt : 4 |
| 106 | + invert_tilt : False |
| 107 | + axis_zoom_in: 5 |
| 108 | + axis_zoom_out: 2 |
| 109 | + zoom_in_offset: -1.0 |
| 110 | + zoom_out_offset: -1.0 |
| 111 | + zoom_in_scale: -0.5 |
| 112 | + zoom_out_scale: 0.5 |
| 113 | + scale_pan : 2.61 |
| 114 | + scale_tilt : 2.61 |
| 115 | + scale_zoom : 100.0 |
| 116 | + gps: |
| 117 | + - model: swiftnav_duro |
| 118 | + urdf_enabled: true |
| 119 | + launch_enabled: true |
| 120 | + parent: backpack_right_antenna_mount |
| 121 | + ros_parameters: |
| 122 | + duro_node: |
| 123 | + gps_receiver_frame_id: gps_0_link |
| 124 | + ip_address: 192.168.131.31 |
| 125 | + ip_port: 55555 |
| 126 | + imu_frame_id: gps_0_link |
| 127 | + - model: swiftnav_duro |
| 128 | + urdf_enabled: true |
| 129 | + launch_enabled: true |
| 130 | + parent: backpack_left_antenna_mount |
| 131 | + ros_parameters: |
| 132 | + duro_node: |
| 133 | + gps_receiver_frame_id: gps_1_link |
| 134 | + ip_address: 192.168.131.32 |
| 135 | + ip_port: 55555 |
| 136 | + imu_frame_id: gps_1_link |
0 commit comments