Skip to content

Rhoban/bam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

408 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAM logo

BAM: Better Actuator Models

Accurate models of servo actuators are essential for the simulation of robotic systems. It is particularly important while performing Reinforcement Learning (RL) on real robots, as the precision of the model impacts directly the transferability of the learned policy.

The friction model generally implemented in widely used simulators like MuJoCo or IsaacGym is the Coulomb-Viscous, which is too simplistic to accurately represent complex friction phenomena like Stribeck, load-dependence or quadratic effects (read this article for more details).

BAM aims at making servo-actuator simulation more faithful by:

  • proposing an identification pipeline to fit friction models from recorded trajectories,
  • providing a set of extended friction models that capture complex friction phenomena,
  • sharing a library of identified models for common servos:
    • Dynamixel MX-64
    • Dynamixel MX-106
    • Dynamixel XL-320
    • Dynamixel XL330-288-T
    • eRob80:50
    • eRob80:100
    • Feetech STS3215
  • providing a simple API to use these models in MuJoCo CPU and MuJoCo Warp.

📖 Documentation

Please refer to the documentation for more details on how to use BAM and the provided friction models.

📚 Citation

If you use BAM or the friction models provided in this repository for your scientific work, please cite the following publication:

@inproceedings{duclusaud2025extended,
  title={Extended Friction Models for the Physics Simulation of Servo Actuators},
  author={Duclusaud, Marc and Passault, Gr{\'e}goire and Padois, Vincent and Ly, Olivier},
  booktitle={2025 IEEE International Conference on Robotics and Automation (ICRA)},
  pages={12091--12097},
  year={2025},
  organization={IEEE}
}

If you also wish to cite the software directly, you may use:

@software{BAM,
  title = {{BAM: Better Actuator Models}},
  author = {Duclusaud, Marc and Passault, Grégoire},
  license = {Apache-2.0},
  url = {https://github.com/Rhoban/bam},
  version = {0.0.1},
  year = {2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors