码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Drake安装&环境配置——基于模型的机器人设计和验证


    Drake(中古英语中的“龙”)是一个 C++ 工具箱,由 麻省理工学院计算机科学与人工智能实验室 (CSAIL)的机器人运动小组创建。开发团队现已显着壮大,核心开发由丰田 研究所牵头。它是一组工具,用于分析我们的机器人的动态并为它们构建控制系统,重点强调基于优化的设计/分析。

    尽管可用于机器人技术的仿真工具越来越多,但它们中的大多数都像黑匣子一样工作:命令输入,传感器输出。Drake 旨在模拟甚至非常复杂的机器人动力学(例如,包括摩擦、接触、空气动力学……),但始终强调揭示控制方程中的结构(稀疏性、解析梯度、多项式结构、不确定性量化……)和使这些信息可用于高级规划、控制和分析算法。Drake 为 Python 提供了一个接口,以实现新算法的快速原型设计,并且还旨在为许多最先进的算法提供可靠的开源实现。

    Drake: Model-Based Design and Verification for RoboticsDrake ("dragon" in Middle English) is a C++ toolbox started by the RobotLocomotion Group at the MIT Computer Science and Artificial IntelligenceLab (CSAIL). The development team has now grown significantly, with coredevelopment led by the Toyota Research Institute. It is a collection oftools for analyzing the dynamics of our robots and building controlsystems for them, with a heavy emphasis on optimization-based design/analysis.https://drake.mit.edu/

     通过 Pip 安装

    将 drake 安装到 虚拟环境 目录中。在下面的示例中,我们将命名该目录env,但您可以选择任何名称。

    创建一个虚拟环境并安装 Drake:

    1. python3 -m venv env
    2. env/bin/pip install --upgrade pip
    3. env/bin/pip install drake

    Drake 需要来自主机 linux 发行版的某些基本运行时库。

    对于 Ubuntu 20.04,安装这些附加库:

    1. sudo apt-get install --no-install-recommends \
    2. libpython3.8 libx11-6 libsm6 libxt6 libglib2.0-0

    激活虚拟环境:

    source env/bin/activate

    C++ API文档

    Drake: Main Pageicon-default.png?t=M5H6https://drake.mit.edu/doxygen_cxx/index.htmlpython API文档

    pydrake — pydrake documentationicon-default.png?t=M5H6https://drake.mit.edu/pydrake/index.htmlGitHub教程

    drake/tutorials at master · RobotLocomotion/drake · GitHubModel-based design and verification for robotics. Contribute to RobotLocomotion/drake development by creating an account on GitHub.https://github.com/RobotLocomotion/drake/tree/master/tutorials在 Python 中使用 Drake

    Drake: Using Drake from PythonDrake ("dragon" in Middle English) is a C++ toolbox started by the RobotLocomotion Group at the MIT Computer Science and Artificial IntelligenceLab (CSAIL). The development team has now grown significantly, with coredevelopment led by the Toyota Research Institute. It is a collection oftools for analyzing the dynamics of our robots and building controlsystems for them, with a heavy emphasis on optimization-based design/analysis.https://drake.mit.edu/python_bindings.html

    MIT Russ Tedrake主页

    Robot Locomotion Groupicon-default.png?t=M5H6http://groups.csail.mit.edu/locomotion/russt.html

  • 相关阅读:
    flink 技术总结待续
    如何在Rocky Linux 8上安装LAMP栈
    【python】python制作 连连看 游戏脚本(一)
    『MySQL快速上手』-⑥-表的约束
    R_Python_C_Rust效率对比(蒙特卡洛方法)
    MQ~消息队列能力、AMQP协议、现有选择(Kafka、RabbitMQ、RocketMQ 、Pulsar)
    系统架构设计师 需求分析篇一
    基于IoT全链路实时质量 - 魔洛哥
    【Python】【机器学习】【机器视觉】PCA和LDA降维学习【附源码】【新加坡南洋理工大学】
    etcd简介
  • 原文地址:https://blog.csdn.net/weixin_51367832/article/details/125528866
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号