New config with thermal camera: CERBERUS_M100_SENSOR_CONFIG_2#777
New config with thermal camera: CERBERUS_M100_SENSOR_CONFIG_2#777nkoenig merged 6 commits intoadlarkin/add_thermal_camerafrom
Conversation
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
Signed-off-by: Ian Chen <[email protected]>
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
|
Hi @iche033 , <visual name="camera_visual">
<pose>0.192 -0.015 -0.023 0 0.174533 0</pose>
... same as before ...
</visual>
<sensor name="camera_front" type="camera">
<pose>0.192 -0.015 -0.023 0 0.174533 0</pose>
....same as before
</sensor>
<!-- thermal camera -->
<visual name="thermal_camera_visual">
<pose>0.192 0.015 -0.023 0 0.174533 0</pose>
... same as before ...
</visual>
<sensor name="thermal_camera" type="thermal">
<pose>0.192 0.015 -0.023 0 0.174533 0</pose>
... same as before
</sensor>Shall I open a PR to this branch? CC: @tiralonghipol Thanks, |
|
great, thanks for the pose changes. I'll take care of it |
Signed-off-by: Ian Chen <[email protected]>
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
is that the grid in rviz? |
Yes, it was, so this actually looks good to me! |
|
Hi @iche033 and @adlarkin, I noticed that there's a significant difference between the image above, and what I was seeing on my machine. When I tried to simulate the image, it looked a bit different on my machine. Also, the floor of the tunnel looked a little different to me, with some additional flickering:- thermal_subt_m100.mp4Thanks, |
Are you using the Ignition binaries, or are you building Ignition from source? We are still in the process of making |
|
@mihirk284 you should see something like this once inside the tunnel if you're building The command I used here was: |
|
Thank you @adlarkin, |
Sounds good! You'll need to build |
|
The Fuel models have been updated to use: |
* starting to add thermal camera to marble_hd2_sensor_config_1 Signed-off-by: Ashton Larkin <[email protected]> * add optical frame publisher, camera info topic, and more thermal camera sensor parameters Signed-off-by: Ashton Larkin <[email protected]> * fix topic mapping (#776) Signed-off-by: Ian Chen <[email protected]> * add thermal camera visual, fix location and textures Signed-off-by: Ashton Larkin <[email protected]> * update hfov assuming degrees in spec Signed-off-by: Ashton Larkin <[email protected]> * break out thermal camera addition to HD2 configs 3 and 4 Signed-off-by: Ashton Larkin <[email protected]> * set thermal default to 0 for HD2 vehicle_topics.launch Signed-off-by: Ashton Larkin <[email protected]> * New config with thermal camera: CERBERUS_M100_SENSOR_CONFIG_2 (#777) * 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]> Co-authored-by: Ian Chen <[email protected]>
|
The thermocam got lost from Fuel... #821. |



Created a new config:
CERBERUS_M100_SENSOR_CONFIG_2:This is a copy of
CERBERUS_M100_SENSOR_CONFIG_1with thermal camera sensor added tomodel.sdfandvehicle_topics.launchupdated to bridge the thermal camera topicsStill need clarification on (Edit: done):
exact FLIR Tau2 model used (there are a few product variations on the FLIR Tau2 page)location of the sensor on the dronecc @tiralonghipol @mihirk284
The thermal camera is mounted side by side with the rgb camera:
to test:
Signed-off-by: Ian Chen [email protected]