-
Updated
Mar 16, 2021 - Jupyter Notebook
#
mapping
Here are 1,445 public repositories matching this topic...
Python sample codes for robotics algorithms.
python
algorithm
control
robot
localization
robotics
mapping
animation
path-planning
slam
autonomous-driving
autonomous-vehicles
ekf
cvxpy
autonomous-navigation
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
-
Updated
Mar 11, 2021 - C++
A handy swift json-object serialization/deserialization library
-
Updated
Mar 12, 2021 - Swift
Marker Clustering plugin for Leaflet
-
Updated
Mar 12, 2021 - JavaScript
Mapnik is an open source toolkit for developing mapping applications
-
Updated
Mar 19, 2021 - XSLT
-
Updated
Mar 18, 2021 - JavaScript
Easy to use OpenStreetMap editor for Android
-
Updated
Mar 19, 2021 - Kotlin
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace: https://freerobotics.tools/
python
machine-learning
awesome
robot
cplusplus
cpp
robotics
mapping
aerospace
point-cloud
artificial-intelligence
ros
lidar
self-driving-car
awesome-list
automotive
slam
autonomous-driving
robotic
ros2
-
Updated
Mar 8, 2021
Mergo: merging Go structs and maps since 2013.
-
Updated
Mar 9, 2021 - Go
RTAB-Map library and standalone application
-
Updated
Mar 18, 2021 - C++
A fast, fun and stimulating object to object Mapper
-
Updated
Feb 25, 2021 - C#
orangemug
commented
Jan 30, 2020
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
-
Updated
Jun 18, 2019 - C++
An open source data visualization platform helping everyone to create simple, correct and embeddable charts in minutes.
-
Updated
Mar 17, 2021 - PHP
Open
配置文件是否考虑新增自定义字段类型映射?
5
pengwenwu
commented
Mar 18, 2021
需求是:比如mysql字段类型 datetime、date、time等类型,默认生成的struct都是time.time类型。
但是会有自定义类型的需求,比如针对datetime做了额外的处理,是否可以根据配置文件自定义?
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
python
jupyter
mapping
geospatial
jupyter-notebook
gis
image-processing
landsat
remote-sensing
colab
folium
google-earth-engine
ipywidgets
ipyleaflet
earth-engine
-
Updated
Mar 17, 2021 - Python
Documentation and samples for ArcGIS API for Python
python
data-science
jupyter
arcgis
mapping
gis
spatial-data
spatial-data-analysis
jupyterlab-extension
-
Updated
Mar 19, 2021 - Python
Fast conversion between JSON and model in Swift.
-
Updated
Jan 7, 2020 - Swift
-
Updated
Mar 13, 2021 - C#
The bidirectional mapping library for Python.
-
Updated
Mar 12, 2021 - Python
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
real-time
cpu
localization
robotics
mapping
reconstruction
slam
state-estimation
vio
visual-inertial-odometry
euroc-dataset
-
Updated
Mar 17, 2021 - C++
Improve this page
Add a description, image, and links to the mapping topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapping topic, visit your repo's landing page and select "manage topics."
I have a mapper type that's mapping optional list elements from user input to required list elements internally. MapStruct provides the option to set a
NullValueMappingStrategy, but that also maps beans to null. It would be helpful for my use case ifNullValueMappingStrategyhad the option to return default for collection-like objects (map/iterable), but not for beans. It seems something ge