공부중
[ROS2] error 해결 $ ros2 run tf2_tools view_frames No executable found 본문
프로그래밍/ROS
[ROS2] error 해결 $ ros2 run tf2_tools view_frames No executable found
복습 2024. 10. 22. 12:20728x90
ros2 foxy
$ ros2 run tf2_tools view_frames
No executable found
후.. gpt 계속 이거ㅓ 해보라는데 안된다.
알고보니까.. py 붙여야 된다. 이거 업데이트 시키던가 해야지 왜 계속 틀린거 알려주는거야
$ ros2 run tf2_tools view_frames.py
$ ls -l frames.pdf
-rw-r--r-- 1 robo robo 12974 Oct 22 12:22 frames.pdf
728x90
'프로그래밍 > ROS' 카테고리의 다른 글
[ros2] No executable found 오류 해결 (1) | 2024.11.15 |
---|---|
[ROS2] (2) | 2024.10.24 |
[ROS2] error 해결 EasyInstallDeprecationWarning: easy_install command is deprecated. (0) | 2024.10.20 |
[ROS2] turtlesim 동작 (0) | 2024.10.07 |
[ROS2] urdf 패키지 만들기 (0) | 2024.10.06 |