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