Skip to content

Comments

simplified version of smart interaction explorer#35

Open
IvolgaDmitriy wants to merge 7 commits intomasterfrom
intexp_pure
Open

simplified version of smart interaction explorer#35
IvolgaDmitriy wants to merge 7 commits intomasterfrom
intexp_pure

Conversation

@IvolgaDmitriy
Copy link
Collaborator

Implementation of the inexp functionality with simple pose generation, body parsing and adding a body to the simulation scene

@@ -0,0 +1,10 @@
Metadata-Version: 2.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо убрать папочку с egg

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не убрал

min_dist: float,
max_dist: float,
step: float,
length: float) -> list[float]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Неправильное анотирование типа, он возращает list листов

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

изображение
Не исправил

@ZharkovKirill
Copy link
Collaborator

Та тема с интерфесом генерации позиций с инфой от объекта

@ZharkovKirill
Copy link
Collaborator

ZharkovKirill commented Nov 29, 2022

В этом мердже можно пока можно не делать, но потом хорошо бы поправить.

  1. Все коды ошибок заменить на исключения
  2. Разделить класс TesteeObject на несколько, а то он и стрелки рисует и xml парсит.
  3. Вместо геттеров/сееторов можно использовать проперти
  4. Название методов по снейккейсу
  5. Мне кажется лучше более явно отделить всё взаимодействие с мешом в отдельный класс.

orient = rot.as_quat()
poses.append([coord, [orient[0], orient[1], orient[2], orient[3]]])
else:
return None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут должен быть Експешн, с надписью укажите правильное значение оси

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants