bark-simulator / bark

Open-Source Framework for Development, Simulation and Benchmarking of Behavior Planning Algorithms for Autonomous Driving
https://bark-simulator.github.io/
MIT License
287 stars 68 forks source link

Cannot find the "Params" class #573

Open mrzheng8 opened 2 years ago

mrzheng8 commented 2 years ago

2022-02-21 17-19-19 的屏幕截图 The figure above shows the "parameters" module. You can see from the third line that the "Params" class is imported as the parent class, but I can't find the location of this "Params" class. Where can I find the "Params" class? I would appreciate it if you could answer my question.

juloberno commented 2 years ago

What code are you running? Did you follow the installation instructions in the Readme?

CesarLiu commented 2 years ago

2022-02-21 17-19-19 的屏幕截图 The figure above shows the "parameters" module. You can see from the third line that the "Params" class is imported as the parent class, but I can't find the location of this "Params" class. Where can I find the "Params" class? I would appreciate it if you could answer my question.

Hi,I think this class "Params" is written in cpp, you could refer to https://github.com/bark-simulator/bark/blob/master/bark/commons/params/params.hpp