No Description

Tom Hulton-Harrop e47c13b1e9 Merge pull request #12 from o3de/mp/15220 2 years ago
Assets 56aacd3e8b Updated colliders in prefabs by running 'ed_physxUpdatePrefabsWithColliderComponents' command (#11) 3 years ago
Config 1c0f9c948d Initial release 3 years ago
Doc fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 3 years ago
Gem f4f0451f6b Fix warning as error using AZStd::pair (#10) 3 years ago
Levels ca05f345be Create level with articulated manipulator 2 years ago
Platform 1c0f9c948d Initial release 3 years ago
Registry 360c6aac3e Test scene with robotic arm 3 years ago
Resources 1c0f9c948d Initial release 3 years ago
ShaderLib 1c0f9c948d Initial release 3 years ago
cmake 1c0f9c948d Initial release 3 years ago
.gitignore fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 3 years ago
CMakeLists.txt 1c0f9c948d Initial release 3 years ago
LICENSE eeac8228ef Initial commit 3 years ago
README.md 95480714e4 Removed ROS2 gem dependency as it's not required in this project (#9) 3 years ago
autoexec.cfg 1c0f9c948d Initial release 3 years ago
game.cfg 1c0f9c948d Initial release 3 years ago
preview.png 1c0f9c948d Initial release 3 years ago
project.json 95480714e4 Removed ROS2 gem dependency as it's not required in this project (#9) 3 years ago

README.md

O3DE Physics tests

Testing physics in Open 3D Engine

The purpose of this project is to test the O3DE physics capabilities in the context of robotic simulations. Two main aspects are considered: robot chassis with wheel suspension (mobility) and a manipulator arm.

Requirements

Running the demo

Follow the O3DE ROS Gem README instructions to build O3DE and ROS Gem.

Contents

The project consists of the following levels:

In addition, the project includes following initial feasibility tests:

Robotic Arm

Level name robotic_arm.prefab

Test level with improted robot using URDF importer. The scene is used to test developed API to PhysX joints.

Robotic arm simulation

Skid Steering

Level name skid_steering_test.prefab

Test level with improted robot using URDF importer. The scene is used to test developed API to PhysX joints.

Robotic arm simulation

Mecanum test

Level name mecanum_test.prefab

Test level with improted robot using URDF importer. The scene is used to test developed API to PhysX joints.

Robotic arm simulation

Gripper Test

Level name GripperTest.prefab

Gripper Simulation simulation

Initial feasibility tests

See here