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

Move iris to use jinja templates #609

Merged
merged 4 commits into from
Sep 29, 2020
Merged

Move iris to use jinja templates #609

merged 4 commits into from
Sep 29, 2020

Commits on Sep 26, 2020

  1. mark iris.sdf as iris-gen.sdf

    Since generated sdf files are now marked as <model>-gen.sdf, `iris.sdf` should be also marked as `iris-gen.sdf`
    Move iris to jinja templates
    
    This commit deprecates the xacro based sdf generation for the iris model
    Jaeyoung-Lim committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    032df71 View commit details
    Browse the repository at this point in the history
  2. Move meshfiles out of rotors_description

    This commit moves the meshfiles out of rotors_description so that we can deprecate rotors_description once the mutlivehicle scripts are based on jinja templates
    Jaeyoung-Lim committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c7be6fe View commit details
    Browse the repository at this point in the history
  3. Update mavsdk version

    Wasn't able to build mavsdk  tests due to the incorrect mavsdk version
    Jaeyoung-Lim committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    107565e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Address review comments

    - Explicitly state that the sdf file is genretaed
    - Remove -0
    - Remove redundant channels
    - Fix model configs
    Jaeyoung-Lim committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    8aa5294 View commit details
    Browse the repository at this point in the history