The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
Wild hair idea: "Double VAMOS" - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: Wild hair idea: "Double VAMOS" (/showthread.php?tid=774)



Wild hair idea: "Double VAMOS" - reece146 - 09-04-2007

Correct anything here that is incorrect/imprecise/misunderstood.

VAMOS does suspension geometry via a simplified model. We have the pivot points for a "reduced" suspension and once they are defined the wheel follows the arc around that pivot point. As a result there is no wheel camber gain/loss curve that can be mapped to our suspension outside of this fixed geometry.

What if the suspension was modeled "twice" using VAMOS?

As an example for a high performance SLA suspension we model the top A arm and the bottom arm per corner with VAMOS. It is now known where the ends of the hub/upright assembly/balljoints will be relative to the ground.

Since the rest of the goemetry at the upright is fixed (excluding steering angle for the moment) we now know where the wheel is relative to the ground by extrapolating from the ball joints to the traction circle.

Would this be too computationally expensive? Are there better (faster & easier to code) libraries to get the same results? Maybe a simpler apprach would be to map a caster gain/loss curve to each wheel assembly instead and not both with "double VAMOS".

I can post a diagram of what I'm saying if needed - was planning on doing diagramming for the Wiki .car work-up/definition section anyway.


- xTs - 09-04-2007

Somebody mentioned that it wouldn't be a bad idea to remove vamos, because vdrift is just using a small part of it...


- thelusiv - 09-10-2007

We've almost gotten to the point that the remaining Vamos functionality in VDrift could be replaced and rewritten as VDrift's own simulation engine. This is currently taking a lower priority than fixing bugs, and I'd argue is a lower priority than some new features the game needs.


- xTs - 09-10-2007

But VAMOS seems to have itself some bugs. So if you wanna replace vamos, you've got to do the bug hunting twice.

Is there a roadmap anywhere?


- cotharyus - 09-10-2007

I agree. If we're bug hunting, lets figure out which ones are caused by Vamos, and either forget about them if we're going to replace Vamos, or just replace Vamos and get on with squashing all the bugs. I'd had to have to describe twice as many bugs as I need to Smile