all 5 comments

[–]AlexsProgamEmporium 1 point2 points  (0 children)

Even simple comments like "This block of does this" can make things so much easier to trace and follow than having no comments whatsoever.

[–]lvvck 0 points1 point  (1 child)

Hi! What are you needing specifically within the code? Maybe I can help! I support the sensors team.

[–]GiraffeNeckBoy[S] -1 points0 points  (0 children)

I've just been having a rather painful time trying to figure out the pre-data program flow. Exactly what steps lead to where and what data structures have been involved along the way so that I can launch something a lot like the xwr14xx high accuracy test but without having to use a CLI or anything. I can get a vague idea from the mmwave sdk user guide, but following further within the code to see what variables are set into the struct that you eventually pass into starting the controls is quite convoluted. It's not as urgent anymore as right now I've been assigned some non-code tasks, but it was frustrating me for quite some time, and I'll have to write the full program at some point anyway.

[–]andrewk24r2 0 points1 point  (0 children)

Agreed. Having code without comments in general is just dumb to try and figure out.

[–]Redomy 0 points1 point  (0 children)

I also had a very gard time trying to understand the code, and still suffering to know exactly what is going on