-
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
rqt: command not found. #252
Comments
Same problem here. |
You'll notice that the installation instructions specifically have:
And a note:
The end result of that is that no |
Thanks for that @clalancette . I went and procede with what's suggested in this comment. |
os version:
macOS Big Sur (11.04)
I follow this guide:
https://docs.ros.org/en/galactic/Installation/macOS-Development-Setup.html
example:
ros2 run demo_nodes_cpp talker
ros2 run demo_nodes_py listener
ros2 run turtlesim turtlesim_node
ros2 run turtlesim turtle_teleop_key
all examples are work, but run
rqt
return:
zsh: command not found: rqt
my .zshrc file:
rqt need to be compiled separately? or how to solve this question? thanks!
The text was updated successfully, but these errors were encountered: