Fix soap and banana peel slips. (#3681)
* Fix soap and banana peel slips. * Update submodule.
This commit is contained in:
committed by
GitHub
parent
b6ab8b64db
commit
49ea3da72e
@@ -182,13 +182,15 @@
|
||||
state: peel
|
||||
- type: Slippery
|
||||
intersectPercentage: 0.2
|
||||
- type: CollisionWake
|
||||
enabled: false
|
||||
- type: Physics
|
||||
bodyType: KinematicController
|
||||
mass: 5
|
||||
fixtures:
|
||||
fixtures: # TODO: Make a second fixture. One should be for slipping, and the other for collisions.
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.3,-0.4,0.3,0.4"
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
layer:
|
||||
- SmallImpassable
|
||||
mask:
|
||||
|
||||
@@ -106,10 +106,12 @@
|
||||
- type: Slippery
|
||||
paralyzeTime: 2
|
||||
intersectPercentage: 0.2
|
||||
- type: CollisionWake
|
||||
enabled: false
|
||||
- type: Physics
|
||||
bodyType: KinematicController
|
||||
mass: 2.5
|
||||
fixtures:
|
||||
fixtures: # TODO: Make a second fixture. One should be for slipping, and the other for collisions.
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.3,-0.4,0.3,0.4"
|
||||
|
||||
Submodule RobustToolbox updated: 6e5026d270...ffe4e5a8ab
Reference in New Issue
Block a user