quadruped-robot icon indicating copy to clipboard operation
quadruped-robot copied to clipboard

An Open Source Quadruped-Robot for Simulating and Real Environment

Results 6 quadruped-robot issues
Sort by recently updated
recently updated
newest added

您好,我在尝试demo_trot_velocity_mpc时,机器人在Z轴机身高度方向呈现跳动状态,我查看了期望机身高度和z轴方向的期望速度是0,为什么会是跳动状态呢(qp不存在这个问题)?是在哪部分有相关的设置吗?希望您能帮忙解答,谢谢!

why this project can not find a walking demo proram? ![de2b77c4bdd7d7cbe3eabbf15389e9cf](https://github.com/TopHillRobotics/quadruped-robot/assets/90100805/714da264-b551-471a-a466-8dab12b1fa98) ![62b828f0c63c8b1821cfd07b2b790634](https://github.com/TopHillRobotics/quadruped-robot/assets/90100805/3544e16c-6d37-4306-b939-b3bea5ced55e)

hello, question is up ! qr_robot_a1.cpp 140,6: void qrRobotA1::ReceiveObservation() for (int motorId = 0; motorId < NumMotor; motorId++) { motorAngles[motorId] = state.motorState[motorId].q; motorVelocities[motorId] = state.motorState[motorId].dq; **motorddq[motorId] = state.motorState[motorId].ddq;** // current...

Hello the team, I made a homemade BLDC robot, and i'd like to test your controller. Does it need foot sensors (i don't have ones) Does it need a tracking...

你好,我在按照步骤运行demo_helloword时会有如下的错误: ![sendpix1](https://user-images.githubusercontent.com/95526244/201933004-6f0e27e8-b008-4b52-94bf-51179f6afce9.jpg) ![sendpix3](https://user-images.githubusercontent.com/95526244/201933102-f6da7b88-1b60-40ba-b783-bd189165b579.jpg) 请问我有什么办法可以解决吗? 运行其他demo也是同样的错误

Hi~I have a new question: In your trot gait settings, I see you set the initial phase of the swing phase to 0.9, and the initial phase of the support...