Skip to content
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

Simulation scenario/external force #127

Merged
merged 17 commits into from
Oct 13, 2023

Conversation

Huowl
Copy link
Collaborator

@Huowl Huowl commented Oct 5, 2023

  1. Добавил различные внешние силы для проверки стабильности захвата
  2. Изменил работу ForceControllerTemplate. Теперь называется ForceChronoWrapper и выполняет функцию обертки для задания сил в симуляции Chrono. Для задания и создания сил используется наследники класса ForceTemplate. Для него необходимо переопределять метод calculate_spatial_force(time, data)
  3. Для расчета компенсации гравитации внес ускорение из симуляции в сенсор. Так как по другому не добраться до переменной
  4. Для тела можно задавать силы только в одной точке приложения. Иначе вернет исключение

app/mcts_run_setup.py Outdated Show resolved Hide resolved
@ZharkovKirill ZharkovKirill merged commit 06aafc8 into master Oct 13, 2023
3 of 4 checks passed
@ZharkovKirill ZharkovKirill deleted the simulation_scenario/external_force branch October 13, 2023 13:52
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.

None yet

3 participants