LICENSE
README.md
pyproject.toml
roborun/__init__.py
roborun/agent.py
roborun/anchor.py
roborun/arena.py
roborun/backends.py
roborun/beacons.py
roborun/behaviors.py
roborun/cameras.py
roborun/cli.py
roborun/connect.py
roborun/demo_scenarios.py
roborun/depth.py
roborun/environments.py
roborun/events.py
roborun/gz.py
roborun/gz_mujoco.py
roborun/incidents.py
roborun/integrity.py
roborun/isaac.py
roborun/llm.py
roborun/mcp_stdio.py
roborun/mission.py
roborun/mjx_env.py
roborun/models.py
roborun/observations.py
roborun/openclaw.py
roborun/projects.py
roborun/r2sync.py
roborun/recorder.py
roborun/retention.py
roborun/rl_env.py
roborun/robot_types.py
roborun/ros_camera.py
roborun/ros_mcp.py
roborun/ros_telemetry.py
roborun/rosbridge.py
roborun/run_manifest.py
roborun/run_series.py
roborun/scenario.py
roborun/scenario_defs.py
roborun/scene_builder.py
roborun/server.py
roborun/session.py
roborun/sightings.py
roborun/sim_backend.py
roborun/simulator.py
roborun/sources.py
roborun/spatial.py
roborun/spatial_memory.py
roborun/synthetic_camera.py
roborun/telemetry.py
roborun/trajectory.py
roborun/video.py
roborun/vla.py
roborun/webcam.py
roborun/worlds.py
roborun/routes/__init__.py
roborun/routes/_singletons.py
roborun/routes/agent.py
roborun/routes/arena.py
roborun/routes/behaviors.py
roborun/routes/dashboard.py
roborun/routes/fleet.py
roborun/routes/launch.py
roborun/routes/mcp.py
roborun/routes/memory.py
roborun/routes/projects.py
roborun/routes/ros.py
roborun/routes/run.py
roborun/routes/scenarios.py
roborun/routes/search.py
roborun/routes/simulator.py
roborun/routes/skills.py
roborun/routes/sources.py
roborun/routes/tasks.py
roborun/routes/webcam.py
roborun/skills/__init__.py
roborun/skills/_template.py
roborun/skills/compose.py
roborun/skills/follow_me.py
roborun/skills/inspect.py
roborun/skills/manager.py
roborun/skills/patrol.py
roborun/skills/scan_detect.py
roborun/swarm/__init__.py
roborun/swarm/__main__.py
roborun/swarm/comms.py
roborun/swarm/runner.py
roborun/swarm/strategies.py
roborun/transport/__init__.py
roborun/transport/bridge.py
roborun/transport/dds.py
roborun/transport/native.py
roborun/transport/schemas.py
roborun/transport/tap.py
roborun/web/analytics.html
roborun/web/arena.html
roborun/web/arena.js
roborun/web/browser.html
roborun/web/deck.css
roborun/web/deck.html
roborun/web/deck.js
roborun/web/fleet-sim.html
roborun/web/fleet-sim.js
roborun/web/fleet.html
roborun/web/fleet.js
roborun/web/physics.js
roborun/web/project-chip.js
roborun/web/projects.html
roborun/web/run-detail.js
roborun/web/run.html
roborun/web/runtime-base.js
roborun/web/scenarios.html
roborun/web/search.html
roborun/web/timeline.html
roborun/web/ui.css
roborun/web/vercel.json
roborun/web/wasm.js
roborun/web/py/shim.py
ros_agent.egg-info/PKG-INFO
ros_agent.egg-info/SOURCES.txt
ros_agent.egg-info/dependency_links.txt
ros_agent.egg-info/entry_points.txt
ros_agent.egg-info/requires.txt
ros_agent.egg-info/top_level.txt
tests/test_active_learning.py
tests/test_agent_authoring.py
tests/test_ann.py
tests/test_arena.py
tests/test_async_anchor.py
tests/test_backends.py
tests/test_beacons.py
tests/test_behaviors.py
tests/test_cameras.py
tests/test_cli.py
tests/test_codec_video.py
tests/test_contract.py
tests/test_dataset_export.py
tests/test_demo_policy.py
tests/test_demo_scenarios.py
tests/test_e2e_system.py
tests/test_estop.py
tests/test_foxglove_compat.py
tests/test_gz_mujoco.py
tests/test_handle_sim_sensing.py
tests/test_incidents.py
tests/test_integrity.py
tests/test_llm.py
tests/test_mission.py
tests/test_mjx_env.py
tests/test_mjx_scenario.py
tests/test_multicam.py
tests/test_multicam_integration.py
tests/test_observations.py
tests/test_openclaw.py
tests/test_perf_smoke.py
tests/test_projects.py
tests/test_recall.py
tests/test_record_channels.py
tests/test_recorder.py
tests/test_retention.py
tests/test_ros_camera.py
tests/test_ros_version.py
tests/test_run_matrix.py
tests/test_run_series.py
tests/test_scenario.py
tests/test_scenario_defs.py
tests/test_scenarios_routes.py
tests/test_semantic_nav.py
tests/test_session.py
tests/test_sightings.py
tests/test_sim_modules.py
tests/test_skills_manager.py
tests/test_spatial.py
tests/test_streaming_extract.py
tests/test_synthetic_camera.py
tests/test_think.py
tests/test_transport.py
tests/test_ui_pages.py
tests/test_vla.py
tests/test_worlds.py