hansonrobotics / hrtool

Hanson Robotics Software Management Tool
4 stars 3 forks source link

install head-hr-ext fails #37

Closed tomsepe closed 5 years ago

tomsepe commented 5 years ago

nothing happens when I run this: source ~/.bashrc && hr cmd get_latest_version hansonrobotics/hrtool-ext

and runining hr install head-hr-extInstalling head-hr-ext fails:

No version is found for repo "hansonrobotics/hrtool-ext"
Install head-hr-ext FAILED, return code 1

I was able to fix this by exluding the '-ext' & running: source ~/.bashrc && hr cmd get_latest_version hansonrobotics/hrtool

and by modifying hr-base changed line 1607 from: local repo=hansonrobotics/hrtool-ext to: local repo=hansonrobotics/hrtool

wenwei-dev commented 5 years ago

Sorry, this extension is not open to the public.