hanruihua / limo_ros

the limo ros1 package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

limo_ros

This repository contains ROS packages for limo.

Packages

  • limo_base: ROS wrapper for limo
  • limo_bringup: launch and configuration files to start ROS nodes
  • limo_description: URDF model for limo

Build from source code

Clone the repository and catkin_make:

    $ cd ~/catkin_ws/src
    $ git clone https://github.com/agilexrobotics/limo_ros.git
    $ cd ..
    $ catkin_make

Usage

  • Start the base node for limo

    $ roslaunch limo_bringup limo_start.launch
    
  • Start the keyboard teleop node

    $ roslaunch limo_bringup limo_teleop_keyboard.launch
    
  • Run in

About

the limo ros1 package

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 95.8%Language:CMake 2.2%Language:Lua 2.0%