-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add thermal camera to Marble HD2 #773
Conversation
Signed-off-by: Ashton Larkin <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
…ra sensor parameters Signed-off-by: Ashton Larkin <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
The info topic is published through this call: so looks like something went wrong there. I'll look into it tomorrow I see data coming through After removing the |
Signed-off-by: Ian Chen <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
Signed-off-by: Ashton Larkin <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
Signed-off-by: Ashton Larkin <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
Signed-off-by: Ashton Larkin <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
1 similar comment
Build finished. 21 tests run, 0 skipped, 1 failed. |
@iche033 I just tested both configs 3 and 4, they are working for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me. I see thermal data in rviz for both config_3 and config_4
The Fuel models have been updated to use:
|
* adding thermal camera to cerberus m100 Signed-off-by: Ian Chen <[email protected]> * fix bridge Signed-off-by: Ian Chen <[email protected]> * update thermal camera spec Signed-off-by: Ian Chen <[email protected]> * new config_2 Signed-off-by: Ian Chen <[email protected]> * remove config_2 Signed-off-by: Ian Chen <[email protected]> * reuse config_1 files Signed-off-by: Ian Chen <[email protected]>
Build finished. 21 tests run, 0 skipped, 1 failed. |
The thermocam got lost from Fuel... #821. |
This adds two new sensor configurations to MARBLE HD2:
Camera specifications were retrieved from:
Below shows the code to be added to these fuel model's
model.sdf
files, and where this camera would end up on the robot with this code snippet added in:Signed-off-by: Ashton Larkin [email protected]