Skip to content

v4.0

Compare
Choose a tag to compare
@erikbosch erikbosch released this 22 May 08:15
· 92 commits to master since this release

Major Changes with this release:

Struct Support (Official)

The VSS-syntax now supports structs.
Note however that not all exporters in VSS-tools 4.0 support structs yet.

Change of instance handling for seats, doors, mirrors and other branches.

Previously many signals used position for instance, where position 1 meant the leftmost item.
This caused problems for some use-cases where it was more practical to reference to a door by its relative position,
like the "DriverSide" door, as you then can describe wanted behavior in the same way for both LHD and RHD vehicles.
By that reason instance handling has for some signal been changed to use ["DriverSide","Middle","PassengerSide"].

Actuator and Sensor Attributes

The attributes sensor and actuator, deprecated from VSS 3.1,
have been removed from the VSS syntax.

See VSS CHANGELOG and VSS-Tools CHANGELOG for more information. For complete list of commits see below.

What's Changed

Full Changelog: v3.1.1...v4.0