Uploaded March 2023 | Updated September 2026, 3 weeks ago
Abstract:
Robotic locomotion is often approached with the goal of maximizing robustness and reactivity by increasing motion control frequency. We challenge this intuitive notion by demonstrating robust and dynamic locomotion with a learned motion controller executing at as low as 8 Hz on a real ANYmal C quadruped. The robot is able to robustly and repeatably achieve a high heading velocity of 1.5 m/s, traverse uneven terrain, and resist unexpected external perturbations. We further present a comparative analysis of deep reinforcement learning (RL) based motion control policies trained and executed at frequencies ranging from 5 Hz to 200 Hz. We show that low-frequency policies are less sensitive to actuation latencies and variations in system dynamics. This is to the extent that a successful sim-to-real transfer can be performed even without any dynamics randomization or actuation modeling. We support this claim through a set of rigorous empirical evaluations. Moreover, to assist reproducibility, we provide the training and deployment code along with an extended analysis on the project website.
Authors: Siddhant Gangapurwala, Luigi Campanaro and Ioannis Havoutis
Accepted to IEEE International Conference on Robotics and Automation (ICRA) 2023
Project Website: ori-drs.github.io/lfmc
Code:
Training (RaiSim - C++): github.com/ori-drs/lfmc_gym
Deployment (RaiSim - C++): github.com/ori-drs/lfmc_cval
Deployment (PyBullet/RaiSim - Python): github.com/ori-drs/lfmc_pyval
Pre-print: arxiv.org/abs/2209.14887
Dog Clip: pexels.com/video/video-of-dog-playing-with-a-ball-4651948
Abstract:
Robotic locomotion is often approached with the goal of maximizing robustness and reactivity by increasing motion control frequency. We challenge this intuitive notion by demonstrating robust and dynamic locomotion with a learned motion controller executing at as low as 8 Hz on a real ANYmal C quadruped. The robot is able to robustly and repeatably achieve a high heading velocity of 1.5 m/s, traverse uneven terrain, and resist unexpected external perturbations. We further present a comparative analysis of deep reinforcement learning (RL) based motion control policies trained and executed at frequencies ranging from 5 Hz to 200 Hz. We show that low-frequency policies are less sensitive to actuation latencies and variations in system dynamics. This is to the extent that a successful sim-to-real transfer can be performed even without any dynamics randomization or actuation modeling. We support this claim through a set of rigorous empirical evaluations. Moreover, to assist reproducibility, we provide the training and deployment code along with an extended analysis on the project website.
Authors: Siddhant Gangapurwala, Luigi Campanaro and Ioannis Havoutis
Accepted to IEEE International Conference on Robotics and Automation (ICRA) 2023
Project Website: ori-drs.github.io/lfmc
Code:
Training (RaiSim - C++): github.com/ori-drs/lfmc_gym
Deployment (RaiSim - C++): github.com/ori-drs/lfmc_cval
Deployment (PyBullet/RaiSim - Python): github.com/ori-drs/lfmc_pyval
Pre-print: arxiv.org/abs/2209.14887
Dog Clip: pexels.com/video/video-of-dog-playing-with-a-ball-4651948





![OASIS-Map: Object-Level Change Detection in Multi-Session Mapping using Semantic Correspondence
[Abstract]
Map representations which are consistent across repeated visits to a real-world semi-static environment are very useful for long-term robotic inspection. In such settings, the scene may evolve while the robot is absent, with objects appearing, disappearing, moving, or being replaced, quickly making a static map outdated. Existing change-detection methods reason through geometry, category-level semantics, or object persistence. However, achieving reliable object association across revisits remains a key challenge, especially under partial views, occlusion, and imperfect segmentation. In this work, we propose OASIS-Map, a multi-session mapping system that maintains a spatio-temporally consistent object-level map by establishing dense patch-level semantic correspondences between temporal observations. These correspondences detect where the scene has changed and incrementally associate objects across revisits as the robot re-observes the environment. We demonstrate OASIS-Map on three challenging real-world scenarios: object rearrangements in 3RScan, visually similar car replacements in a car park, and large-scale scene changes in an outdoor market. We achieve 0.783 F1 on change detection in a car replacement scenario in a car park and 0.667 F1 on moved object association in 3RScan. https://dynamic.robots.ox.ac.uk/projects/oasis-map/
Authors: Haedam Oh, Yifu Tao, Nived Chebrolu, and Maurice Fallon
Pre-print: https://arxiv.org/abs/2607.14899 OASIS-Map: Object-Level Change Detection in Multi-Session Mapping using Semantic Correspondence](https://i.ytimg.com/vi/sfVcFEXyTG4/mqdefault.jpg)




