Skip to content

jonselling/marti_common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marti_common CI CI

This repository provides various utility packages created at Southwest Reseach Institute's Intelligent Vehicle Systems section for working with Robot Operating System(ROS).

Installation (ROS Kinetic, Melodic, Noetic)

You can install any of the packages in this repository with apt-get:

sudo apt-get install ros-${ROS_DISTRO}-<package>

Building From Source (ROS Kinetic, Melodic, Noetic)

These directions assume you have already set up a catkin workspace and rosdep. See this tutorial on the ROS Wiki for help setting up a catkin workspace and the rosdep documentation on the ROS wiki for help setting up rosdep.

  1. Check out the source code

    a. If you use wstool:

    wstool set marti_common --git https://github.com/swri-robotics/marti_common.git
    wstool update marti_common

    b. Using plain git:

    git clone https://github.com/swri-robotics/marti_common.git
  2. Install dependencies:

    # (In the root of this repository)
    rosdep install --from-paths . --ignore-src
  3. Build

    a. If you use catkin tools:

    catkin build

    b. Using plain catkin:

    catkin_make

About

Common utility functions for MARTI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.4%
  • Python 7.0%
  • CMake 2.9%
  • Shell 0.2%
  • EmberScript 0.2%
  • C 0.2%
  • GLSL 0.1%