-
Notifications
You must be signed in to change notification settings - Fork 63
Jesus/#169 camera info yaml #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jballoffet
merged 16 commits into
Ekumen-OS:humble
from
JesusSilvaUtrera:jesus/#169_camera_info_yaml
Jun 17, 2024
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
59beb72
Improves andino_navigation package. (#224)
francocipollone 5309e16
Add basic Platform IO instructions (#229)
garyservin dc5e2f3
Modify Shell class API to allow dependency injection (#221)
jballoffet 03213f4
Fixed wheel diameter in URDF (#93)
JesusSilvaUtrera c503be5
Added YAML file for default camera intrinsics (#169)
JesusSilvaUtrera 5dfb50c
Adds references to o3de and isaac_sim simulations. (#232)
francocipollone 13c27fd
Added README for andino_bringup (#233)
JesusSilvaUtrera f684f44
Added binaries installation docs (#234)
JesusSilvaUtrera 92e5389
andino_apps package created and andino_navigation package updated (#235)
JesusSilvaUtrera 3fc0aab
Minimal change to test launch file
JesusSilvaUtrera d0c3249
Added webcam.yaml file and intrinsics are now publishing
JesusSilvaUtrera 4aa74a4
Merge branch 'humble' into jesus/#169_camera_info_yaml
JesusSilvaUtrera e4a4f5c
Added raspicam.yaml with camera intrinsics and updated instructions i…
JesusSilvaUtrera b1173ea
Merge branch 'humble' into jesus/#169_camera_info_yaml
JesusSilvaUtrera f738c1f
Merge branch 'humble' into jesus/#169_camera_info_yaml
JesusSilvaUtrera 061658b
Changed the 'camera_info_url' to be relative path
JesusSilvaUtrera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,6 @@ | ||
v4l2_camera_node: | ||
ros__parameters: | ||
image_size: [640,480] | ||
camera_frame_id: "camera_link" | ||
camera_info_url: file:///home/jesus-silva/ws/src/andino/andino_bringup/config/raspicam.yaml | ||
# Other info for this Raspberry Pi Camera Module V2 can be found here: https://elinux.org/Rpi_Camera_Module#Technical_Parameters_.28v.2_board.29 |
This file contains hidden or 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,27 @@ | ||
image_width: 640 | ||
JesusSilvaUtrera marked this conversation as resolved.
Show resolved
Hide resolved
|
||
image_height: 480 | ||
# camera_name: narrow_stereo | ||
camera_name: hd_webcam:_hd_webcam | ||
camera_matrix: | ||
rows: 3 | ||
cols: 3 | ||
data: [502.10979, 0. , 315.89371, | ||
0. , 499.35622, 233.15895, | ||
0. , 0. , 1. ] | ||
distortion_model: plumb_bob | ||
distortion_coefficients: | ||
rows: 1 | ||
cols: 5 | ||
data: [0.150091, -0.263342, 0.002136, -0.004508, 0.000000] | ||
rectification_matrix: | ||
rows: 3 | ||
cols: 3 | ||
data: [1., 0., 0., | ||
0., 1., 0., | ||
0., 0., 1.] | ||
projection_matrix: | ||
rows: 3 | ||
cols: 4 | ||
data: [510.31363, 0. , 312.43595, 0. , | ||
0. , 510.29425, 233.43648, 0. , | ||
0. , 0. , 1. , 0. ] |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.