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

Revision history [back]

click to hide/show revision 1
initial version

Getting this message: ros-kinetic-control*: command not found

after running:

sudo apt install ros-kinetic-ros-control* && ros-kinetic-control* && ros-kinetic-moveit*

Only the first part is a valid apt installation command.

I guess the author of the documentation you link to intended to write something like this:

sudo apt install ros-kinetic-ros-control* ros-kinetic-control* ros-kinetic-moveit*

Getting this message: ros-kinetic-control*: command not found

after running:

sudo apt install ros-kinetic-ros-control* && ros-kinetic-control* && ros-kinetic-moveit*

Only the first part is a valid apt installation command.

I guess the author of the documentation you link to intended to write something like this:

sudo apt install ros-kinetic-ros-control* ros-kinetic-control* ros-kinetic-moveit*

And please note: this is not ROS-specific. apt is part of Debian and Ubuntu, not ROS.