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

Fix yaml parser error when meets .nan (refactor on #754) #781

Merged
merged 3 commits into from
Sep 2, 2020

Commits on Sep 1, 2020

  1. Fix yaml parser error when meets .nan

    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Correct code style
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Modify as suggested
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Improve test
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Fix minor flaw
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Fix minor flaw again
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Satisfy windows CI
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Change the match rule for special float
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    
    Distinguish +.inf and -.inf
    
    Signed-off-by: Ada-King <Bingtao.Du@sony.com>
    Ada-King authored and brawner committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4524663 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Remove unnecessary #include change.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3915558 View commit details
    Browse the repository at this point in the history
  2. Add in two more necessary includes.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2d67ad8 View commit details
    Browse the repository at this point in the history