Missing ROS 2 commands
Hello, I am doing the ROS2 tutorial and I am missing commands like :
ros2 interface
ros2 service find
ros2 service type
They once were missing CLI Tools according to this website: https://ubuntu.com/blog/ros-2-command-line-interface
I assumed that they are already integrated in dashing, but apparently not..
I am on Ubuntu 18.04 and I am using dashing
Asked by Teslarekt on 2019-11-06 15:24:03 UTC
Answers
Looking at ros2service verbs on the Dashing branch, only call
and list
are implemented. Similarly ros2 interface
is not backported to Dashing.
As of the time of writing, in order to use those in Dashing, you will have to pull the ros2cli master branch and build the package locally.
Asked by artivis on 2020-07-06 16:09:25 UTC
Comments
But I would suggest, seeing the age of this question, new users should install ROS 2 Foxy instead of sticking with Dashing.
Unless they really need to use Dashing.
Asked by gvdhoorn on 2020-07-07 02:56:59 UTC
Comments
Looks like you're having the same issue as this question: https://answers.ros.org/question/336578/missing-commands-ros2-dashing-ubuntu-1804/
Asked by jschornak on 2019-11-06 17:11:48 UTC