Ian Chuang

Results 2 comments of Ian Chuang

I was able to resolve this problem following this post: https://blog.csdn.net/sinat_15213441/article/details/109837416 I had to add these libraries that were in the aubo_driver package: sudo cp aubo_ws/src/aubo_robot/aubo_driver/lib/lib64/config/liblog4cplus-1.2.so.5 /usr/lib sudo cp aubo_ws/src/aubo_robot/aubo_driver/lib/lib64/log4cplus/libconfig.so.11...

I am having a similar issue trying to load a flexcomp object with dm_control PyMJCF. I have this xml file with my flexcomp object taken from[ here.](https://github.com/google-deepmind/mujoco/blob/main/model/plugin/elasticity/flag_flex.xml) ```xml ``` I...