All Projects → ayonga → Frost Dev

ayonga / Frost Dev

Licence: other
Fast Robot Optimization and Simulation Toolkit (FROST)

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Frost Dev

Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (+56.72%)
Mutual labels:  robotics, optimization
Minisam
A general and flexible factor graph non-linear least square optimization framework
Stars: ✭ 246 (+267.16%)
Mutual labels:  robotics, optimization
Safeopt
Safe Bayesian Optimization
Stars: ✭ 90 (+34.33%)
Mutual labels:  robotics, optimization
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+1629.85%)
Mutual labels:  robotics, optimization
Aachartcore
📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Stars: ✭ 424 (+532.84%)
Mutual labels:  hybrid, dynamic
bio ik
MoveIt kinematics_base plugin based on particle optimization & GA
Stars: ✭ 104 (+55.22%)
Mutual labels:  robotics, optimization
Rl Baselines3 Zoo
A collection of pre-trained RL agents using Stable Baselines3, training and hyperparameter optimization included.
Stars: ✭ 161 (+140.3%)
Mutual labels:  robotics, optimization
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+613.43%)
Mutual labels:  robotics, optimization
Ifopt
An Eigen-based, light-weight C++ Interface to Nonlinear Programming Solvers (Ipopt, Snopt)
Stars: ✭ 372 (+455.22%)
Mutual labels:  robotics, optimization
RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
Stars: ✭ 82 (+22.39%)
Mutual labels:  robotics, optimization
Aachartkit
📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、折…
Stars: ✭ 4,358 (+6404.48%)
Mutual labels:  hybrid, dynamic
Teaser Plusplus
A fast and robust point cloud registration library
Stars: ✭ 607 (+805.97%)
Mutual labels:  robotics, optimization
Prioritizr
Systematic conservation prioritization in R
Stars: ✭ 62 (-7.46%)
Mutual labels:  optimization
Simplebot
SimpleBot is a very basic robot designed for learning about NodeBots.
Stars: ✭ 65 (-2.99%)
Mutual labels:  robotics
Vln Ce
Vision-and-Language Navigation in Continuous Environments using Habitat
Stars: ✭ 62 (-7.46%)
Mutual labels:  robotics
Hrim
An information model for robot hardware. Facilitates interoperability across modules from different robot manufacturers. Built around ROS 2.0
Stars: ✭ 61 (-8.96%)
Mutual labels:  robotics
Bayesiantools
General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics
Stars: ✭ 66 (-1.49%)
Mutual labels:  optimization
Tiny Site
图片优化
Stars: ✭ 65 (-2.99%)
Mutual labels:  optimization
Horope
Generates dynamic rope setup from spline. c4d python plugin.
Stars: ✭ 61 (-8.96%)
Mutual labels:  dynamic
Ros2 java
Java and Android bindings for ROS2
Stars: ✭ 60 (-10.45%)
Mutual labels:  robotics

FROST: Fast Robot Optimization and Simulation Toolkit

FROST (Fast Robot Optimization and Simulation Toolkit) for MATLAB provides a general full-body dynamics gait optimization and simulation framework for bipedal walking robots using virtual constraints based feedback controllers. The Wolfram Mathematica backend enables generation of analytic expressions for multi-domain system dynamics and kinematics symbolically, which are exported as C/C++ source that could be compiled as *.MEX files under MATLAB to boost the computational speed. FROST also features state-of-the-art direct collocation approaches for the full-order dynamics gait optimization problems to guarantee fast and reliable convergence.

Some key features includes:

  • Use Mathematica Kernel as a backend, use ‘MathLink’ to send data/commands to Mathematica Kernel from Matlab.
  • Dynamic bipedal walking is modelled as a hybrid system that consists of both continuous phases (domains) and discrete transitions (reset maps).
  • The domain structure of the hybrid system is described via a Directed Graph (digraph).
  • The directed graph could be either cyclic or acyclic.
  • The default control law uses the virtual constraints based feedback controllers.

Related literatures:

  • Feedback control of dynamic bipedal robot locomotion, by E.R.Westervelt, J.W.Grizzle, C.Chevallereau, J.-H.Choi and B.Morris.
  • etc...

For more information, please visit the official documentation webpage: http://ayonga.github.io/frost-dev

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].