Giter Site home page Giter Site logo

robotics_repository's Introduction

机器人学导论代码仓库

仅用于自己备忘。

1. m_code

存放一些矩阵螺旋变换计算、运动学、动力学、轨迹规划App(梯形速度规划、S规划、B样条曲线规划)、kalman滤波算法的代码。

2.robotic_exp

机器人学导论4次实验和课设的代码存放

注意VS的版本不同下的工程设置(不需要重新创建工程,在工程中的属性:平台工具集里面设置对应版本就可以了)。X86 X64的选择不同运行结果可能不同。

2.1实验一、二

简单,就是验证性实验

2.2实验三

实验三是做并联机器人的正逆运动学,原理在目录下。

坑:就是memcpy是硬件依赖的,Eigen库的Matrix .data()数据存储有时候是按行有时候是按列存储的。

2.3实验四

实验四是做并联机器人的梯形轨迹规划。

笛卡尔规划不是3维度分开规划的,是要同一规划,这样就可以在规划的时候走直线且各个空间分量同时到达。 使用三位空间点+方向向量这个思路来规划,这样就只需要按1维规划方向向量上的幅值,然后每个时刻计算当前方向向量上的幅值距离,然后就可以得到每个时刻的三维坐标。

robotics_repository's People

Contributors

ouyangjunyuan avatar

Stargazers

xinyihe avatar Yummy avatar  avatar  avatar Adrian Chen avatar  avatar Abraham avatar  avatar Cloud Chen avatar Xiaoyan Qian avatar  avatar 范声思 avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

chouqiji

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.