agilexrobotics / hunter_ros

Package for Hunter mobile base
BSD 3-Clause "New" or "Revised" License
40 stars 24 forks source link

ROS Packages for Hunter Mobile Base

Packages

Communication interface setup

Please refer to the README of "ugv_sdk" package for setup of communication interfaces.

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 package

  1. Install dependent packages

    $ 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/hunter_ros.git
    $ cd ..
    $ catkin_make
  3. Setup CAN-To-USB adapter

  1. Launch ROS nodes

SAFETY PRECAUSION:

Always have your remote controller ready to take over the control whenever necessary.