Skip to content

Repository files navigation

MARTI Common

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 2 Humble, Jazzy, Kilted, Lyrical)

If you have installed ROS 2, 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 2 Humble, Jazzy, Kilted, Lyrical)

These directions assume you have already set up rosdep. See the rosdep documentation on the ROS wiki for help setting up rosdep.

  1. If you don't have a colcon workspace, create one:

    mkdir $HOME/workspace/src
    cd $HOME/workspace/src
  2. Check out the source code

    cd $HOME/workspace/src
    git clone https://github.com/swri-robotics/marti_common.git
  3. Install dependencies:

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

    cd $HOME/workspace
    colcon build

Build Status

Branches

  Humble Jazzy Kilted Lyrical Rolling
Branch humble jazzy kilted lyrical rolling

Released Versions

  Humble Jazzy Kilted Lyrical Rolling
Version ROS2 Humble ROS2 Jazzy ROS2 Kilted ROS2 Lyrical ROS2 Rolling

CI

  Humble Jazzy Kilted Lyrical Rolling
testing humble testing jazzy testing kilted testing lyrical testing rolling testing
main humble main jazzy main kilted main lyrical main not built

amd64 dev

  Humble Jazzy Kilted Lyrical Rolling
marti_common dev dev dev dev dev

amd64 bin

Package Humble Jazzy Kilted Lyrical Rolling
swri_cli_tools bin bin bin bin bin
swri_console_util bin bin bin bin bin
swri_dbw_interface bin bin bin bin bin
swri_geometry_util bin bin bin bin bin
swri_image_util bin bin bin bin bin
swri_math_util bin bin bin bin bin
swri_opencv_util bin bin bin bin bin
swri_route_util bin bin bin bin bin
swri_serial_util bin bin bin bin bin
swri_transform_util bin bin bin bin bin

arm64 bin

Package Humble Jazzy Kilted Lyrical Rolling
swri_cli_tools bin bin bin bin bin
swri_console_util bin bin bin bin bin
swri_dbw_interface bin bin bin bin bin
swri_geometry_util bin bin bin bin bin
swri_image_util bin bin bin bin bin
swri_math_util bin bin bin bin bin
swri_opencv_util bin bin bin bin bin
swri_route_util bin bin bin bin bin
swri_serial_util bin bin bin bin bin
swri_transform_util bin bin bin bin bin

About

Common utility functions for MARTI

Resources

Stars

54 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages