Skip to content

Commit

Permalink
Add collsion layers and group to disable NPC collisions with robots
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Pełka <[email protected]>
  • Loading branch information
michalpelka committed Oct 2, 2024
1 parent 5a0dab2 commit 954c612
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project/Prefabs/Features/HumanNavigation.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1226,9 +1226,9 @@
{
"op": "replace",
"path": "/ContainerEntity/Components/TransformComponent/Transform Data/Translate/1",
"value": 10.576000213623047
"value": 10.576000213623049
}
]
}
}
}
}
15 changes: 12 additions & 3 deletions Project/Registry/physxsystemconfiguration.setreg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"Default",
"Navigation",
"Lidar",
{},
{},
"NPCs",
"Ground",
{},
{},
{},
Expand Down Expand Up @@ -106,6 +106,15 @@
"Group": {
"Mask": 18446744073709551613
}
},
{
"Id": {
"GroupId": "{72AB7AF0-F57A-4DA8-8498-3DBCF3789BAE}"
},
"Name": "NPCGroup",
"Group": {
"Mask": 18446744073709551608
}
}
]
}
Expand All @@ -114,4 +123,4 @@
}
}
}
}
}
18 changes: 18 additions & 0 deletions Project/Registry/sim_config.setreg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{

"O3DE":
{
"InputSystem":
{
"Mouse":
{
"CaptureMouseCursor": false
}
},
"ROS2":
{
"SteadyClock" : true
}

}
}

0 comments on commit 954c612

Please sign in to comment.