This repository contains three robotics-related projects implemented simulation tools, and custom components. Each project is organized into its own directory.
Follow the command below to install python packages needed in this project.
conda env create -f genesis_conda.yaml
conda activate genesis_condaDescription:
A simple autonomous driving setup using a Prius URDF model. The project includes vehicle dynamics, basic control logic, and sensor simulation.
Features:
- Prius URDF model
- Basic path following or lane keeping(TO-BE)
- LIDAR and camera simulation (TO-BE)
Usage:
cd workspace
python autonomous_driving.pyDescription:
A simple material test given by genesis engine.
Features:
- Material 1 : gs.materials.MPM.Muscle
- Material 2 : gs.materials.FEM.Muscle
- Place the above on the height and see the impact and deformation when they hit the ground
Usage:
cd workspace
python soft_robots.pyDescription:
A simple robot manipulator project that perform 'pick & place'.
Features:
- Franka panda model
- PD control
- adjusting parameters(tuning)
Usage:
cd workspace
python robot_arm.py