Conversation
Signed-off-by: Ashton Larkin <[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. |
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]>
Signed-off-by: Ian Chen <[email protected]>
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
Contributor
Author
|
@iche033 I believe we should add this code snippet to the fuel model's <!-- thermal camera -->
<visual name="thermal_camera_visual">
<pose >0.485 0 0.169 0 0 0</pose>
<geometry>
<box>
<size>0.02 0.025 0.025</size>
</box>
</geometry>
</visual>
<sensor name="thermal_camera" type="thermal">
<pose >0.485 0 0.169 0 0 0</pose>
<camera name="thermal_camera">
<horizontal_fov>0.4922</horizontal_fov>
<lens>
<intrinsics>
<!-- fx = fy = width / ( 2 * tan (hfov / 2 ) ) -->
<fx>764.35630</fx>
<fy>764.35630</fy>
<!-- cx = ( width + 1 ) / 2 -->
<cx>192.5</cx>
<!-- cy = ( height + 1 ) / 2 -->
<cy>144.5</cy>
<s>0</s>
</intrinsics>
</lens>
<image>
<width>384</width>
<height>288</height>
</image>
<clip>
<near>0.1</near>
<far>100</far>
</clip>
</camera>
<always_on>1</always_on>
<update_rate>25</update_rate>
</sensor> |
|
Build finished. 21 tests run, 0 skipped, 1 failed. |
Contributor
Author
|
@iche033 I just tested configurations 3 and 4. Everything seems to be working for me! I can echo data from the topics, and I can visualize the thermal camera in rviz. |
Contributor
Contributor
|
The Fuel models have been updated to use: |
Collaborator
|
The thermocam got lost from Fuel... #821. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

The thermal camera used for this model is the same as the one in #773. The only difference between the thermal camera for this model and the one in #773 should be the the camera's location.
sensor config 3 = sensor config 1 + thermal camera, andsensor config 4 = sensor config 2 + thermal cameraHere is where I have placed the thermal camera (right above the lower LIDAR sensor):

Signed-off-by: Ashton Larkin [email protected]