Coder Social home page Coder Social logo

untitledwaypointeditor's Introduction

UntitledWaypointEditor

Discord

UntitledWaypointEditor is a graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.

To run in Electron

  • Have Node.js and npm installed.
  • Navigate to the root directory of the project.
  • npm install and npm run dev

Physical input parameters

The trajectory optimizer depends upon the following user-specificed parameters, which are entered in the Robot Configuration panel.

  • Mass [kg]: The mass of the robot with battery and bumpers
  • MoI [kg * m2]: The resistance to change in rotational velocity in response to a torque applied to the robot about the vertical axis
  • Max Velocity [m/s]: The maximum tangential speed of the wheel
    • Note: A reasonable choice of Max Velocity is that corresponding to ~80% of free speed experienced at the drive motor(s)
  • Max Torque [N * m]: The maximum torque applied at the wheel
    • Note: A reasonable choice of Max Torque is that corresponding to a current draw of approximately 1.5 * BreakerValue experienced at the drive motor(s)
  • Wheelbase and Trackwidth [m]: The largest distances between the robot's wheel centers
  • Length and Width [m]: The overall size of the robot's bumper

Measuring moment of intertia

The robot's rotational inertia has a significant impact on how quickly it can follow complex paths. For the best results, it is recommended to get as accurate an estimate of this parameter as possible. This can be accomplished via:

  • Faithful CAD loaded with mass properties
  • Physical experimentation
  • System Identification methods

If none of these techniques are possible, a reasonable estimate of MoI would be mass * length * width / 6 based on the assumption of a rectangle of uniformly-distributed mass.

untitledwaypointeditor's People

Contributors

shueja avatar joshuaan avatar nlaverdure avatar jlbabilino avatar

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.