ROS2 Control Argument not available
I'm trying to run ROS 2 Rolling on Ubuntu 22.04. I'm building the Debian Package via sudo apt install ros-rolling-desktop
. The installation process is fine, but after sourcing the installation, there is no control package so it's not possible to run e.g. ros2 control list_controllers
.
Output is the following:
ros2 control list_controllers
usage: ros2 [-h] [--use-python-default-buffering]
Call `ros2 <command> -h` for more detailed usage. ...
ros2: error: argument Call `ros2 <command> -h` for more detailed usage.: invalid choice: 'control' (choose from 'action', 'bag', 'component', 'daemon', 'doctor', 'extension_points', 'extensions', 'interface', 'launch', 'lifecycle', 'multicast', 'node', 'param', 'pkg', 'run', 'security', 'service', 'topic', 'wtf')
ROS_VERSION=2
ROS_PYTHON_VERSION=3
ROS_LOCALHOST_ONLY=0
ROS_DISTRO=rolling