Releases: FS-Driverless/Formula-Student-Driverless-Simulator
Releases · FS-Driverless/Formula-Student-Driverless-Simulator
2.2.0
Enhancements
- #297 Custom map loading
- #298 Improve logging by using dedicated rclcpp methods instead of cout (@mateusz-lichota)
- #299 Add the ADS-DV vehicle model (@mateusz-lichota)
- #300 Exposing the rpm, rotation angle and steering angle of vehicle wheels on the /wheel_states topic (@mateusz-lichota)
- #310 Switch to Unreal Engine 4.27 (@mateusz-lichota)
- #313 Improve wheel rpm calculation (@mateusz-lichota)
- #314 Better settings loading (@mateusz-lichota)
- #315 Add ability to load custom maps from command line (@mateusz-lichota)
- #317 ROS2 Humble compatibility (@b1n-ch1kn)
- #324 ROS bridge gets settings from simulator through RPC (@mateusz-lichota)
- #327 ROS2 Humble 22.04 compatibility (@b1n-ch1kn)
- #330 Invert vertical_angle of lidar for correct convention (ENU)
- #331 Add waiting for RPC server to become available (@mateusz-lichota)
- #332 Make ROS1 bridge compilable for both noetic and melodic
- #343 Menu banner addition
- #352 Make camera frame configurable in ros_bridge_camera (@mateusz-lichota)
Bugfixes
- #284 Fix wrong twist in odometry messages (@mateusz-lichota)
- #287 Read host parameter correctly in ROS2 bridge
- #301 Fix external camera being underground (@mateusz-lichota)
- #304 Fixing GSS (@mateusz-lichota)
- #311 Fix ros2 bridge compilation error (@mateusz-lichota)
- #316 Recompile to fix 'HOTRELOAD' error (@b1n-ch1kn)
- #322 Fix brakes not working (@mateusz-lichota)
- #323 Fix custom map loading coordinates (@mateusz-lichota)
- #336 Matching rpclib to repo's directory (@b1n-ch1kn)
- #339 Fix sensor disabling
- #341 Fix operator
- #343 Smoothing camera movement to fix jitter
Full Changelog: v2.1.0...v2.2.0
2.1.0
Enhancements
- #245 UDP parameter for multiple machine setup with WSL
- #253 Moved /fsds/reset to fs_msgs (@knight37x)
- #255 Big orange cones included in /fsds/testing_only/track
- #261 #263 Added extra_info messages containing cone hits and lap times
- #264 Added docker (@saneins)
- #266 Acceleration and Skidpad tracks added (@sgirouar5)
- #279 ROS2 implementation of the ros-bridge (@mateusz-lichota)
Bugfixes
- #273 Compile error on pow assignment when building Airsim on Windows (@lucasvandijck)
- #274 Starting offset of 2m in X on testing_only topics
Full Changelog: v2.0.0...v2.1.0
2.0.0
This is a major release because it introduces some breaking changes affecting everyone.
Breaking changes
#231 Change codebase to use ENU instead of NED
- From now on, all coordinates in the settings.json should be in ENU with x forward instead of NED with x forward. This relates to all x, y, z, roll, pitch, yaw and vertical & horizontal field of views. To upgrade a v1.x settings.json to a 2.x settings.json you have to switch all values on the Z axis (
-1
becomes1
). For lidar, you also have to flip the the vertical field of view: upper becomes lower and lower becomes upper. - From now on, yaw 0 means car facing east.. Before, yaw 0 meant car facing north.
Enhancements
- #237 Python api support! Added lot's of python examples and documented how to use it.
- #237 Removed is_valid from gps data as it was always set to true and nobody seems to know what it is meant to do.
- #237 Fix bug in lidar where horizontal FOV start and end were being inverted when the end is smaller then the start.
- #237 Simplified the training map into a all-empty map
- #237 Removed
armDisarm
api function as it was unimplemented, confusing and there are no plans to implement it. - #226 #228 #230 #233 #234 #235 #244 Bunch of documentation improvements
Bugfixes
- #242 Stop simulation from crashing when resetting (using backspace) when a GSS is on the car.
1.4.1
Bugfix
- Reverted CompetitionMap3.umap to the version actually used during FSOnline competition. Previous committed version was a experiment that should have never ended up in git.
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
First release release! This version will be used during the FSOnline competition and is deemed to be competition-ready. If bugs are found before competition starts they will be fixed and a new release will be made.
Since the last version, the following things happened:
Enhancements
- #164 Ros bridge competition mode (hide testing_only topics)
- #167 Only publish odometry messages when the ground truth information was changed.
- #171 #165 Codebase has been cleaned a bit
- #161 Added ground speed sensor
- #159 Added main menu
- #160 Documentation improvements
- #179 Competition map was added
- #181 Addition of depth cameras. Note: Usage of these cameras are not allowed during FSOnline competition.