···330330 value: https://github.com/bulletphysics/bullet3
331331 date: '2011-04-12'
332332333333-dart:
333333+dart-github:
334334 type: web
335335 title: dart
336336 publisher: GitHub
···390390 date: '2025-10-10'
391391 value: https://youtu.be/P83tKA1iz2Y
392392393393+dart:
394394+ type: article
395395+ title: 'Dart: Dynamic animation and robotics toolkit'
396396+ author:
397397+ - Lee, Jeongseok
398398+ - X. Grey, Michael
399399+ - Ha, Sehoon
400400+ - Kunz, Tobias
401401+ - Jain, Sumit
402402+ - Ye, Yuting
403403+ - S. Srinivasa, Siddhartha
404404+ - Stilman, Mike
405405+ - Karen Liu, C
406406+ date: 2018
407407+ page-range: '500'
408408+ parent:
409409+ type: periodical
410410+ title: The Journal of Open Source Software
411411+ publisher: The Open Journal
412412+ issue: 22
413413+ volume: 3
414414+
+19
cite-bibtex.fish
···11+function cite-bibtex
22+ set id $argv[1]
33+44+ if test (count $argv) = 1
55+ set contents ""(wl-paste)""
66+ else
77+ set contents ""(echo $argv[2..-1])""
88+ end
99+1010+ echo Adding $id
1111+1212+ echo "$contents" \
1313+ | hayagriva --format bibtex /dev/stdin \
1414+ | yq -Y "with_entries(.key = \"$id\")" \
1515+ >> bib.yaml
1616+1717+1818+ echo >> bib.yaml
1919+end
+6-5
rapport/context.typ
···11#import "@preview/fletcher:0.5.8": diagram, node, edge
2233+34#let comment = content => text(fill: gray)[(Note: #content)]
45#let refneeded = text(fill: luma(100), [[Réf. nécéssaire]])
56···159160Les intérêts de Gazebo @gazebo sont multiples:
160161161162- C'est un logiciel open-source _communautaire_, qui ne dépend pas du financement d'une grande entreprise
162162-- Son architecture modulaire permet notamment d'utiliser plusieurs moteurs de simulation physique différents, à l'inverse de MuJoCo @gazebo-physics-engines.
163163+- Son architecture modulaire permet notamment d'utiliser plusieurs moteurs de simulation physique différents @gazebo-physics-engines, à l'inverse de MuJoCo.
163164164165Gazebo possède des plugins officiels pour:
165166166166-/ DART: Plugin `gz-physics-dartsim-plugin`, c'est l'implémentation principale, et celle par défaut.
167167-/ Bullet: Plugin `gz-physics-bulletsim-plugin`. En beta.
168168-/ Bullet Featherstone: Plugin `gz-physics-bullet-featherstone-plugin`, également en beta.
167167+/ DART: Plugin `gz-physics-dartsim-plugin`, c'est l'implémentation principale, et celle par défaut @gazebo-physics-engines.
168168+/ Bullet: Plugin `gz-physics-bulletsim-plugin`. En beta @gazebo-physics-engines.
169169+/ Bullet Featherstone: Plugin `gz-physics-bullet-featherstone-plugin`, également en beta @gazebo-physics-engines.
169170170171171172···173174174175==== DART
175176176176-DART @dart
177177+DART, pour Dynamic Animation and Robotics Toolkit @dart,
177178178179==== Bullet
179180