No video

Bowl feeder simulation - How to make it vibrate

  Рет қаралды 936

Algoryx

Algoryx

4 ай бұрын

```
Script version 2024.1
from Momentum import v1
import math
##### Input Parameters #####
amplitudeVertical = 0.0001 #m
amplitudeAngle = 0.1 #Degrees
frequency = 100 #Hz
##### ##### ##### #####
sim = v1.getSimulation()
vibrationJoint = sim.getCylindricalJoint("Cylindrical1")
vibrationJoint.getScrew1D().setEnable(True)
vibrationJoint.getScrew1D().setLead(amplitudeVertical / (amplitudeAngle / 360)) # Linear distance (m) per angle (degrees).
vibrationJoint.getLinearSpring().setEnabled(True)
vibrationJoint.getLinearSpring().setDamping(1e-1)
vibrationJoint.getLinearSpring().setElasticity(1e10)
def OnStep(time):
verticalPosition = amplitudeVertical * math.sin(
2 * math.pi * frequency * time
)
vibrationJoint.getLinearSpring().setTargetPosition(verticalPosition)
```

Пікірлер: 4
@LisuYT_
@LisuYT_ 4 ай бұрын
hi algoryx i have a question are you going to add sounds to algodoo because its missing in that program it would be nice if you add sounds to it
@wiktorkoniarz6943
@wiktorkoniarz6943 2 ай бұрын
In algodoo there is an explosion sound hidden in the source files. Is this a foreshadowing of something?
@LisuYT_
@LisuYT_ 2 ай бұрын
@@wiktorkoniarz6943 idk bro
@peanutsizerockinspace7348
@peanutsizerockinspace7348 4 ай бұрын
will you be updating algodoo?
Tutorial: Constraints - AGX Dynamics for Unreal
9:25
Algoryx
Рет қаралды 1 М.
Алексей Щербаков разнес ВДВшников
00:47
UNO!
00:18
БРУНО
Рет қаралды 4,6 МЛН
Tutorial: Terrain - AGX Dynamics for Unreal
16:28
Algoryx
Рет қаралды 706
Pump fed water system in Algodoo.
2:54
Eric Eisaman
Рет қаралды 32 М.
Creative engineering: Remove debris from conveyor belt
9:18
VFX Artists React to Bad & Great CGi 145
18:02
Corridor Crew
Рет қаралды 506 М.
Easy fastener insertions in SolidWorks
1:44
TiSCAD
Рет қаралды 16
How to fix this failing machine design?
49:33
Algoryx
Рет қаралды 940
Tutorial: ROS2 - AGX Dynamics for Unreal
9:47
Algoryx
Рет қаралды 961