-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplified version of smart interaction explorer #35
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,10 @@ | |||
Metadata-Version: 2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Надо убрать папочку с egg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не убрал
rostok/intexp/poses_generator.py
Outdated
min_dist: float, | ||
max_dist: float, | ||
step: float, | ||
length: float) -> list[float]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Неправильное анотирование типа, он возращает list листов
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Та тема с интерфесом генерации позиций с инфой от объекта |
В этом мердже можно пока можно не делать, но потом хорошо бы поправить.
|
rostok/intexp/poses_generator.py
Outdated
orient = rot.as_quat() | ||
poses.append([coord, [orient[0], orient[1], orient[2], orient[3]]]) | ||
else: | ||
return None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут должен быть Експешн, с надписью укажите правильное значение оси
Implementation of the inexp functionality with simple pose generation, body parsing and adding a body to the simulation scene