自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(316)
  • 资源 (101)
  • 问答 (1)
  • 收藏
  • 关注

原创 windows下的mujoco环境搭建

#1 环境1.1 win11: qt.5.14.2+mujoco1.2 mujoco版本 :mujoco2102 qt工程:我创建的是qt consol application。工程主要的工作是引入mujoco和glfw3的库 TEMPLATE = appCONFIG += console c++11CONFIG -= app_bundleCONFIG -= qtSOURCES += \ main.cppINCLUDEPATH += H:\mujoco_d

2022-03-13 11:41:17 1584

原创 跟sundials问题有关的网址

https://sundials-users.llnl.narkive.com/

2022-03-11 17:30:04 295

原创 Mujoco平面双足机器人模拟

mujoco双足机器人模拟

2022-03-11 10:47:19 1681

原创 Guide into OpenMP

Guide into OpenMP: Easy multithreading programming for C++https://bisqwit.iki.fi/story/howto/openmp/文章目录AbstractPreface: Importance of multithreadingSupport in different compilersIntroduction to OpenMP in C++AbstractThis document attempts to give a q

2022-03-10 14:21:57 229

原创 sundials公开的论文汇总以及5.8代码

sundials代码以及资料

2022-03-10 12:13:00 166

原创 官方建议的ARKODE编程步骤

Initialize parallel or multi-threaded environment, if appropriate.For example, call MPI_Init to initialize MPI if used, or set num_threads, the number of threads to usewithin the threaded vector functions, if used.Set problem dimensions, etc.This g.

2022-03-10 11:13:38 253

原创 ARKODE的错误码

ARKODE共享的返回值含义ARK_SUCCESS (0): Successful function return.ARK_TSTOP_RETURN (1): ARKode succeeded by reachign the specified stopping point.ARK_ROOT_RETURN (2): ARKode succeeded and found one more more roots.ARK_WARNING (99): ARKode succeeded but an unus

2022-03-10 10:54:50 174

原创 sundials中的ATOL,RTOL

General advice on choice of tolerances. For many users, the appropriate choices for tolerancevalues in reltol and abstol are a concern. The following pieces of advice are relevant.The scalar relative tolerance reltol is to be set to control relative er

2022-03-10 09:36:27 209

原创 sundials中的定步长存在的问题

以ARK为例,定步长的方法是调用ERKStepSetFixedStep。官方对这个接口是这样描述的:Use of this function is not recommended, since we it gives no assurance of the validity of the computed solutions. It is primarily provided for code-to-code verification testing purposes.意思是强烈建议不要使用该接口

2022-03-09 11:13:13 165

原创 vs code不能打啊

搞c++的话,不如eclipse,搞其他语言,感觉又不如sublime text感觉适合写md

2022-03-08 12:20:02 125

原创 腾讯的基因片段

抄袭的习惯,真是流淌在血液里,刻画在基因里2006年6月,马化腾在接受《中国企业家》杂志采访时对此进行了描述:“我不盲目创新,微软、谷歌做的都是别人做过的东西。最聪明的方法肯定是学习最佳案例,然后再超越。”...

2022-03-07 10:55:02 157

原创 MuJoCo Lec12_ Inverse Kinematics using Nonlinear Optimization

MuJoCo Lec12_ Inverse Kinematics using Nonlinear Optimization (Spring 2022)

2022-03-04 09:25:02 146

原创 踩到坑的感慨

有一条公式,跟理论差很多,paper上是一个形式,实现的时候是另外一个形式。我翻了很多参考代码和论文,没有找到原因。所以甚至怀疑给出这条公式的人是有阴谋的,公式故意给得不全。或者只给了部分。这样的情况持续了大概1年。后来偶然看一个讲座视频,里面的人提到了这个公式的来由:实验发现效果更好,所以跟理论的不一样。这大概就是有人带和自己摸索的区别吧~!...

2022-03-02 16:29:29 181

原创 Mujoco-非线性优化问题以及相应库NLOPT

MuJoCo Lec10_ Install and run nonlinear optimization software NLOPT MuJoCo Lec10

2022-03-02 09:33:55 189

原创 Ipopt输出的含义

https://coin-or.github.io/Ipopt/OUTPUT.htmlThis pages describes the standard Ipopt console output with the default setting for option print_level. The output is designed to provide a quick summary of each iteration as Ipopt solves the problem.Before Ipo

2022-02-25 15:57:02 2891

原创 Mujoco的关节与外力和驱动器

Mujoco的auctor有4种模式:1 motor 模式:This element creates a direct-drive actuator这种模式,看起来像是直接输出扭矩的模式。如果我们用这种模式,设定一个值,auctor会将这个值映射成一个力,一直作用于关节这种模式下,简单的pd实现: <actuator> <motor joint="pin" name="torque" gear="1" ctrllimited="true" ctrlrange="-100 1

2022-02-23 20:55:20 3353 3

原创 Mujoco 2D hopper

MuJoCo Lec9

2022-02-23 15:19:37 707

原创 四元数姿态计算

本文基本上就是[1]的注解一基本概念1.1 四元数的定义 QuaternionA quaternion is a four-dimensional complex number四元数是一个四维的复数写成行向量形式的话,q=[q1 q2 q3 q4]1.2 表示姿态的核心思想An arbitrary orientation of frame B relative to frame A can be achieved through a rotation of angle θaround an

2022-02-23 09:22:49 6200 1

原创 Mujoco-相机数据结构数据结构

struct _mjvCamera // abstract camera{ // type and ids int type; // camera type (mjtCamera) int fixedcamid; // fixed camera id int trackbodyid; // body id to track

2022-02-22 16:07:08 2435

原创 Mujoco Simulate例子笔记

背景这个例子官方给了代码,sample/simulate.cc,用到了uitools.h,uitools.h编译出来的结果就是、bin/simulate可以用来学习整个simulation的框架,以及UI信息的显示后面有时间会回来注解代码,以及加入更多的UI编译 makefile注意,将mujoco的uitools.h,uitools.c复制到跟simulate.cc同一目录#MAC#COMMON=-O2 -I../../include -L../../bin -mavx -pthrea

2022-02-22 11:32:14 1642 1

原创 Mujoco编程开发-官方文档

https://mujoco.readthedocs.io/en/latest/programming.htmlIntroductionThis chapter is the MuJoCo programming guide. A separate chapter contains the API Reference documentation. MuJoCo is a dynamic library compatible with Windows, Linux and macOS, which re

2022-02-22 09:30:33 1722

原创 Mujoco官方提供的模型汇总

https://roboti.us/forum/index.php?resources/categories/models.3/

2022-02-21 17:47:30 657

原创 Mujoco-floating base模型的基座标的定义方式

<mujoco model='cassie'> <worldbody> <geom name='floor' pos='0.001 0 0' size='100 10 .125' type='plane' material='plane' condim='3' conaffinity='15'/> <light mode='trackcom' pos='0 0 5' dir='0 0 -1'/> <light dir

2022-02-20 22:34:13 354

原创 MuJoCo - hybrid system的建模与控制

MuJoCo Lec8 Hybrid系统的建模与控制

2022-02-20 21:59:55 324

原创 Mujoco-欠驱动的二阶单摆的LQR控制

MuJoCo Lec7

2022-02-20 20:43:00 553

原创 Ode45的步长以及RelTol AbsTol

look hereThe stepsize of ode45 is not constant, but chosen such that the error tolerances you prescribe are met. Thus mean step size can only be controlled indirectly by strengthening (-> smaller stepsize) or weakening (-> larger stepsize) the error

2022-02-15 11:04:47 4783

原创 Mujoco中旋转轴的定义

两种定义方式1 <body name="arm_low_l" pos="-.06 0 -.016" quat="0 0 0.707107 0.707107"> <inertial diaginertia="0.0875091 0.0872503 0.0201335" mass="0.037" pos=".013 -.015 0" quat=".707107 0 0 .315"/> <joint name="l_elbow" rang

2022-02-14 16:01:26 1479

原创 Mujoco xml建模

背景参考Mujoco官方提供的darwin模型step1 建立场景worldbody的一些属性1 light 灯光2 geom 外观,涉及到尺寸,位置等 <mujoco model="darwin v1.31"> <compiler angle="radian" inertiafromgeom="true" meshdir="meshes/"/> <size nconmax="100" njmax="500" nstack="-1"/>

2022-02-14 11:48:45 935

原创 Mujoco模型学习记录

body1 worldbody 特殊的body,作为世界的frameThis element is used to construct the kinematic tree via nesting. The element worldbody is used for the top-level body, while the element body is used for all other bodies. The top-level body is a restricted type of b..

2022-02-14 11:37:32 559

原创 将机器人的urdf文件转为Mujoco模型

方法是利用Mujoco自带的comiple语法./compile robot.urdf mujoco_model.xml可能会遇到的问题报错1Error: inertia must satisfy A + B >= C; use 'balanceinertia' to fixObject name = inertial_link, id = 3解决方法:其他tag可以参考链接http://www.mujoco.org/book/XMLreference.html#compi

2022-02-14 10:42:38 1898

原创 mujoco的双足机器人darwin模型

darwin模型可以去官网直接下载这里备份一份,写文章用到https://download.csdn.net/download/Feisy/80573597

2022-02-14 10:20:08 406

原创 Mujoco雅克比-逆运动-传感器

#include<stdbool.h> //for bool//#include<unistd.h> //for usleep//#include <math.h>#include "mujoco.h"#include "glfw3.h"#include "stdio.h"#include "stdlib.h"#include "string.h"//simulation end timedouble simend = 20;double qi..

2022-02-12 18:10:46 1511

原创 Mujoco有限状态机以及轨迹追踪

#include<stdbool.h> //for bool//#include<unistd.h> //for usleep//#include <math.h>//start: q0 = -1; q1 = 0//intermediate: q0 = 0; q1 = -1.57 (pi/2)//end: q0 = 1; q1 = 0;double a0[2]={0},a1[2]={0},a2[2]={0},a3[2]=...

2022-02-12 16:20:10 900

原创 Mujoco制作模拟视频

使用Mujoco自带的record.cc来改就可以但是要注意,用g++编译,如果使用gcc编译,可能会报cstdio找不到这样的错误。另外,文件名不能过长,不然std::fopen会打不开record.cc有用到mujoco的array_safe.h,这个是源码提供,可以直接复制到自己的项目里面I’m new to MuJoCo and just tried to run the examples and got a bit stuck on the example for recording

2022-02-12 12:21:07 958

原创 Mujoco核心数据结构-mjData mjModel

Defined in mjdata.hThis is the data structure holding information about one solver iteration. mjData.solver is a preallocated array of mjSolverStat data structures, one for each iteration of the solver, up to a maximum of mjNSOLVER. The actual number of s

2022-02-12 09:56:08 1829

原创 Mujoco-二阶单摆建模与控制

模型文件:<mujoco> <option timestep="0.0001" integrator="RK4" > <flag sensornoise="enable" energy="enable" contact="disable" /> </option> <worldbody> <light diffuse=".5 .5 .5" pos="0 0 3" dir="0 0 -1"/> <..

2022-02-11 21:28:16 2920

原创 使用mujoco来模拟cassie机器人

https://github.com/osudrl/cassie-mujoco-sim

2022-02-10 12:13:14 674

原创 Mujoco基本情况介绍

基本情况Mujoco是一个跨平台的机器人建模软件。官方的介绍是这样的:MuJoCo is a physics engine that aims to facilitate research and development in robotics, biomechanics, graphics and animation, and other areas where fast and accurate simulation is needed.不同于webots的1G多的大小,Mujoco windo

2022-02-10 09:42:19 9112

原创 Mujoco-一阶单摆建模与控制

视频地址:https://www.bilibili.com/video/BV1dS4y1G7nL?spm_id_from=333.999.0.0一些知识点jointjoint的外观设置在geom的type属性设置,支持一下几种外观type: [plane, hfield, sphere, capsule, ellipsoid, cylinder, box, mesh], “sphere”cylinder 圆柱体cylinder 的size是1或2个参数,分别表示cylinder的半径以及一半

2022-02-09 17:51:44 1134

原创 Mujoco-小球建模与控制

视频教程:https://www.bilibili.com/video/BV1e44y1H7Mn/资源请到tiny.cc/mujoco下载将mujoco的include 复制到parojectile上一级目录parojectile上一级目录中创建bin目录,然后将mujoco的lib文件复制到bin里https://pan.baidu.com/s/1TalZP3sc-_is7nM26ozsSQ 提取码: jr76从上面的链接中下载额外的h文件和so,分别放到include,bin下面sudo

2022-02-08 20:42:31 1497

Unix操作系统设计

Unix操作系统设计,thank you to apple_operation to make the tags for the book

2010-12-15

linux-0.12内核源代码

linux-0.12内核源代码,赵博士那本内核分析的书用到的

2010-07-12

Beginning+Lua+with+World+of+Warcraft+Add-ons.pdf

Beginning+Lua+with+World+of+Warcraft+Add-ons.pdf

2010-06-17

ACE文档(类似于MSDN)

ACE文档(类似于MSDN),可以在里面查看类以及类的接口等信息,在ACE文档相对于缺乏的今天,还是一分挺好的资料

2009-06-29

《WINDOWS网络编程技术》随书源代码

《WINDOWS网络编程技术》随书源代码,就是上个资源的源代码

2009-05-04

英特尔_64和IA-32体系结构软件开发者的手册

英特尔_64和IA-32体系结构软件开发者的手册,一共三卷

2009-03-19

深入理解计算体系结构英文版

深入理解计算体系结构英文版,觉得还是原版书比较好理解

2009-02-26

AT&T汇编学习资料

AT&T汇编学习资料,不错的资料,学linux要用到的资料

2009-02-25

80386编程手册,学linux必看

80386编程手册,看linux源代码需要用到的一分资料

2009-02-16

算法导论英文版(第二版)

实在是看中文的十分不舒服,在网上找了英文的,共享

2009-02-13

MFC窗口布局管理器

一个用于MFC窗口布局管理器的资料,share

2009-01-06

C++ Template Metaprogramming

关于C++模板的一个探索,貌似好像是编写会编程序的程序,还没看,大家可以LOOK一LOOK

2008-12-05

面向模式的软件体系结构(卷4)

面向模式的软件体系结构,横经典的书籍之一

2008-10-21

面向模式的软件体系结构(卷3)

面向模式的软件体系结构第三卷,经典书籍之一

2008-10-21

面向模式的软件体系结构(卷一)

面向模式的软件体系结构(卷一),经典书籍之一

2008-10-21

面向模式的软件体系结构(卷一)

面向模式的软件体系结构(卷一),经典书籍之一

2008-10-21

使用VS搭建汇编IDE

本篇文章讲解了如何使用VS来搭建汇编IDE的,文章是《Intel汇编程序设计》作者写的

2008-09-19

大规模C++程序设计

《大规模C++程序设计》,不必我介绍了吧?

2008-09-17

SGI STL3.3源代码

STL的源代码,《STL源码破析》就是使用该系列的STL代码

2008-08-27

《xml高级编程》源代码

《xml高级编程》一书的源代码,供有需要的人下载

2008-08-27

windows下的开源mujoco以及glfw开发库

windows下的开源mujoco以及glfw开发库

2022-03-13

mujoco的2d双足机器人模拟

mujoco的2d双足机器人模拟

2022-03-11

mujoco的开源darwin模型

mujoco的开源darwin模型

2022-02-14

Madgwick的internal report

Madgwick的传感器姿态估计文章

2022-02-08

机器人状态空间预测器RIEKF

基于接触点和IMU的机器人状态空间预测器,运用于双足或者多足机器人的位置,速度预测

2022-01-11

sundials-5.8.0.tar.gz

用于求解或模拟ODE,PDE,DAE等系统的求解库,性能比boost的OdeInt大概高了2倍

2021-10-13

A MathLink Tutorial.pdf

打通matlab,mathematica的工具箱MathLink

2021-08-05

30天自制操作系统 随书光盘

30天自制操作系统 随书光盘

2014-11-15

网易新闻客户端模仿

代码是从别人那里下的,不过运行有个问题,看:http://blog.csdn.net/feisy/article/details/39474281

2014-09-22

μC/OS-III – The Real-Time Kernel

μC/OS-III – The Real-Time Kernel

2013-12-13

嵌入式实时操作系统μC/OS-II(第二版)光盘

嵌入式实时操作系统μC/OS-II(第二版)光盘

2013-12-13

uCOS II The Real Time Kernel en pdf.rar

uCOS II The Real Time Kernel en pdf.rar

2013-12-13

ucosiii代码+资料

ucosiii代码+资料,要的拿走,我还没来得及看呢

2013-12-10

large-scale c++ soft design

large-scale c++ soft design,大规模c++程序设计英文版,djvu格式

2013-12-04

html滑动库例子

html滑动js库swiper例子,可以学习

2013-12-01

idangerous

一个用于实现滚动的js库和css

2013-12-01

arduino技术内幕英文版

arduino技术内幕英文版

2013-05-17

构建嵌入式Linux系统 第二版

构建嵌入式Linux系统 第二版,向上吧,少粘

2013-05-13

Google Android SDK开发范例大全

Google Android SDK开发范例大全

2012-09-19

深入理解linux内核 第三版 中文版 完整清晰版pdf

深入理解linux内核 第三版 中文版 完整清晰版pdf

2012-07-29

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除