I get this error when attempting to launch my action server, ros2 launch actions_quiz actions_quiz_server.launch.py
[INFO] [launch]: All log files can be found below /home/user/.ros/log/2024-09-19-21-56-24-962258-1_xterm-6000
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): executable ‘actions_quiz_server’ not found on the libexec directory ‘/home/user/ros2_ws/install/actions_quiz/lib/actions_quiz’
make sure that the executable name is defined properly in the setup.py file
I believe that it is, is it not?
can you show me the launch file?
everything seems to be right as I see, maybe try to rebuild your package and source the setup.bash file in the install directory if it doesn’t work restart your webpage
oh wait I know what’s wrong
in the setup.py you need a comma between the two nodes in console scrips
That worked, thank you so much I have been working on this for hours.
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.