Skip to content

Instantly share code, notes, and snippets.

repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: jazzy
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: jazzy
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: kilted
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: kilted
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: jazzy
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: jazzy
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: lyrical
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: lyrical
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: rolling
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: rolling
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: rolling
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: rolling
ament/ament_lint:
repositories:
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: rolling
ament/ament_index:
type: git
url: https://github.com/ament/ament_index.git
version: rolling
ament/ament_lint:
#!/usr/bin/env python3
import urllib.request
import gzip
import re
from collections import defaultdict
# The package names as they appear in the apt repository
TARGET_PACKAGES = {
"libignition-cmake2-dev",
"libignition-common4",
@azeey
azeey / detachable_joint_space.sdf
Created June 6, 2026 06:03
A physics-based timing game in Gazebo Sim using the MuJoCo plugin. Players must trigger the detach command at the perfect millisecond to launch the rotating payloads through the target gate.
<?xml version="1.0" ?>
<sdf version="1.9">
<!--
Generated-by Gemini 3.5 Flash
This is a premium, high-fidelity demonstration of the DetachableJoint system.
It simulates an "Orbital Centrifuge Launcher" that rotates three payloads
(probes) and releases them tangentially into space.
<?xml version="1.0" ?>
<sdf version="1.9">
<!-- Generated by Antigravity - Gemini 3.0 Pro -->
<world name="orrery_demo_world">
<physics name="1ms" type="ignored">
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
</physics>
<!-- Configure the world to use our newly validated MuJoCo physics plugin by default -->