Skip to content

Commit

Permalink
fixed f450 bluefox_down tf, updated camera calib
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelboldrer committed Apr 23, 2024
1 parent 7918b31 commit f52d296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/camera_calibrations/mv_26807582.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image_width: 752
image_height: 480
camera_name: bluefox_right
camera_name: bluefox_down
camera_matrix:
rows: 3
cols: 3
Expand Down
4 changes: 2 additions & 2 deletions launch/sensors.launch
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,9 @@
<node pkg="tf2_ros" type="static_transform_publisher" name="front_cam_tf" args="0.0 0.12 -0.05 1.5708 0.0 3.1415 $(arg fcu_frame) $(arg camera_frame)" />
</group>

<group if="$(eval arg('UAV_TYPE') != 't650')">
<group if="$(eval arg('UAV_TYPE') == 'f450')">
<arg name="front_cam_yaw" default="0" />
<node pkg="tf2_ros" type="static_transform_publisher" name="front_cam_tf" args="0.0 0.12 -0.05 1.5708 0.0 3.1415 $(arg fcu_frame) $(arg camera_frame)" />
<node pkg="tf2_ros" type="static_transform_publisher" name="front_cam_tf" args="0.12 0.0 -0.05 1.5708 0.0 3.1415 $(arg fcu_frame) $(arg camera_frame)" />
</group>

<arg if="$(arg STANDALONE)" name="nodelet" value="STANDALONE" />
Expand Down

0 comments on commit f52d296

Please sign in to comment.