Fix honkbot slipping (#12791)
This commit is contained in:
@@ -110,17 +110,23 @@
|
|||||||
launchForwardsMultiplier: 6.0
|
launchForwardsMultiplier: 6.0
|
||||||
- type: StepTrigger
|
- type: StepTrigger
|
||||||
intersectRatio: 0.2
|
intersectRatio: 0.2
|
||||||
|
- type: Physics
|
||||||
|
bodyType: Dynamic
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
fixtures:
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeCircle
|
||||||
|
radius: 0.35
|
||||||
|
id: "slips"
|
||||||
|
hard: false
|
||||||
|
layer:
|
||||||
|
- SlipLayer
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeCircle
|
!type:PhysShapeCircle
|
||||||
radius: 0.35
|
radius: 0.35
|
||||||
density: 20
|
density: 20
|
||||||
mask:
|
mask:
|
||||||
- MobMask
|
- MobMask
|
||||||
layer:
|
|
||||||
- MobLayer
|
|
||||||
- SlipLayer
|
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: HonkBot
|
graph: HonkBot
|
||||||
node: bot
|
node: bot
|
||||||
|
|||||||
Reference in New Issue
Block a user