All Projects → r-lidar → rlas

r-lidar / rlas

Licence: GPL-3.0 License
R package to read and write las and laz files used to store LiDAR data

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to rlas

Object-Detection-using-LiDAR
This repo detect objects automatically for LiDAR data
Stars: ✭ 38 (+65.22%)
Mutual labels:  lidar, las, laz
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+317.39%)
Mutual labels:  lidar
SLAM Qt
My small SLAM simulator to study "SLAM for dummies"
Stars: ✭ 47 (+104.35%)
Mutual labels:  lidar
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (+778.26%)
Mutual labels:  lidar
Autonomous-Ai-drone-scripts
State of the art autonomous navigation scripts using Ai, Computer Vision, Lidar and GPS to control an arducopter based quad copter.
Stars: ✭ 45 (+95.65%)
Mutual labels:  lidar
lidar body tracking
ROS Catkin package to track people using octree and cluster extraction
Stars: ✭ 68 (+195.65%)
Mutual labels:  lidar
fusion-ekf
An extended Kalman Filter implementation in C++ for fusing lidar and radar sensor measurements.
Stars: ✭ 113 (+391.3%)
Mutual labels:  lidar
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+539.13%)
Mutual labels:  lidar
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (+482.61%)
Mutual labels:  lidar
ple
Probabilistic line extraction from 2-D range scan
Stars: ✭ 47 (+104.35%)
Mutual labels:  lidar
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (+321.74%)
Mutual labels:  lidar
patchwork
Official page of Patchwork (RA-L'21 w/ IROS'21)
Stars: ✭ 174 (+656.52%)
Mutual labels:  lidar
Applications-LidarBot
No description or website provided.
Stars: ✭ 15 (-34.78%)
Mutual labels:  lidar
PyLidar3
PyLidar3 is python 3 package to get data from Lidar devices from various manufacturers.
Stars: ✭ 35 (+52.17%)
Mutual labels:  lidar
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+843.48%)
Mutual labels:  lidar
opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (+191.3%)
Mutual labels:  lidar
camera lidar calibration
A tool used for calibrate the extrinsic between 2D laser range finder (LRF) and camera. ROS Version: https://github.com/TurtleZhong/camera_lidar_calibration_v2
Stars: ✭ 48 (+108.7%)
Mutual labels:  lidar
Awesome-3D-Object-Detection-for-Autonomous-Driving
Papers on 3D Object Detection for Autonomous Driving
Stars: ✭ 52 (+126.09%)
Mutual labels:  lidar
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+352.17%)
Mutual labels:  lidar
uav-lidar-analytics-course
NCSU GIS595/MEA792: UAV/lidar Data Analytics
Stars: ✭ 23 (+0%)
Mutual labels:  lidar

licence R build status Codecov test coverage

R package to read and write .las and .laz binary files used to store LiDAR data.

rlas relies on a modified version of LASlib and LASzip that were modified to be compatible with R. The library can therefore be compiled into R without any complaints from R CMD check. It enables R users to read and write binary files commonly used to store LiDAR data. LAS version 1.0 to 1.4 are supported.

library(rlas)
lasdata   <- read.las("<myfile.las>")
lasheader <- read.lasheader("<myfile.las>")

Copyright Information

rlas contains code written by both Jean-Romain Roussel and Martin Isenburg. The latter is included for technical reasons. Details below.

  • For LASlib and LASzip:
  • For rlas code enabling Martin Isenburg's code to be wrapped into R:
    • (c) 2016-2021 Jean-Romain Roussel
    • Provided under GPL-3 license.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].