Pybotics:Python机器人运动学和校准工具箱

2020 年 8 月 15 日 专知

【导读】本文介绍了Pybotics,一个Python机器人运动学和校准工具箱,可快速地仿真和评估常见的机器人概念,如运动学,动力学,轨迹生成与标定等。


Github链接:

https://github.com/nnadeau/pybotics


用法

文档网站:

https://pybotics.readthedocs.io/

安装

# python3 is mapped to pip or inside a venvpip install pybotics
# python3-pippip3 install pybotics
# https://github.com/pypa/pipenvpipenv install pybotics
# https://github.com/sdispater/poetrypoetry add pybotics

基本用法

"""Basic usage of the pybotics package."""from pybotics.geometry import vector_2_matrixfrom pybotics.predefined_models import ur10from pybotics.robot import Robotfrom pybotics.tool import Tool

def main(): """ Demonstrate pybotics usage. View source for more info. """ # init robot robot = Robot.from_parameters(ur10())
# add tool tool = Tool() tool.position = [1, 2, 3] robot.tool = tool
# set world frame world_frame = vector_2_matrix([100, 200, 300, 0, 0, 0]) robot.world_frame = world_frame
print(f"Robot: {robot}") print(f"Kinematic Chain: {robot.kinematic_chain}")

if __name__ == "__main__": main()
专 · 知
专知,专业可信的人工智能知识分发,让认知协作更快更好!欢迎注册登录专知www.zhuanzhi.ai,获取5000+AI主题干货知识资料!
欢迎微信扫一扫加入专知人工智能知识星球群,获取最新AI专业干货知识教程视频资料和与专家交流咨询
点击“阅读原文”,了解使用专知,查看5000+AI主题知识资料
登录查看更多
1

相关内容

机器人(英语:Robot)包括一切模拟人类行为或思想与模拟其他生物的机械(如机器狗,机器猫等)。狭义上对机器人的定义还有很多分类法及争议,有些电脑程序甚至也被称为机器人。在当代工业中,机器人指能自动运行任务的人造机器设备,用以取代或协助人类工作,一般会是机电设备,由计算机程序或是电子电路控制。

知识荟萃

精品入门和进阶教程、论文和代码整理等

更多

查看相关VIP内容、论文、资讯等
【2020新书】使用R和Python的高级BI分析,425页pdf
专知会员服务
33+阅读 · 2020年10月14日
【2020干货书】Python3基础导论介绍,98页pdf
专知会员服务
100+阅读 · 2020年10月11日
专知会员服务
171+阅读 · 2020年6月4日
【干货书】用于概率、统计和机器学习的Python,288页pdf
专知会员服务
287+阅读 · 2020年6月3日
【实用书】Python技术手册,第三版767页pdf
专知会员服务
234+阅读 · 2020年5月21日
Python导论,476页pdf,现代Python计算
专知会员服务
259+阅读 · 2020年5月17日
【新书】Python数据科学食谱(Python Data Science Cookbook)
专知会员服务
114+阅读 · 2020年1月1日
ExBert — 可视化分析Transformer学到的表示
专知会员服务
31+阅读 · 2019年10月16日
【资源】机器学习资源大列表
专知
58+阅读 · 2019年10月16日
机器学习可解释性工具箱XAI
专知
11+阅读 · 2019年2月8日
Python 爬虫实践:《战狼2》豆瓣影评分析
数据库开发
5+阅读 · 2018年3月19日
【推荐】用Python/OpenCV实现增强现实
机器学习研究会
15+阅读 · 2017年11月16日
Arxiv
24+阅读 · 2020年3月11日
Meta-Learning to Cluster
Arxiv
17+阅读 · 2019年10月30日
Visualizing and Measuring the Geometry of BERT
Arxiv
7+阅读 · 2019年10月28日
Real-time Scalable Dense Surfel Mapping
Arxiv
5+阅读 · 2019年9月10日
Arxiv
4+阅读 · 2019年8月7日
VIP会员
相关VIP内容
【2020新书】使用R和Python的高级BI分析,425页pdf
专知会员服务
33+阅读 · 2020年10月14日
【2020干货书】Python3基础导论介绍,98页pdf
专知会员服务
100+阅读 · 2020年10月11日
专知会员服务
171+阅读 · 2020年6月4日
【干货书】用于概率、统计和机器学习的Python,288页pdf
专知会员服务
287+阅读 · 2020年6月3日
【实用书】Python技术手册,第三版767页pdf
专知会员服务
234+阅读 · 2020年5月21日
Python导论,476页pdf,现代Python计算
专知会员服务
259+阅读 · 2020年5月17日
【新书】Python数据科学食谱(Python Data Science Cookbook)
专知会员服务
114+阅读 · 2020年1月1日
ExBert — 可视化分析Transformer学到的表示
专知会员服务
31+阅读 · 2019年10月16日
相关论文
Arxiv
24+阅读 · 2020年3月11日
Meta-Learning to Cluster
Arxiv
17+阅读 · 2019年10月30日
Visualizing and Measuring the Geometry of BERT
Arxiv
7+阅读 · 2019年10月28日
Real-time Scalable Dense Surfel Mapping
Arxiv
5+阅读 · 2019年9月10日
Arxiv
4+阅读 · 2019年8月7日
Top
微信扫码咨询专知VIP会员