open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

Add vehicle velocity and acceleration information in vehicle coordinate system

Open MaikolDrechsler opened this issue 3 years ago • 0 comments

Reference to a related issue in the repository

No related Issue open.

Add a description

A vehicle_kynematics message was included in the HostVehicleData, including vehicle velocity and acceleration in the vehicle coordinate system. The implementation was locally tested in Ubuntu 20.04/C++ 14.

Some questions to ask: What is this change? What does it fix? Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? How has it been tested?

Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:

  • [x] My suggestion follows the style and contributors guidelines.
  • [x] I have taken care about the documentation.
  • [X] I have done the DCO signoff.
  • [ ] My changes generate no errors when passing CI tests.
  • [X] I have successfully implemented and tested my fix/feature locally.
  • [ ] Appropriate reviewer(s) are assigned.

If you can’t check all of them, please explain why. If all boxes are checked or commented and you have achieved at least one positive review, you can assign the label ReadyForCCBReview!

MaikolDrechsler avatar Jul 15 '22 12:07 MaikolDrechsler