본 포스트는 ROS1에 대한 전반적인 내용 및 ROS2 Python에 대한 지식이 있다는 가정 하에 작성되었으며, The Construct Youtube 영상을 참고하였습니다. 또한, 시뮬레이션 환경은 turtlebot3 waffle_pi를 사용합니다 : https://github.com/ROBOTIS-GIT/turtlebot3_simulations BehaviorTree.CPP 설치방법 ros2_ws/src에서 아래 경로 git clone하고 그냥 바로 빌드하면 됩니다. $ git clone https://github.com/BehaviorTree/BehaviorTree.CPP.git BT ROS도 같이 깔아줍니다. $ git clone https://github.com/BehaviorTree/Beha..