Hello Unitree team,
While building the latest version of unitree_mujoco on Ubuntu 22.04 with ROS 2 Humble,
the build fails with the following error:
fatal error: glfw_adapter.h: No such file or directory
17 | #include "glfw_adapter.h"
| ^~~~~~~~~~~~~~~~
I’ve checked the repository, but glfw_adapter.h is not present in any subdirectory.
Could you please clarify where this header should come from?
Is it part of an internal SDK or was it omitted by mistake?
Steps to reproduce:
git clone https://github.com/unitreerobotics/unitree_mujoco.git
colcon build --symlink-install
Environment:
- Ubuntu 22.04
- ROS 2 Humble
- MuJoCo 3.1.6
- GCC 11.4.0
Thanks in advance!