You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples(teleop): package under isaacteleop_examples
No flat sibling imports -- the eleven examples are independent -- but the tree
kept its pyproject under python/, so it needed the same conversion for one
install command to work everywhere.
config/ moves inside the package: dex_bimanual_example and
full_bimanual_reordering_example resolve it from __file__, so the dex
retargeting YAML has to travel with the modules.
Six scripts walked up four parents to reach the tree root -- the install prefix
for PLUGIN_ROOT_DIR, the checkout for the so101_leader build path. Three levels
deeper that lands on the example's python/ directory, so they are parents[5]
now. The install tree keeps the same shape, so one depth serves both.
Part of #985.
Signed-off-by: Jiwen Cai <jiwenc@nvidia.com>
0 commit comments