Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 463 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 463 Bytes

RangeLibc (ROS version)

This repo is a direct conversion of range_libc in ROS package version with slight modifications in header functions.

It provides ray casting functionality and can be used in ROS C++ nodes by including range_libc/RangeLib.h. You might need to adjust your GPU architecture (-arch=sm_*) in CMakeLists.txt.

Inspired by the fork droemer7/range_libc.