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

Introducing 2D mode #9

Merged
merged 17 commits into from
Mar 5, 2024
Merged

Introducing 2D mode #9

merged 17 commits into from
Mar 5, 2024

Conversation

janneshb
Copy link

@janneshb janneshb commented Feb 13, 2024

Introducing 2D mode as discussed with @jtorde.

Mainly:

  • solver_ipopt.cpp now uses dynamically sized Eigen vectors to be independent of dimensions
  • main.m correctly generates CasADi files for either 2D or 3D depending on the parameter dim_pos
  • Not all code has been moved to dynamic Eigen vectors. On the interface to components that use fixed 3D formulations (e.g. the Octopus search) 2D problems are cast into 3D form using "really tall obstacles".

FOV tracking is untested in 2D.

@janneshb janneshb force-pushed the master branch 7 times, most recently from 5031c65 to 650a69e Compare February 13, 2024 20:09
@janneshb janneshb changed the base branch from master to develop February 15, 2024 11:30
@janneshb janneshb marked this pull request as ready for review February 22, 2024 16:25
@jtorde jtorde merged commit 93ce070 into mit-acl:develop Mar 5, 2024
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.

2 participants