valerolab

This commit is contained in:
Darío Urbina 2020-07-23 09:32:46 -07:00
parent 5081ac5b34
commit 370b2f72ff
4 changed files with 18 additions and 0 deletions

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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