Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4480

Re: [Python-de] RRT mit Python

Newsgroups de.comp.lang.python
Date 2016-07-02 13:14 -0700
References <c72daf0d-d11b-41f0-9299-03b23f870ac7@googlegroups.com> <576EC299.4020201@inqbus.de> <mailman.1.1466876577.2358.python-de@python.org>
Message-ID <d67d2179-0779-4187-b7b8-55991c872800@googlegroups.com> (permalink)
Subject Re: [Python-de] RRT mit Python
From Manuel Rodriguez <aa5@gmx.net>

Show all headers | View raw


Am Samstag, 25. Juni 2016 19:42:59 UTC+2 schrieb Dr. Volker Jaenisch:
> https://github.com/ArianJM/rapidly-exploring-random-trees

Nettes Projekt, habe ich mir soeben angeschaut. Wenn man das Programm startet wird eine Grafik angezeigt auf der man interaktiv einen Startpunkt festlegt. Dann baut sich iterativ ein RRT Baum. Vergleichbare Programme die oft in C++ programmiert sind benötigen ein mehrfaches der 200 Lines of Code des obigen Python Projektes.

Der kleine Schönheitsfehler liegt in der extrem geringen Performance. Das Problem besteht darin, dass wenn man matlabplot mehrmals hintereinander aufruft, Python etwas zäh reagiert.

Back to de.comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

RRT mit Python Manuel Rodriguez <aa5@gmx.net> - 2016-06-24 12:37 -0700
  Re: [Python-de] RRT mit Python Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2016-06-25 10:32 +0200
    Re: [Python-de] RRT mit Python Manuel Rodriguez <aa5@gmx.net> - 2016-07-02 13:11 -0700
  Re: [Python-de] RRT mit Python "Dr. Volker Jaenisch" <volker.jaenisch@inqbus.de> - 2016-06-25 19:42 +0200
    Re: [Python-de] RRT mit Python Manuel Rodriguez <aa5@gmx.net> - 2016-07-02 13:14 -0700

csiph-web