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

5 ➡️ 6 (main) #155

Merged
merged 6 commits into from
Apr 21, 2022
Merged

5 ➡️ 6 (main) #155

merged 6 commits into from
Apr 21, 2022

Commits on Feb 24, 2022

  1. Expose headless_rendering sdf tag (#148)

    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b63eb2e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Use exec instead of popen to run ign-launch binary (#151)

    Currently, the ruby processes creates a new process to run the ign-launch binary. Signals sent to the ruby processes don't propagate to the child process which causes problems during shutdown. The solution here is to replace the ruby process with the ign-launch process using exec.
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    909e856 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. 5.1.0 (#152)

    * 5.1.0
    Signed-off-by: Aditya <[email protected]>
    adityapande-1995 authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7dbac66 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Depend on python3-yaml instead of python-yaml (#153)

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9cbc15e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add Ubuntu Jammy CI (#154)

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8c78b6c View commit details
    Browse the repository at this point in the history
  2. 5 ➡️ 6 (main)

    Signed-off-by: Louise Poubel <[email protected]>
    chapulina committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    50ed180 View commit details
    Browse the repository at this point in the history