Search — docs
Issues
25 matches- github:google-deepmind/mujoco9/12/2026crashes-stabilitycrashusdrenderinghardwaredocsmujocowarp
- github:NVIDIA/warp9/11/2026hardware-integrationhardwaredocswarp
- github:newton-physics/newton9/10/2026asset-pipelineusdrenderingdocsisaac-labnewton
- github:newton-physics/newton9/10/2026renderingrenderingsensorsdocsisaac-labnewtonwarp
- github:NVIDIA/warp9/10/2026docs-onboardingdocswarp
- github:newton-physics/newton9/10/2026crashes-stabilitycrashusdrenderinghardwaredeploymentdxdocsintegration
- github:isaac-sim/IsaacLab9/10/2026crashes-stabilitycrashusdrenderinghardwaredeploymentintegrationisaac-simisaac-lab
- nvidia-forum:simulation9/10/2026sensors-perceptionsensorsdocs
- github:newton-physics/newton9/9/2026crashes-stabilitycrashusdrenderinghardwaredocsintegrationmujoconewton
- github:newton-physics/newton9/9/2026crashes-stabilitycrashrlusdrenderingdocsintegrationmujoconewton
- github:newton-physics/newton9/9/2026hardware-integrationhardwaremujoconewton
- github:newton-physics/newton9/9/2026crashes-stabilitycrashusddocsmujoco
- github:newton-physics/newton9/9/2026crashes-stabilitycrashhardwaredeploymentnewton
- github:newton-physics/newton9/9/2026crashes-stabilitycrashrlusdhardwaredocsintegrationmujoconewton
- github:newton-physics/newton9/8/2026renderingrenderingmanipulationdocsnewton
- Loading MJCF in python that contains an actuator subclass default overwrites other subclass paramsFrictiongithub:google-deepmind/mujoco9/8/2026training-infrarlusddxdocsmujoco
- github:google-deepmind/mujoco9/7/2026asset-pipelineusddocsmujoco
- nvidia-forum:robotics-edge-computing9/7/2026hardware-integrationhardwaredocsfeature-request
- github:isaac-sim/IsaacLab9/7/2026asset-pipelineusdrenderinghardwaredeploymentdocsisaac-simisaac-lab
- github:google-deepmind/mujoco9/6/2026docs-onboardingdocsmujoco
- github:google-deepmind/mujoco9/5/2026docs-onboardingdocsmujoco
- github:isaac-sim/IsaacLab9/5/2026crashes-stabilitycrashrlrenderingenv-apidocsintegrationisaac-simisaac-lab
- github:NVIDIA/warp9/5/2026renderingrenderingdocsfeature-requestwarp
- github:NVIDIA/warp9/4/2026hardware-integrationhardwarewarp
- github:NVIDIA/warp9/3/2026renderingrenderinghardwarewarp
Papers
3 matches- CARLAverse: A Highly Modular, Distributed, and Multimodal Framework for Human-in-the-Loop Simulation2609.114789/10/2026Patrick Rebling, Philipp Nenninger, Reiner Kriesten
The development of autonomous driving demands comprehensive testing in mixed-traffic scenarios involving vulnerable road users (VRUs), where purely artificial agents often fail to capture authentic human social negotiations. While human-in-the-loop (HITL) simulators enable safe investigation of these interactions, existing multi-agent platforms struggle with the network latency and synchronization constraints required for high-fidelity haptic feedback. To resolve this, we present CARLAverse, an open-source, multimodal simulation ecosystem. Extending modular hardware abstraction, CARLAverse integrates driving (DrivoCARLA), cycling (CycloCARLA), and pedestrian (WalkoCARLA) simulators into a shared virtual environment. Its core methodological contribution is a distributed physics architecture: latency-critical ego dynamics and high-frequency force feedback are computed locally on client nodes, while a central CARLA server orchestrates non-player character (NPC) physics and global traffic. By decoupling haptic control loops from network bottlenecks, CARLAverse enables scalable, cross-institutional HITL experiments without compromising physical immersion. Code and documentation: https://git.ieem-ka.de/simulator-environments/carlaverse
multi-agentdocs - SwarmNxt: Open-source Software-Hardware Platform for Fast and Agile Aerial Swarms2609.113829/10/2026Charbel Toumieh, Niel Mistry, Benjamin Jarvis, Simon Jeger …
Aerial robot swarms have the potential to transform time-critical safety, security, and search-and-rescue operations. By coordinating multiple robots, they can rapidly survey disaster sites, map collapsed or GPS-denied environments, and search cluttered areas faster than a single robot, reducing response times and minimizing risks to first responders. Realizing this potential, however, requires robust autonomous swarm navigation, which remains an active research challenge. Progress is further constrained by existing platforms, as commercial drones are often closed-source or lack the onboard computational resources needed for agile, vision-based collective flight. Moreover, developing, deploying, and maintaining software across multiple aerial robots requires significant engineering effort. To address these challenges, we present SwarmNxt, an open-source software platform built on the open-source OmniNxt drone hardware. SwarmNxt provides an end-to-end toolkit, including detailed hardware assembly instructions with a video tutorial, automation tools for parallel software deployment and swarm-wide updates, and a ROS 2-based framework for autonomous navigation. The platform integrates state-of-the-art control, planning, and depth estimation into a single ROS 2 multi-agent system, providing an open research infrastructure for physical swarm experimentation. We validate SwarmNxt through two real-world experiments: a six-drone swarm performing decentralized planning with high-speed inter-drone collision avoidance, and a four-drone swarm executing collective flight with onboard depth estimation in an obstacle-filled environment. Both experiments were run indoors with global position from external motion capture; perception, planning, and control run onboard.
crashdeploymentperceptionmulti-agentdocs - Towards Trustworthy Autonomous Robots: An Explainable AI-Based Decision Framework2609.028619/2/2026Cagri Temel
Autonomous robots powered by deep learning face a fundamental auditability challenge: when incidents occur, investigators cannot reconstruct why the system made specific decisions. This paper presents TRACE (Transparent Reasoning Architecture for Credible Execution), a decision framework that ensures every autonomous action can be traced back to sensor evidence through documented causal chains. The framework organizes decision-making into four auditable layers: Semantic Perception for evidence-grounded entity recognition, Belief Reasoning for probabilistic state estimation with causal graphs, Action Synthesis for constraint-aware planning with counterfactual documentation, and Execution Verification for compliance monitoring. TRACE is model-agnostic yet designed to integrate learning-based perception modules (CNNs, transformers) while preserving decision-level auditability. We evaluate the framework using three objective metrics: Evidence Traceability (sensor-to-decision linkage), Decision Reconstructability (post-hoc analysis capability), and Temporal Continuity (audit trail completeness). Experimental evaluation on warehouse robot navigation demonstrates that TRACE achieves 98.6% evidence traceability, 99.0% temporal continuity, and 98.1% decision reconstructability across 500 simulated decision cycles. Post-hoc methods like LIME provide feature attributions but lack the artifact structure needed for decision-level reconstruction. The framework addresses EU AI Act requirements for high-risk system transparency and contributes to Explainable AI for safety-critical autonomous systems.
perceptiondocsintegration