본 포스트는 ROS1에 대한 전반적인 내용 및 ROS2 Python에 대한 지식이 있다는 가정 하에 작성되었으며, The Construct Youtube 영상을 참고하였습니다. 또한, 시뮬레이션 환경은 turtlebot3 waffle_pi를 사용합니다 : https://github.com/ROBOTIS-GIT/turtlebot3_simulations 1. Action Server, Client 만들기 python과 내용은 같으므로 생략하고, 바로 예제 코드로 넘어갑니다. 1. 패키지 만들기 $ ros2 pkg create my_action --build-type ament_cmake --dependencies rclcpp rclcpp_action custom_interface 2. Action cpp 코..