jiminy icon indicating copy to clipboard operation
jiminy copied to clipboard

[python] First-class EngineMultiRobot.

Open 20chupin opened this issue 2 years ago • 3 comments

20chupin avatar Aug 10 '22 15:08 20chupin

Now that it is clearly impossible to have a system named "" if there is multiple systems, you could probably simplify the logics in Simulator. By the way, you should restore the "state" proxy property, it would make the update a lot easier.

duburcqa avatar Sep 23 '22 08:09 duburcqa

The viewer segfault causes some tests to fail for reference: https://github.com/panda3d/panda3d/issues/1372

duburcqa avatar Sep 23 '22 21:09 duburcqa

I'm going for a full refactoring a the log reading/writing procedure (both C++ and Python) to make it easier to manipulate it, avoid edge-cases raising exceptions, and reduce boilerplate.

duburcqa avatar Sep 24 '22 08:09 duburcqa