This repository provides various utility packages created at Southwest Reseach Institute's Intelligent Vehicle Systems section for working with Robot Operating System (ROS).
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>
These directions assume you have already set up rosdep. See the rosdep documentation on the ROS wiki for help setting up rosdep.
-
If you don't have a colcon workspace, create one:
mkdir $HOME/workspace/src cd $HOME/workspace/src
-
Check out the source code
cd $HOME/workspace/src git clone https://github.com/swri-robotics/marti_common.git
-
Install dependencies:
# (In the root of this repository) rosdep install --from-paths . --ignore-src
-
Build
cd $HOME/workspace colcon build
| Humble | Jazzy | Kilted | Lyrical | Rolling | |
|---|---|---|---|---|---|
| Branch | humble |
jazzy |
kilted |
lyrical |
rolling |
| Humble | Jazzy | Kilted | Lyrical | Rolling | |
|---|---|---|---|---|---|
| Version |
| Humble | Jazzy | Kilted | Lyrical | Rolling | |
|---|---|---|---|---|---|
testing |
|||||
main |
not built |
| Humble | Jazzy | Kilted | Lyrical | Rolling | |
|---|---|---|---|---|---|
marti_common |
| Package | Humble | Jazzy | Kilted | Lyrical | Rolling |
|---|---|---|---|---|---|
swri_cli_tools |
|||||
swri_console_util |
|||||
swri_dbw_interface |
|||||
swri_geometry_util |
|||||
swri_image_util |
|||||
swri_math_util |
|||||
swri_opencv_util |
|||||
swri_route_util |
|||||
swri_serial_util |
|||||
swri_transform_util |
| Package | Humble | Jazzy | Kilted | Lyrical | Rolling |
|---|---|---|---|---|---|
swri_cli_tools |
|||||
swri_console_util |
|||||
swri_dbw_interface |
|||||
swri_geometry_util |
|||||
swri_image_util |
|||||
swri_math_util |
|||||
swri_opencv_util |
|||||
swri_route_util |
|||||
swri_serial_util |
|||||
swri_transform_util |