intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
337 stars 138 forks source link

where is the ad/physics #91

Closed ccplxx closed 3 years ago

ccplxx commented 3 years ago

Please help!When I read the code, but can't find the ad/physics

berndgassmann commented 3 years ago

Hi, did you pull the dependencies (https://github.com/intel/ad-rss-lib/tree/master/dependencies)? Then you can find it in dependencies/map/ad_physics which currently points to this here: https://github.com/carla-simulator/map/tree/5d0e7c49da2a20e0253c0bc3dde37094a6b7dcc5/ad_physics

Bernd.

Dexter575 commented 1 year ago

I am curious the code in ad_physics codebase, the code is generated by which tool/generator? Any Idea? Example: https://github.com/carla-simulator/map/blob/5d0e7c49da2a20e0253c0bc3dde37094a6b7dcc5/ad_physics/generated/include/ad/physics/Acceleration.hpp

Idrees.

berndgassmann commented 1 year ago

Hi Idrees, the code is generated by our own internal code generator. The code generator is not open sourced and unfortunately won't be open sourced in future.

Regards, Bernd.