[ROS] TF ๋ง๋ค๊ธฐ(Static Transform Publisher)
ROS์์ TF ๋ฉ์ธ์ง๋ฅผ ๋น ๋ฅด๊ฒ ๋ง๋ค์ด๋ณด์
ROS์์ static transform publisher๋ฅผ ํด๋ณด์! (๋ช
๋ น์ด ํ๋)
์ฝ๋
์๋ ๋ช
๋ น์ด๋ฅผ .launch ํ์ผ ์์ ์ถ๊ฐํ์ฌ ์ฌ์ฉํ๋ฉด ๋๋ค
<launch>
<node pkg="tf" type="static_transform_publisher" name="tf" args="x y z roll pitch yaw frame_id child_frame_id peroid[ms]"/>
</launch>
Leave a comment