unpinned matplotlib and scipy versions
fixed a bug in FSDSClient.get_cones_observations()
added some documentation
New client for ARWO
- added
COLCON_IGNORE
file to ignore this package in colcon builds (for brains repo) - updated msgpack rpc dep to new package rpc-msgpack that is compatible with latest versions of tornado (msgpack-rpc-python was not), which is nice for other dependencies that might need tornado (like jupyter).
added COLCON_IGNORE
file to ignore this package in colcon builds (for brains repo)
Added several new features (mostly based on compatibility with the latest release of FSDS) and bug fixes:
- added support for custom maps loaded at runtime via the
track_database
v3.0.0 - added
get_map_name()
to get the current track name at runtime. - added
get_wheels_speed()
the rpm of each wheel. - added
find_cones()
ot replicate the lidar cone detection capability but with the actual cones position fetched from the CSV file oftrack_database
to which we add artificial noise.
🐛 added sleep_sub_ms()
call to avoid erros in enableApiControl
🐛 Fixed import of git deps in setup.py
updated everything to match python_boilerplate
v2.0.1