Skip to content

1.4.2

Compare
Choose a tag to compare
@matteobettini matteobettini released this 10 Jul 09:49
· 19 commits to main since this release

VMAS 1.4.2

This time we have a LOT of exciting updates and community contributions.

New road traffic scenario

First and foremost, we have a new road_traffic scenario thanks to the formidable work of @Jianye-Xu !

Here is a gif to stimulate your appetite

drawing

Joints are more powerfull than ever

In #113 we made serious improvements to joints.

Now you can connect n-bodies to form new physical bodies that share all forces and torques.

Check out the renderings in #113 for examples of what can be done now in VMAS with joints

Here is a taster

342393854-cc920e53-cb03-4bc4-99ce-0c58e27ef08e-ezgif com-video-to-gif-converter (1)

LIDAR improvements

@Zartris made lidar his mission and helped on a lot of useful LIDAR features

  • Lidar angles are now relative to the agent rotation #101
  • rendering lidars is now optional #108
  • imporvement to lidar rendering and transparency #115

New pre_step and post_step scenario functions

@Zartris also made creating scenarios way easier with the addition of these 2 functions.

Check them out in #112

Kwargs check in scenarios

Thanks to @KaleabTessera we now have better kwargs checking that will warn you if you pass an unexpected parameter to a scenario
#117

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2