ros2 run python executable not found
I am working with ROS2 ardent, using Colcon
to build.
The build is suceessful and I can also see my executable in <ws/build/package-name/build/lib/>
but still when I run the package using ros2 run
, no executables are found.
Did you source the setup.bash file in the install folder ??
source <ros2_ws>/install/setup.bash
You can add the command to ~/.bashrc so that you don't have to source every time you open a terminal.Yes, I have sourced the
setup.bash
file, stillno executable found