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

ros-kinetic-control*: command not found

asked 2021-04-04 04:36:51 -0500

syed yunas gravatar image

updated 2021-04-22 11:11:40 -0500

miura gravatar image

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

after running:

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

(one of the sdtatements whilst setting up openmanipulator with tb3 https://emanual.robotis.com/docs/en/p...)

when run on ubuntu 16.04 and ros-kinetic on turtlebot. Basically integrating openmanipulator-x and turtlebot3. Any recommendations to avoid this by changing OS for PC or the turtlebot OR any fix thorough shell command?

edit retag flag offensive close merge delete

Comments

You can try execute each command seprately because with && if one command fail the others will not be executed so you will not know which command is giving the error

mohamed ahmed gravatar image mohamed ahmed  ( 2021-04-04 05:32:54 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-04 11:04:57 -0500

gvdhoorn gravatar image

updated 2021-04-04 11:05:28 -0500

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-04-04 04:36:51 -0500

Seen: 391 times

Last updated: Apr 04 '21