I want to run
ros2 run joint_state_publisher_gui joint_state_publisher_gui
when I run it, it says “no executable found”.
How would I fix this?
I’ve tried searching online for some answers, but couldn’t find any. I’ve also asked people in the official ROS discord server, but no one has replied yet.
2
Answers
Are you sure you have the package installed correctly? If not, install with
If you receive a message that the package is already installed, make sure you source your distribution with
Also
ros2 pkg list
ros2 pkg executables
might be helpful letting you know if the package is even there.