24
—
SOFTWARE
8
https://wiki.ros.org/Robots/qbhand
GENERAL MANUAL — SEP 8, 2022 — RELEASE: V1.1.0
6.2 ROS
6.2.1 Installation
Requirements
If you have never set it up, you probably need to add your linux user to the
dialout
group to grant right
access to the serial port resources. To do so, just open a terminal and execute the following command:
sudo gpasswd -a <user_name> dialout
where you need to replace the
<user_name>
with your current linux username.
Ubuntu Packages
If you prefer to leave your catkin workspace as it is, you can simply install all the ROS packages from the
Ubuntu official repositories:
sudo apt update
sudo apt install ros-<ros_distro>-qb-hand
WARNING:
This
README
is basically a mirror of the
it is supplied only for
offline documentation. Please, refer to the online wiki whenever you can; it is our main and
most updated reference for
qb SoftHand
ROS related application.
NOTE:
Note: don't forget to logout or reboot.
WARNING:
ROS
kinetic
distribution in now EOL(end-of-life) so the qb_hand packages installed with the
previous commands are not updated.