What does this option, on the guide root, does exactly or where can i find docs on it?
Thank you
What does this option, on the guide root, does exactly or where can i find docs on it?
Thank you
I don’t know, so I just tried it.
You can find the code in ./release/scripts/mgear/shifter/__init__.py
Related methods:
collect_build_data(self)
data_collector_output(self, file_path=None)
add_collected_data_to_root_jnt(self)
With a quick test, I can’t find the “root joint” it stores the collected_data attribute on. Maybe it gets cleaned away at some point.