Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when launching the simulation in c++ #11

Open
Peenut173 opened this issue Jun 4, 2024 · 3 comments
Open

error when launching the simulation in c++ #11

Peenut173 opened this issue Jun 4, 2024 · 3 comments

Comments

@Peenut173
Copy link

Hi,

I am currently following the different steps to install the simulator in cpp. Setting up both unitree_sdk2 and mujoco went fine, but the problem comes with unitree_mujoco. In fact, after creating "build" folder and compiling everything, I called in the build directory the comande ./unitree_mujoco, as mentionned in the tutorial on the ReadME. Unfortunately it does not work and here is the error message I got:

./unitree_mujoco
MuJoCo version 3.1.6
Mujoco data is prepared
1717510522.113813 [1] unitree_mu: selected interface "lo" is not multicast-capable: disabling multicast
free(): invalid pointer
Aborted (core dumped)

Any idea on how to fix this?

Thanks in advance for your time :).

@KirillPartala
Copy link

I have same issue. Did you find any solution?
I only found solution to hide message about "lo": sudo ifconfig lo multicast and swith it back: sudo ifconfig lo -multicast

@Peenut173
Copy link
Author

Unfortunately not yet :'(

@KirillPartala
Copy link

I commented out source /opt/ros/humble/setup.bash in the .bashrc file and now it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants