| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Add parameter to not apply vehicle linear deflection Z forces if
vehicle is not colliding. This defaults to 'true' so vehicles will fall
even if there is some linear deflection to apply.
|
|
|
|
|
|
|
|
| |
selectable from configuration paramters.
Changed default algorithm to "1" from previous default as it seems to
handle Y axis correction a little better.
Add config file independent enablement of vehicle angular forces to
make debugging easier (independent testing of forces).
|
|
|
|
|
|
| |
Activates it again and fixes problem with fighting with vertical attractor removing wobble of forward axis. Comments on testing welcome, May require adjustments of this force or other forces after this commit, exact tweaking to come after testing on other hardware.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
| |
Update TODO list.
|
|
|
|
| |
Fix small typo in one log message.
|
|
|
|
|
| |
Remove VehicleForwardVelocity changed storage since the value
will be modified as movement is processed.
|
|
|
|
|
|
| |
vehicle tuning diffrence between Opensim and Second life.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
|
| |
Another parameter for vehicle operation tuning.
Default to <1,1,1> which means nothing is different under normal use.
|
|
|
|
| |
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
| |
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
| |
and not world coordinates.
|
|
|
|
|
|
|
| |
angular friction computation into linear and angular movement code.
The friction wasn't being applied properly. This will make it so vehicles
don't drift as much and the drift is tunable by changing the friction
timescales.
|
|
|
|
| |
specifications required for simple properties with defaults.
|
|
|
|
|
| |
Rebuild compound linkset of any child in the linkset changes shape.
Comments and better detailed logging messages.
|
|
|
|
|
| |
Properly rebuilds collision caches.
Release asset data fetched when building mesh or hulls.
|
|
|
|
| |
changes.
|
|
|
|
| |
'm_physicsScene' to match coding conventions and reduce confusion.
|
|
|
|
| |
from BSShapeCollection. Using BSShape* classes to hold references to shape. Simplified shape dependency callbacks. Remove 'PreferredShape' methods and have each class specify shape type. Disable compound shape linkset for a later commit that will simplify linkset implementation.
|
| |
|
|
|
|
|
|
| |
all rotations before it and makes the corrections more close to the time that sl does.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
| |
OpenSim coding conventions.
|
|
|
|
| |
up the vehicle actor.
|
|
|
|
|
| |
arithmetic to compute the shortest path between the current tilt
and vertical.
|
|
|
|
|
| |
TerrainMeshMagnification controls number of vertices generated per
heightmap point. Default is 3.
|
| |
|
|
|
|
|
|
| |
Grade, Other features when implemented should slow it down for now be Strong with Vertical Angular attraction setting and conservative with Angular Velocity on X axis)
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
|
|
| |
VehicleOrientation application fixing the problem with the vertical attractor pushing vehicles nose first into ground when tilted on side.
Signed-off-by: Robert Adams <Robert.Adams@intel.com>
|
|
|
|
| |
maximum velocity and angular velocity values for prims.
|
|
|
|
| |
(like vectors or quaternions).
|
|
|
|
| |
layers for physical (vs simulator) location displacement and linksets.
|
|
|
|
| |
down vehicle.
|
|
|
|
|
|
| |
physical by delaying setting until pre-step time. Change vehicle.Refresh()
to schedule the pre-step setting.
Comments and updating of TODO list.
|
|
|
|
|
| |
Increase terrain collision margin to help vehicles from tunneling
into same.
|
| |
|
|
|
|
|
|
| |
Disable vertical attraction for vehicles by default (for the moment).
Fix bug where vehicle would go crazy when velocity got above a
certain speed.
|
|
|
|
| |
on the ground. Set defaults for vehicle factors to one. Debug logging changes.
|
| |
|
|
|
|
| |
and angular force factors now default to less than 1 (0.2) vehicle friction and restitution now default to low values
|
|
|
|
| |
vehicle to use post step event for logging.
|
|
|
|
| |
are on the ground. Makes them a little more stable.
|
|
|
|
|
| |
Sometimes settling of a vehicle from gravity introduces small
velocities that need to be kept.
|
|
|
|
|
|
| |
This doesn't seem to help the vehicle stability.
Rename vehicle internal variables adding a "V" or "W" so it is clear
when coordinates are vehicle or world relative.
|
|
|
|
|
| |
Pass through old angular velocity making for smoother transitions.
Remove some old kludges for angular motion (damping and rotvel suppression).
|
|
|
|
|
|
|
|
|
|
|
|
| |
when should be standing.
Modify angular force routines to be the same pattern as linear force routines.
BulletSim vehicle turning is scaled like SL and is DIFFERENT THAN ODE!!
Fix some bugs in BSMotor dealing with the motor going to zero.
Add a bunch of parameters: MaxLinearVelocity, MaxAngularVelocity,
MaxAddForceMagnitude, VehicleMaxLinearVelocity, VehicleMaxAngularVelocity,
and most of the values are defaulted to values that are larger
than in SL.
Use the new parameters in BSPrim, BSCharacter and BSDynamic.
|
|
|
|
| |
properly if the vehicle moves during vehicle actions.
|
|
|
|
|
|
|
| |
to better use them for incremental updates.
Modify prim and character to use the new motors.
Simplify the vehicle linear movement code to just update the velocity
directly or the basic movement.
|
|
|
|
|
| |
can use to know if the object is currently active.
Code cleaning including use of Util.ClampV function.
|
|
|
|
|
| |
It was a dumb idea to try and do a nose over feature for jumping cars anyway.
Add better logging of native shape creation/reuse so can tell the difference.
|
| |
|
|
|
|
|
| |
because the computations are wrong.
Add VehicleTorqueImpulse routines.
|