You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our team has been integrating MuJoCo within a larger Bazel project. Currently, we fetch and link the prebuilt release binaries from this repository for C++ projects and download mujoco-py from PyPI for Python projects.
While this setup works well in most cases, we’d like to build the libraries directly using Bazel for several reasons, including hermeticity, reducing ODR issues from common dependencies, and improved integration with our existing infrastructure. I’ve developed an initial proof of concept that compiles libmujoco.so using Bazel targeting Ubuntu 22.04 / x86 configuration, and I’m open to contributing it to the community.
I understand that the current CMake build system is more comprehensive, supporting a range of configurations and Python bindings, but I wanted to get your guidance before proceeding further.
Thank you!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @yuvaltassa
I wanted to open a PR to the upstream repository, but my patches were based on v3.2.2. Since there’s no branch in the upstream repository associated with commit 5383d1c, I wasn’t able to create the PR there. Instead, I opened a PR in my forked repository. Please let me know if there’s a better way to track this.
The feature, motivation and pitch
Hello MuJoCo Team,
Our team has been integrating MuJoCo within a larger Bazel project. Currently, we fetch and link the prebuilt release binaries from this repository for C++ projects and download
mujoco-py
from PyPI for Python projects.While this setup works well in most cases, we’d like to build the libraries directly using Bazel for several reasons, including hermeticity, reducing ODR issues from common dependencies, and improved integration with our existing infrastructure. I’ve developed an initial proof of concept that compiles
libmujoco.so
using Bazel targeting Ubuntu 22.04 / x86 configuration, and I’m open to contributing it to the community.I understand that the current CMake build system is more comprehensive, supporting a range of configurations and Python bindings, but I wanted to get your guidance before proceeding further.
Thank you!
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: