개발 진행중 모터의 wheel tick(WH) 데이터가 필요해져 모터 드라이버쪽 코드를 수정해 해결하였다. 먼저 사용중인 로봇은 STELLA N1 Rasp4 모델이고 Ros2 foxy를 사용하고있다. 모터 드라이버 라이브러리의 기본 코드는 아래 github에서 확인할 수 있다. https://github.com/ntrexlab/STELLA_N1_PI_X4_ROS2_v2.0.git GitHub - ntrexlab/STELLA_N1_PI_X4_ROS2_v2.0 Contribute to ntrexlab/STELLA_N1_PI_X4_ROS2_v2.0 development by creating an account on GitHub. github.com 이제 Wheel tick을 추출해보자 기본적으로 Wheel t..