Basic usage of the ROS package

  1. Install dependent packages

    $ sudo apt install ros-$ROS_DISTRO-teleop-twist-keyboard $ sudo apt install ros-$ROS_DISTRO-joint-state-publisher-gui $ sudo apt install ros-$ROS_DISTRO-ros-controllers

  2. Clone the packages into your catkin workspace and compile

    (the following instructions assume your catkin workspace is at: ~/catkin_ws/src)

    $ cd ~/catkin_ws/src $ git clone <https://github.com/agilexrobotics/ugv_sdk.git> $ git clone <https://github.com/agilexrobotics/tracer_ros.git> $ cd .. $ catkin_make

  3. Setup CAN-To-USB adapter

  1. Launch ROS nodes