-
Hi,
I was wondering if it's possible to simulate SDEs using white noise, rather than the brownian motion (e.g. `brownian_motion = VirtualBrownianTree(t0, t1, tol=1e-3, shape=(), key=jrandom.PRNGKey…
-
The recent PID tuning accomplished at https://github.com/roboticslab-uc3m/teo-gazebo-models/issues/2#issuecomment-1353232455 (https://github.com/roboticslab-uc3m/teo-gazebo-models/commit/4807410242243…
-
Frank suggested today that we turn off RobotC's PID control and instead write our own - that way we know what it is doing and we don't have a third party's code messing with ours.
-
### Description
Hello everyone, I'm trying to get the `pose_tracking_example` to work on Franka Emika Panda using MoveIt! 1 for a teleoperation project. I'm trying to subscribe to TwistStamped messag…
-
Hi,
I'm trying to use moveit_servo to track fiducial markers and would really appreciate some help. I've been at my wits end and any leads would give me the opportunity to explore.
Thanks
-
"passt des scho"
msg1 = {"payload": false};
msg2 = {"payload": false};
msg3 = {"payload": false};
if (msg.topic == "mischer/automatik")
msg1.payload = msg.payload;
if (msg.topic == "misc…
-
Class attributes can be a bit dangerous in Python. They have behaviour that **appears** very similar to instance attributes **most** of the time, but work very differently under the hood and can sudde…
-
As mentioned, for Rev 1.3 we need to come up with a control methodology. Here are some of the basics:
A control system is generally represented as a block diagram where each block is a self-contain…
-
-
Hey Patrick
I used yours as an example to build a fan temperature control for my network cabinet. Used a WT32-ETH01.
I was thinking of using two temperature sensors. One inside and another outs…