ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Daol's profile - activity

2017-02-09 11:30:39 -0500 received badge  Popular Question (source)
2017-02-09 11:30:39 -0500 received badge  Notable Question (source)
2017-02-09 11:30:39 -0500 received badge  Famous Question (source)
2016-05-11 12:37:23 -0500 answered a question [Resolved] Command not found: wstool [Mac OS X]

Resolved, if someone runs into the same issue:

I managed to get it to work running the following command:

sudo pip install --force-reinstall -U wstool
2016-05-11 02:09:22 -0500 asked a question [Resolved] Command not found: wstool [Mac OS X]

Hi all, I am trying to install ROS on Mac OS X (El Capitan 10.11.4) via pip from Homebrew.

I can not proceed with installing because wstool seems to be not found as a command. When outputting my installed pip packages via pip freeze, wstool is present (wstool==0.1.13)

Does anybody have an idea how to resolve this?