-
Updated
Dec 7, 2020 - Jupyter Notebook
#
mapping
Here are 1,341 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
Nov 23, 2020 - C++
A handy swift json-object serialization/deserialization library
-
Updated
Aug 26, 2020 - Swift
Marker Clustering plugin for Leaflet
-
Updated
Nov 25, 2020 - JavaScript
Mapnik is an open source toolkit for developing mapping applications
-
Updated
Dec 17, 2020 - C++
-
Updated
Dec 18, 2020 - JavaScript
Easy to use OpenStreetMap editor for Android
-
Updated
Dec 19, 2020 - Kotlin
Mergo: merging Go structs and maps since 2013.
-
Updated
Oct 25, 2020 - Go
RTAB-Map library and standalone application
-
Updated
Dec 19, 2020 - C++
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
Dec 17, 2020
An open source data visualization platform helping everyone to create simple, correct and embeddable charts in minutes.
-
Updated
Dec 11, 2020 - PHP
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++
A fast, fun and stimulating object to object Mapper
-
Updated
Dec 10, 2020 - C#
Richard1ybb
commented
Dec 11, 2020
I have config.yml in my current directory, but gormt use default databse info.
bogon:furcas-backend ybbrichard$ tree -L 1
├── Dockerfile
├── README.md
├── conf
├── config.yml
├── database.sql
├── domain
├── entrypoint.sh
├── go.mod
├── go.sum
├── logger
├── main.go
├── manage
├── middleware
├── model
├── operating
├── option
├── pkg
├── repository
├── router
├── servi
Documentation and samples for ArcGIS API for Python
python
data-science
jupyter
arcgis
mapping
gis
spatial-data
spatial-data-analysis
jupyterlab-extension
-
Updated
Dec 18, 2020 - Python
Fast conversion between JSON and model in Swift.
-
Updated
Jan 7, 2020 - Swift
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
Dec 19, 2020 - Python
-
Updated
Dec 18, 2020 - C#
The bidirectional mapping library for Python.
-
Updated
Dec 19, 2020 - 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
Dec 8, 2020 - 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."


@Mapperhas an attributecomponentModelwhere you can define what component model will be generated but unfortunately there are no constants for it. I checked theSpringComponentProcessorand there is string too. So my proposal is to create a new class with constants which can be used there and then you can use it as@Mapper(componentModel=ComponentModel.SPRING).