Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
fsai_ws/video.launch
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (18 sloc)
982 Bytes
This file contains 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
<?xml version="1.0"?> | |
<launch> | |
<include file="$(find webots_fsai)/launch/simulation.launch" /> | |
<node pkg="tf" type="static_transform_publisher" name="base_link_tf" | |
args="0 0 0.25 0 0 0 1 base_footprint base_link 100" /> | |
<node pkg="tf" type="static_transform_publisher" name="zedcam_tf" | |
args="0.39 0 0.96 0 0 0 1 base_link zed_center 100" /> | |
<node pkg="tf" type="static_transform_publisher" name="zedcam_left_tf" | |
args="0 -0.05 0 0 0 0 1 zed_center zed_left_camera 100" /> | |
<!--node pkg="camera_calibration" type="cameracalibrator.py" name="camera_calib" | |
args="size 8x6 square 0.1 monocular:=image_rect image:=/fsai/zedcam_left_camera/image"> | |
</node--> | |
<!--node pkg="webots_fsai" type="yaml_to_camera_info_publisher" | |
name="camera_info_gen" | |
output="screen"> | |
<param name="filename" value="$(find webots_fsai)/calibration/zedcam_left_camera.yaml" /> | |
</node--> | |
</launch> |