4
4
<node name =" applevision_visualizer" pkg =" applevision_rospkg" type =" applevision_visualizer.py" respawn =" true" />
5
5
<node name =" applevision_fake_sensor_data" pkg =" applevision_rospkg" type =" applevision_fake_sensor_inputs.py" respawn =" true" />
6
6
<node name =" applevision_main" pkg =" applevision_rospkg" type =" applevision_main.py" respawn =" true" />
7
+ <group ns =" palm_camera" >
8
+ <node name =" camera_info" pkg =" rostopic" type =" rostopic"
9
+ args =" pub camera_info sensor_msgs/CameraInfo
10
+ '{header: {seq: 0, stamp: {secs: 0, nsecs: 0}, frame_id: 'palm'},
11
+ height: 360, width: 640, distortion_model: 'plumb_bob',
12
+ D: [0.06133711, -0.00090462, 0.002165, -0.00302198, -0.30672296],
13
+ K: [552.09305325, 0.0, 333.68780409, 0.0, 555.91052977, 162.88250186, 0, 0, 1],
14
+ R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0],
15
+ P: [552.09305325, 0.0, 333.68780409, 0.0, 0.0, 555.91052977, 162.88250186, 0, 0.0, 0.0, 1.0, 0.0],
16
+ binning_x: 0, binning_y: 0,
17
+ roi: {x_offset: 0, y_offset: 0, height: 360, width: 640, do_rectify: false}}' -r 2"
18
+ output =" screen" />
19
+ </group >
7
20
</launch >
0 commit comments