Coder Social home page Coder Social logo

traj_interpolation's Introduction

Traj_Interpolation

项目介绍

运动学轨迹规划之三次多项式插补和五次多项式插补

运行环境

Visual Studio 2015

函数介绍

  • 三次多项式两点插补:
    CubicSpline::getTraj_Cubic_2points(int time, float start_degree, float end_degree, float start_velocity, float end_velocity, float *trajpoints)

  • 输入: time:时间
    start_degree:初始角度
    end_degree:终止角度
    start_velocity:初始速度
    end_velocity:终止速度

  • 输出: trajpoints:计算得到的时间序列轨迹点

  • 三次多项式多点插补:
    CubicSpline::getTraj_Cubic_manypoints(int time, float *degree_array, float *velocity_array, float *trajpoints, unsigned long long array_num)

  • 输入: time: 时间
    degree_array:角度数组
    velocity_array:速度数组
    array_num:数组元素个数

  • 输出: trajpoints:计算得到的时间序列轨迹点

作者列表

盛姜聪

联系方式

邮箱:[email protected] QQ:136072180

traj_interpolation's People

Contributors

shengjiangcong avatar

Stargazers

 avatar  avatar chenyangjun avatar 王义强 avatar research_robot avatar  avatar  avatar  avatar  avatar

Watchers

 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.