- Allow bridge implementations to be functions (
ac24db6
) - Render gym images on virtual display (
f69b51a
)
- Add colab render (
f20d09d
)
- Remove unnecessary SpaceConverter call. Closes #158. (
b61be97
) - Make mapping optional (
11820dd
) - Refactor is_reactive to sync. Closes #149. (
178255c
) - Type check the output of callbacks (
f29de1d
) - Only add EngineNode outputs as bridge input if
tick
is an input. (745631c
) - Remove inputs from bridge callback (
024725f
) - Change default color of actuators and sensors (
d6de36d
) - Select all registered components per default. (
51f0deb
) - Downgrade already initialized roscore warning to info. (
9bb6107
) - Remove circular imports (
7d600c7
) - Allow setting the render node process. Per default in environment. (
6a19fa0
) - Imports in core nodes (
79ed11a
) - Remote shutdown if environmen with same name already exists. (
5c38bce
) - Unregister render subs/pubs (
5581be0
) - Engine_state info (
dc3181e
) - Allows specification of initial_obs if skip=True and window>0 (
7628ec4
) - Allow keyword updating of specs (
c933459
) - Remove kwargs from Float32MultiArray (
9f15cb9
) - Add ros to python path in colab (
2cfa2d4
)
- Add missing sections (visualization, processor, converter, engine graph) + restructure + minor changes (
fceaf90
)
- Update tests (
7af6699
) - Bump gym to 0.21.0 and resolve flake8 dependency clash (
ea1299c
) - Add Object API to EngineGraph.gui() (
351bfc1
)
- Add link to github repo in readthedocs (
725e734
) - Add ros2 warning & known issue for anaconda with Qt (
060b78c
)
- Update logo (
e5c6352
) - Add default values in spec, thicken lines in logo, update href (
b3d7522
) - Fix cv_bridge import (
9d13d58
)
- Test release (#122) (
dcf00dc
) - Test release (#121) (
b73928b
) - Test release (#120) (
d33e55f
) - Test release (#119) (
499b9d8
) - Test release (#118) (
68e166d
) - Test release (#117) (
b01705e
) - Test release (#116) (
e031171
) - Refactor object api (#114) (
26c0670
)
- Test release (
81a6d23
)