×

Algoryx's video: 17 - Object Detector

@17 - Object Detector
Download model: https://www.algoryx.se/download/momentum/tutorials/tutorial17.zip https://www.ansys.com https://www.algoryx.se Script: " # Disclaimer: This script has not been tested. Use at your own risk. from Momentum import v1 sim = v1.getSimulation() # Triggered at start of Recording of a simulation (including continuing) def OnStart(time): global body1, body2 body1 = sim.getRigidBody('Ground') body2 = sim.getRigidBody('Moving') # Triggered every time step during recording of a simulation def OnStep(time): noContact = sim.getContacts(body1, body2).empty() if noContact == False: print(' # # # # # In contact # # # # #\n') else: print('----- No contact -----\n') # Triggered when a recording is stopped def OnStop(time): pass "

2

0
Algoryx
Subscribers
6.9K
Total Post
213
Total Views
61.9K
Avg. Views
859.5
View Profile
This video was published on 2019-01-25 12:50:09 GMT by @Algoryx on Youtube. Algoryx has total 6.9K subscribers on Youtube and has a total of 213 video.This video has received 2 Likes which are lower than the average likes that Algoryx gets . @Algoryx receives an average views of 859.5 per video on Youtube.This video has received 0 comments which are lower than the average comments that Algoryx gets . Overall the views for this video was lower than the average for the profile.Algoryx # # # # # # # # # # # # #\n') # has been used frequently in this Post.

Other post by @Algoryx