rohanpsingh / mc_mujoco

MuJoCo interface for mc-rtc
https://arxiv.org/abs/2209.00274
BSD 2-Clause "Simplified" License
77 stars 18 forks source link

error: invalid conversion from ‘int’ to ‘ImGuiKey’ [-fpermissive] #46

Closed robotlinker closed 1 year ago

robotlinker commented 1 year ago

Hi I have a make problem while git pull the latest version: Screenshot from 2023-06-01 14-56-18

rohanpsingh commented 1 year ago

Hi, it seems you don't have the latest changes in mc_rtc-imgui, did you do git pull recursively? Please do $ git pull --recurse-submodules and retry make.

robotlinker commented 1 year ago

It work very well, thank you!