-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes issue when more cameras are plugged into host than count of spe…
…cified cam_ids, node will not die, and now node publishes empty intrinsics in camerainfo msg when not provided, a bug from pr #33 where default was to not publish info msg (#36) fixes issue when more cameras are plugged into host than count of specified cam_ids, node will not die, and now node publishes empty intrinsics in camerainfo msg when not provided, a bug from pr #33 where default was to not publish info msg (#36)
- Loading branch information
1 parent
d1b34eb
commit a903b0b
Showing
3 changed files
with
76 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
cam_ids: | ||
- 17197559 | ||
- 17197547 | ||
cam_aliases: | ||
- cam0 | ||
- cam1 | ||
master_cam: 17197559 | ||
skip: 20 | ||
delay: 1.0 | ||
|
||
# Assign all the follwing via launch file to prevent confusion and conflict | ||
|
||
#save_path: ~/projects/data | ||
#save_type: .bmp #binary or .tiff or .bmp | ||
#binning: 1 # going from 2 to 1 requires cameras to be unplugged and replugged | ||
#color: false | ||
#frames: 50 | ||
#soft_framerate: 20 # this frame rate reflects to the software frame rate set using ros::rate | ||
#exp: 997 | ||
#to_ros: true #When to_ros is not selected, but live is selected, pressing 'space' exports single image to ROS | ||
|
||
#Camera info message details | ||
distortion_model: plumb_bob | ||
image_height: 1536 | ||
image_width: 2048 | ||
distortion_coeffs: | ||
- [-0.021141875266089592, -0.3733872931278025, 2.385982550579459, 3.2824571732099725] | ||
- [-0.021141875266089592, -0.3733872931278025, 2.385982550579459, 3.2824571732099725] | ||
|
||
|
||
#specified as [fx 0 cx 0 fy cy 0 0 1] | ||
intrinsic_coeffs: | ||
- [1886.9232141485886, 0.0, 604.7214878709341, 0.0, 1886.6668765711668, 493.47726714719823, 0.0, 0.0, 1.0] | ||
- [1886.9232141485886, 0.0, 604.7214878709341, 0.0, 1886.6668765711668, 493.47726714719823, 0.0, 0.0, 1.0] | ||
|
||
rectification_coeffs: | ||
- [1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000] | ||
- [1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000] | ||
|
||
projection_coeffs: | ||
- [913.700317, 0.000000, 953.448302, 0.000000, 0.000000, 1063.296631, 777.871993, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000] | ||
- [913.700317, 0.000000, 953.448302, 0.000000, 0.000000, 1063.296631, 777.871993, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters