Simulations
Simulation systems for TrickFire Robotics
This repository contains robot simulations for TrickFire Robotics. It provides two complementary environments: Gazebo Harmonic (with ROS 2 Jazzy) for simulating robot subsystems and joint control, and Project Chrono for high-fidelity terrain and wheel-soil physics. Both are driven by a unified Python sim CLI that handles building and launching.
Clone the repository
$ git clone https://github.com/TrickfireRobotics/simulations.git
$ cd simulationsChoose your workflow
| Environment | Platforms | Notes | Requirements |
|---|---|---|---|
| Docker & Devcontainers | Any OS with Docker | Slower first build; Gazebo + Chrono | Docker & Devcontainers |
| Pixi Native | Linux, macOS, WSL2 | Fastest; Gazebo only, no Chrono | pixi |