Hi,
Thanks for this long-awaited repo, which greatly helps with the sim2real testing on Franka!
Aside from Genesis as the simulation backend for robot dynamics model, how would you think of alternatives like MuJoCo, pinocchio, Drake as well?, which all have rich python API.
pinocchio is actually the base for robot models in libfranka itself.
https://github.com/frankarobotics/libfranka/blob/main/src/robot_model.h
Drake + franka driver
https://github.com/RobotLocomotion/drake-franka-driver
https://github.com/DexaiRobotics/drake-franka-driver
Also quite relevant, if already present, would you mind sharing a benchmark as compared to libfranka C++? This may help provide some useful info as moving from sim to hw I guess.
Thank you very much!
Hi,
Thanks for this long-awaited repo, which greatly helps with the sim2real testing on Franka!
Aside from Genesis as the simulation backend for robot dynamics model, how would you think of alternatives like MuJoCo, pinocchio, Drake as well?, which all have rich python API.
pinocchio is actually the base for robot models in libfranka itself.
https://github.com/frankarobotics/libfranka/blob/main/src/robot_model.h
Drake + franka driver
https://github.com/RobotLocomotion/drake-franka-driver
https://github.com/DexaiRobotics/drake-franka-driver
Also quite relevant, if already present, would you mind sharing a benchmark as compared to libfranka C++? This may help provide some useful info as moving from sim to hw I guess.
Thank you very much!