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>

Reference

Leave a comment