-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ros2 run rqt rqt
No Executable Found
#270
Comments
After taking a closer look, I just noticed that the correct command we have to use is |
Let me know what you think @clalancette @sloretz @Yadunund |
If I take a look at https://github.com/ros-visualization/rqt/blob/95d3d6e4335ad93244fb4063ce2fa2fe9e80e532/rqt_gui/setup.py, then I see two things:
and
What I think is happening here is that the What I think we should do here is to fix it so that we can run either
@Voldivh Does that make sense? Can you work on that update? |
Yes, I think it all makes sense. I'll start working on it. |
rqt
works fine, butros2 run rqt rqt
does not. For that to work, the executable needs to be installed twice likerviz
doeshttps://github.com/ros2/rviz/blob/7b4ba855b5803ef8b77b7732889c8b1b6e43532b/rviz2/CMakeLists.txt#L82-L83
I don't know how to do that with a
setup.py
. Most ROS 2 packages use thesetup.cfg
to change the install location, but it's not obvious to me how to duplicate that.rqt/rqt_gui/setup.py
Line 41 in 302a2ea
The text was updated successfully, but these errors were encountered: