A Tutorial of Peter Corke Robotics Toolbox - Hello Robot

本文是关于Peter Corke的Robotics Toolbox的教程简介,适用于Win10 x64和Matlab R2016b。介绍了如何下载安装、获取支持以及一些常用工具。Robotics Toolbox提供了对机器人连杆、 homogeneous representation、kinematics等的处理,并展示了如何进行正向和逆向动力学计算。推荐先学习MathWorks的Robotics System Toolbox,但并非必要。
摘要由CSDN通过智能技术生成

Thanks Peter Corke for his great work of Robotics Toolbox .

OS: Win10 x64
Matlab: R2016b
Toolbox Release: 10.2

Title Page

We highly recommand to learn to use the Robotics System Toolbox designed by MathWorks firstly. Of course, it is not necessary. Here we just show some simple processes to imply the usage of Robotics Toolbox. The way to access detailed explanations can be found in section Support.

Download and Install

How to install the Robotics Toolbox? Just follow the instructions here. It is free and easy.

Support

If you have this book, congraduations, you are accessible to the official tutorial as well as mammal. Otherwise, there is a free but cut version of it. There is no exclusive forum.

There is an official: rtbdemo() by which you can survey the functions of Robotics Toolbox.

Untilities

Here are some normal functions to boost your coding efficiency.

about(x) or about x

>> a=1;
>> about a
a [double] : 1x1 (8 bytes)
>> a = rand(5,7);
>> about a
a [double] : 5x7 (280 bytes)

angdiff(th1, th2)

>> th = angdiff(pi/2, -3*pi/2)
th = 0;

unit(v)
A unit-vector parallel to v.

>> vn = unit([4,0])

vn =

     1     0

Homogeneous Representation

There are some functions to help you transform any kinds of representative to SO(3) or

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值