davidmainzer
Results
2
issues of
davidmainzer
Hi all, is it possible to add DTO_FIELD dynamically during startup of the oatpp server? For example the number and type of the DTO_FIELD's are provided within a configuration. ```...
Question
File: Particle-Filter/src/particle_filter.cpp:172 ``` p.weight = probability; ``` The results are not written back to the member variable particles. Is this correct? If not the fix: ``` particles[i].weight = probability; ```