영어로 공부한거 한국어로 번역하기가 더 어렵다. 그냥 영어로 정리하련다.

TF Package

TF package is the tranformation library for ROS. It supports transformation between frames, allowing user to find pose of any object in any frames. Since there are framse for every joint on a robot transformation is required configure pose of the robot.

Screenshot from 2022-10-16 17-43-57.png

local position of the drink for robot’s head and left hand are different. So we need to make transform to configure global position.

Nodes

I checked nodes based on turtlebot3_gazebo turtlebot3_house and turtlebot3_navigation turtlebot3_navigation.lauch gazebo simulation and navigation stack.