Skip to content

Commit

Permalink
feat: change parameters in sample insta360 config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlee111 committed Nov 5, 2024
1 parent f1fe453 commit a0a5296
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**:
ros__parameters:
viewer: true
camera_name: "insta360"
camera_name: "insta360air"
topic: "/camera/image_raw"
compressed_topic: "/camera/compressed_image"
compressed_depth_topic: "/camera/compressed_depth"
device: "/dev/insta360"
device: "/dev/insta360air"
frame_id: "camera"
resolution: "1472x736"
fps: 30.0
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**:
ros__parameters:
image_width: 736
image_height: 736
camera_matrix:
rows: 3
cols: 3
data: [230.835588, -0.104723, 366.729170, 0.000000, 232.336174, 365.053040, 0.000000, 0.000000, 1.000000]
distortion_model: "plumb_bob"
distortion_coefficients:
rows: 1
cols: 4
data: [-0.020724, -0.004885, 0.002493, -0.000835]
rectification_matrix:
rows: 3
cols: 3
data: [1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000]
projection_matrix:
rows: 3
cols: 4
data: [230.835588, -0.104723, 366.729170, 0.000000, 0.000000, 232.336174, 365.053040, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000]

0 comments on commit a0a5296

Please sign in to comment.