Žiadny popis

moraaar 95480714e4 Removed ROS2 gem dependency as it's not required in this project (#9) 2 rokov pred
Assets aa00cac125 Mecanum drive test (#3) 2 rokov pred
Config 1c0f9c948d Initial release 3 rokov pred
Doc fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 2 rokov pred
Gem fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 2 rokov pred
Levels fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 2 rokov pred
Platform 1c0f9c948d Initial release 3 rokov pred
Registry 360c6aac3e Test scene with robotic arm 2 rokov pred
Resources 1c0f9c948d Initial release 3 rokov pred
ShaderLib 1c0f9c948d Initial release 3 rokov pred
cmake 1c0f9c948d Initial release 3 rokov pred
.gitignore fa5e6ab632 Gripper tests, fixes to changes in O3DE and ROS2 Gem. (#6) 2 rokov pred
CMakeLists.txt 1c0f9c948d Initial release 3 rokov pred
LICENSE eeac8228ef Initial commit 3 rokov pred
README.md 95480714e4 Removed ROS2 gem dependency as it's not required in this project (#9) 2 rokov pred
autoexec.cfg 1c0f9c948d Initial release 3 rokov pred
game.cfg 1c0f9c948d Initial release 3 rokov pred
preview.png 1c0f9c948d Initial release 3 rokov pred
project.json 95480714e4 Removed ROS2 gem dependency as it's not required in this project (#9) 2 rokov pred

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