mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
valerolab
This commit is contained in:
parent
5081ac5b34
commit
370b2f72ff
@ -1,4 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--https://valerolab.org/-->
|
||||
<!--
|
||||
Code used for PID control of an inverted pendulum actuated by strings.
|
||||
-->
|
||||
<robot name="myfirst">
|
||||
<material name="blue">
|
||||
<color rgba="0 0 0.8 1"/>
|
||||
|
@ -1,4 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--https://valerolab.org/-->
|
||||
<!--
|
||||
Code used for PID control of an inverted pendulum actuated by strings.
|
||||
-->
|
||||
<robot name="myfirst">
|
||||
<material name="blue">
|
||||
<color rgba="0 0 0.8 1"/>
|
||||
|
@ -1,4 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--https://valerolab.org/-->
|
||||
<!--
|
||||
Code used for PID control of an inverted pendulum actuated by strings.
|
||||
-->
|
||||
<robot name="myfirst">
|
||||
<material name="blue">
|
||||
<color rgba="0 0 0.8 1"/>
|
||||
|
@ -1,3 +1,9 @@
|
||||
"""
|
||||
https://valerolab.org/
|
||||
|
||||
PID control of an inverted pendulum actuated by strings.
|
||||
"""
|
||||
|
||||
import pybullet as p
|
||||
import time
|
||||
import math as m
|
||||
|
Loading…
Reference in New Issue
Block a user