본문 바로가기
Language & Framework & GIT/ROS2

[ROS] ROS2, No executable found

by veganwithbacon 2023. 11. 1.
반응형

 

❗❗❗If you run [ros2 run] and you get the above error, follow along as follows.

 

check <name_of_executable_target> in CMakeLists.txt

install(TARGETS
  <name_of_executable_target>
  DESTINATION lib/${PROJECT_NAME}/
)

 

After building:

source install/setup.bash

 

 

and finally: 

ros2 run [package_name] [executable_name]

 

it will be solve the issue


The reason why I suddenly wrote Eng is because I thought my eyes would pop out while watching the code, 
so I wrote it to organize errors as I thought. you know, I`m not good at Eng. Don't tackle my grammar, jst read it.

반응형

'Language & Framework & GIT > ROS2' 카테고리의 다른 글

[ROS] rcutils?  (63) 2023.11.21
[ROS] RQT?  (68) 2023.11.20
[ROS] ROS 1, 2의 rosbag 주요 차이점  (64) 2023.11.01
[ROS] node  (66) 2023.10.29
[ROS] Turtlesim  (57) 2023.10.29

댓글