Contains the ROS2 packages for the AR3 robot arm
$ mkdir -p ~/ros2/ar3_ws/src
$ cd ~/ros2/ar3_ws/src
$ git clone https://github.com/RIF-Robotics/ar3_ros.git
$ cd ..
$ source /opt/ros/foxy/setup.bash
$ colcon build --symlink-install
$ cd ~/ros2/ar3_ws
$ source ./install/setup.bash
$ ros2 launch ar3_bringup rviz.launch.py
The use_fake_hardware
flag uses a simple software loop back, which won't
communicate with the real AR3 robot arm.
$ ros2 launch ar3_bringup ar3_base.launch.py use_fake_hardware:=True
$ ros2 launch ar3_bringup ar3_base.launch.py