candlewick v0.8.0
This release of candlewick finally introduces a runtime for the Pinocchio-based visualizer which can be interacted with using ZeroMQ messages.
This adds zmq and msgpack (msgspec in Python) as (optional) dependencies for the library if the BUILD_VISUALIZER_RUNTIME option is on.
What's Changed
- Add Candlewick runtime (executable and client) by @ManifoldFR in #37
- multibody : allow reloading geometry models in
RobotSceneandVisualizerby @ManifoldFR in #90
Full Changelog: v0.7.0...v0.8.0