ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rosrun cant find package when using catkin_make_isolated.

asked 2019-07-08 12:58:19 -0500

siyan gravatar image

hi, when i use catkin_make_isolated, i can build executable successfully. but i cant use "rosrun package_name xxx" to execute it. [rosrun] Couldn't find executable named xxx below /home/xxx/catkin_ws/src/package_name

the executable is /home/xxx/catkin_ws/devel_isolated/package_name/lib/package_name/xxx. how can i execute it using rosrun?

thanks in advance!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-08 13:07:01 -0500

GabrielBagon44 gravatar image

updated 2019-07-08 13:18:19 -0500

Hi, you can navigate to the catkin_ws

cd ~/catkin_ws

then,

source ./devel_isolated/setup.bash

then you can try doing rosrun again.

edit flag offensive delete link more

Comments

if this doesn't work you might have to check if you have added it as an executable

GabrielBagon44 gravatar image GabrielBagon44  ( 2019-07-08 13:08:30 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-07-08 12:58:19 -0500

Seen: 243 times

Last updated: Jul 08 '19