Coder Social home page Coder Social logo

laiyankai / laiyankai.github.io Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 5.42 MB

A repository of offline javascript-powered tools for visualising 2D path planning on binary occupancy grids and LEGO-EV3 related activities.

Home Page: https://laiyankai.github.io/

License: GNU General Public License v3.0

CSS 5.95% HTML 10.90% JavaScript 77.56% Rich Text Format 2.19% SCSS 3.39%
2d-pathfinding a-star breadth-first-search depth-first-search dijkstra ev3 greedy-best-first-search learning lego occupancy-grid-map quintic-polynomial trajectory-generation two-wheel-robot visualization

laiyankai.github.io's Introduction

Overview

A repository of offline javascript-powered tools for visualising 2D path planning on binary occupancy grids and LEGO-EV3 related activities. Hosted at laiyankai.github.io.

UniformPlanners (2D Path Planning on Binary Occupancy Grids)

Link here: laiyankai.github.io/UniformPlanners.

A learning tool to examine individual steps of A*, Dijkstra, Greedy Best First Search, Breadth First Search and Depth First Search.

Algorithms have customisable parameters that will affect their search pattern. For example, the open-list can be sorted by just the f-cost or by f and h-costs; cost metrics can be set to Manhattan, Octile or Euclidean; and stack-like or queue-like sorting.

Algorithms run on Javascript for ease of display using web browsers. Since the focus is on visualisation and Javscript is not a compiled language, the time taken to solve path finding problems should not be used for benchmarking.

Created for the module EE4308 Autonomous Robot Systems in National University of singapore.

QuinticTurn (EV3G)

Generates LEGO power profiles (speed percentages) for the two locomotive (medium or large) motors driving a two-wheel differential EV3 robot by fitting a quintic hermite spline on each wheel's power profile.

The parameters include angle to turn, as well as initial and final speeds for both motors.

The speed profiles are exported as an EV3 readable .RTF format.

The trajectory is also simulated.

Calibrator (EV3G)

Plots a histogram of sensor readings and finds a best fit Gaussian curve over the histogram.

The peaks correspond to black or white values, depending on the most commonly used context.

FindColor (EV3G)

An interface to plot colour samples (RGB) with respect to time or degree from EV3 .RTF files with Javascript.

Can also be used to calculate and plot the corresponding RGB ratios.

Can be used for other situations to more flexibly plot and analyse data.

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.