Code Monkey home page Code Monkey logo

map-alignment-2d's People

Contributors

saeedghsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

map-alignment-2d's Issues

Trying to get demo running

Hello!

This is some pretty amazing work, I'm hoping to use it as a basis for some robotics research I'm doing myself. I am however, having some issues getting the demo to run take a look at my error trace below. I followed your instructions as per the repo and installed your other repo, arrangement. Looks like there is an skimage warning and then an actual error to do with networkx, any ideas?

/home/jake/.local/lib/python2.7/site-packages/skimage/transform/radon_transform.py:58: UserWarning: The default of circle in skimage.transform.radon will change to True in version 0.15.
warn('The default of circle in skimage.transform.radon '
Traceback (most recent call last):
File "demo.py", line 139, in
src_results['arrangement'], src_arr_t = mapali._construct_arrangement(src_results, arr_config)
File "/home/jake/Desktop/Map-Alignment-2D/map_alignment/map_alignment.py", line 413, in _construct_arrangement
arrange = arr.Arrangement(data['traits'], config)
File "/home/jake/.local/lib/python2.7/site-packages/arrangement/arrangement.py", line 697, in init
self._decompose()
File "/home/jake/.local/lib/python2.7/site-packages/arrangement/arrangement.py", line 1033, in _decompose
faces = self._decompose_graph(sg)
File "/home/jake/.local/lib/python2.7/site-packages/arrangement/arrangement.py", line 1646, in _decompose_graph
face_tmp = [ allHalfEdgeIdx[openListIdx] ]
File "/home/jake/.local/lib/python2.7/site-packages/networkx/classes/reportviews.py", line 1106, in getitem
u, v, k = e
TypeError: 'int' object is not iterable

Alignment is not working correctly ( bug + handling different map formats)

I am trying this example:
$ python demo.py --img_src 'map_sample/map_src.png' --img_dst 'map_sample/map_dst.png' -multiprocessing -visualize
with my own slam map generated from cartographer (source) and an autocad drawing exported as png (destination). However, the alignment is not working correctly. Is there a specific way I should save my autocad file or my slam map?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.