Hi. I would like to run CoppeliaSim's python client in headless mode. Everything works fine with the GUI mode, using the libcoppeliaSim.so library, however I run into the following message when trying to use the libcoppeliaSimHeadless.so library:
**************************************************
* Please run the GUI version of CoppeliaSim Edu, *
* until requested to register your EDU version. *
* Once registered, you'll be able to run the *
* headless version. *
* CoppeliaSim will now shut down. *
**************************************************
> [CoppeliaSim:loadinfo] CoppeliaSim ended.
so your CoppeliaSim Edu was successfully registered and does not display the registration dialog (pops open after 15-20 minutes) when running in GUI mode, e.g. also via Python:
Thanks for the reply. I was using CoppeliaSim with the Python client and the registration message didn't have the chance to appear. After using the main client for a while it does appear and I can successfully register.