tylerjw / RSL

ROS support library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Support Library (RSL)

GitHub CI Workflow Status codecov GitHub

RSL is a collection of C++17 utilities for ROS projects.

Read the docs here.

Killer Features

v0 -> v1 API Breaks

No C++ API changes were made between version 0 and version 1, but a change to the build interface was made. Because we stopped using ament CMake macros, you cannot use ament_target_dependencies to link to RSL. You must instead use target_link_libraries(... rsl::rsl) as you would any other non-ament CMake library.

About

ROS support library

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


Languages

Language:C++ 91.4%Language:CMake 5.4%Language:Dockerfile 3.1%