cd ambf_matcap_plugin
mkdir build
cd build
cmake ..
make -j8The textures path is currently hard coded in ADF files (monkey_with_matcap.yaml and kuka_with_matcap.yaml). Change it (the following line) based on where your repo is only once.
textures: {matcap: /home/adnanmunawar/ambf_matcap_plugin/ADF/Matcap/black_metal.jpg}to
textures: {matcap: <your_location>/ambf_matcap_plugin/ADF/Matcap/black_metal.jpg}Then run with ambf:
- Object example
ambf_simulator -a ADF/Monkey/monkey_with_matcap.yaml- Model example
ambf_simulator -a ADF/Kuka/kuka_with_matcap.yamlYou can use these examples with any AMBF model file. Make sure to have your model meshes saved as .OBJ file and not .STL files.