Bez popisu

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

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