Bug #512
RoverWheels crashTolerance double entry in part.cfg
100%
Description
contradictory entries may destroy the wheels some times.
Snippet from the part.cfg
mass = 0.075
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 7
maxTemp = 3600
crashTolerance = 50
breakingForce = 50
breakingTorque = 50
So is the minimum Crash Tolerance 7.
This is affected to all Rover Wheels exept "roverWheel3"
History
#1 Updated by Ted over 11 years ago
I have a feeling that the two variables are actually different variables, one being for the entire rover wheels part and the other being for the wheel itself.
Have a play around with the variables to see if you can work out whether it is a duplicate variable or not and the fact that it's not in the roverwheels3 cfg raises a question or two.
#2 Updated by Mr_Orion over 11 years ago
In any case, having 2 variables that are the same name, even if handled differently by the general parts handler and the rover wheel module, could cause bugs and general weirdness.
#3 Updated by Squelch over 9 years ago
- Platform Win32 added
- Platform deleted (
Windows)
#4 Updated by TriggerAu over 8 years ago
- Status changed from New to Needs Clarification
#5 Updated by Claw over 8 years ago
- Status changed from Needs Clarification to Closed
- % Done changed from 0 to 100
Fixed