WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-12-2007, 06:56 AM
ad_astra ad_astra is offline
Member
 
Join Date: Nov 2007
Posts: 2
physics engine exception

I'm working on a robotics simulation with a robotic arm and different obstacles within a room. Collision detection is enabled for the obstacles and the arm, with the arm segments having viz.collide_notify enabled.

The program is set up such that there are multiple tasks, and in between each task, the obstacle objects are removed and new copies are added, since not all obstacles are used on every task. I keep encountering a physics engine exception between tasks, usually when the task ends with a collision taking place (successfully touching a target object with the end of the robotic arm is the current means for ending a task). The exception warning generally does not print out, however, until after all the old objects have been detroyed, the new objects have been created, and the main loop of the program has been reset.

** ERROR: Caught exception in physics engine

I have tried disabling collision detection before the objects are destroyed and re-enabling it after the new ones are created with no success. I'm not sure if the program is actually this slow, or if it's just the print out capability, but when this problem occurs, the output indicates that the next task began before the program realized that the collision between an already-destroyed object and the arm ended. Initially, the exception warning only prints once, and but after a couple more tasks are completed, it continues to print each time the main loop runs, which makes continuing the program impossible.

I was wondering if anyone had ever encountered this type of problem before and if there was a way to fix it. Thank you
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Physics demos mjabon Vizard 1 09-05-2007 01:00 PM
physics documentation vadrian Vizard 7 01-09-2006 10:16 AM
another physics question adimov Vizard 1 07-22-2004 03:56 PM
Physics engine question adimov Vizard 2 07-22-2004 12:33 PM


All times are GMT -7. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC