Note on CAN interface on Nvidia Jetson Platforms

Nvidia Jeston TX2/Xavier/XavierNX have CAN controller(s) integrated in the main SOC. If you're using a dev kit, you need to add a CAN transceiver for proper CAN communication.

Basic usage of the ROS packages

  1. Install dependent libraries

    $ sudo apt install -y libasio-dev $ sudo apt install -y ros-$ROS_DISTRO-teleop-twist-keyboard

  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/scout_ros.git> $ cd .. $ catkin_make

  3. Setup CAN-To-USB adapter

  1. Launch ROS nodes