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

Add wheel slip user command #1241

Merged
merged 42 commits into from Mar 28, 2022
Merged

Add wheel slip user command #1241

merged 42 commits into from Mar 28, 2022

Commits on Mar 17, 2022

  1. Add wheel slip command

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    3466e40 View commit details
    Browse the repository at this point in the history
  2. Handle WheelSlipCmd

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c3b422f View commit details
    Browse the repository at this point in the history
  3. Use validWorldName instead of worldName in topics

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ivanpauno and ahcorde committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    df40169 View commit details
    Browse the repository at this point in the history
  4. linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e9220f1 View commit details
    Browse the repository at this point in the history
  5. more linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    a103075 View commit details
    Browse the repository at this point in the history
  6. msgs::WheelSlip -> msgs::WheelSlipParameters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7c2b087 View commit details
    Browse the repository at this point in the history
  7. Address peer review comment

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    40949e2 View commit details
    Browse the repository at this point in the history
  8. style

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Jacob Perron <jacob@openrobotics.org>
    ivanpauno and jacobperron committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    979676d View commit details
    Browse the repository at this point in the history
  9. style

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Jacob Perron <jacob@openrobotics.org>
    ivanpauno and jacobperron committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    401352e View commit details
    Browse the repository at this point in the history
  10. Make it work

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    530c8ae View commit details
    Browse the repository at this point in the history
  11. Remove debugging messages

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    866bd93 View commit details
    Browse the repository at this point in the history
  12. linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8a9c754 View commit details
    Browse the repository at this point in the history
  13. Add link_name: '*' option.

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b5d739e View commit details
    Browse the repository at this point in the history
  14. Please linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cc6295a View commit details
    Browse the repository at this point in the history
  15. add minimal test case

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4377757 View commit details
    Browse the repository at this point in the history
  16. Use msgs::Entity instead of model_name/link_name

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8ea472f View commit details
    Browse the repository at this point in the history
  17. copyright notice year: 2021 -> 2022

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Aditya Pande <aditya050995@gmail.com>
    ivanpauno and adityapande-1995 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    75ad4fb View commit details
    Browse the repository at this point in the history
  18. Make codecheck pass

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cfb6020 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update include

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b1ea7eb View commit details
    Browse the repository at this point in the history
  2. Add wheel slip command

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f248c12 View commit details
    Browse the repository at this point in the history
  3. Handle WheelSlipCmd

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6a6c400 View commit details
    Browse the repository at this point in the history
  4. Use validWorldName instead of worldName in topics

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ivanpauno and ahcorde committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0b73268 View commit details
    Browse the repository at this point in the history
  5. linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1e7952c View commit details
    Browse the repository at this point in the history
  6. more linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    12713aa View commit details
    Browse the repository at this point in the history
  7. msgs::WheelSlip -> msgs::WheelSlipParameters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5db5559 View commit details
    Browse the repository at this point in the history
  8. Address peer review comment

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d62a6b2 View commit details
    Browse the repository at this point in the history
  9. style

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Jacob Perron <jacob@openrobotics.org>
    ivanpauno and jacobperron committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    96ce1a1 View commit details
    Browse the repository at this point in the history
  10. style

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Jacob Perron <jacob@openrobotics.org>
    ivanpauno and jacobperron committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    84ab290 View commit details
    Browse the repository at this point in the history
  11. Make it work

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8c00e8c View commit details
    Browse the repository at this point in the history
  12. Remove debugging messages

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    480bd5c View commit details
    Browse the repository at this point in the history
  13. linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    185c8e8 View commit details
    Browse the repository at this point in the history
  14. Add link_name: '*' option.

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dc17dae View commit details
    Browse the repository at this point in the history
  15. Please linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a82ef55 View commit details
    Browse the repository at this point in the history
  16. add minimal test case

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    18fa1e6 View commit details
    Browse the repository at this point in the history
  17. Use msgs::Entity instead of model_name/link_name

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bcab77b View commit details
    Browse the repository at this point in the history
  18. copyright notice year: 2021 -> 2022

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    
    Co-authored-by: Aditya Pande <aditya050995@gmail.com>
    ivanpauno and adityapande-1995 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c7b6db6 View commit details
    Browse the repository at this point in the history
  19. Make codecheck pass

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    def1f85 View commit details
    Browse the repository at this point in the history
  20. Update include

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    05b8869 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'ivanpauno/wheel-slip-cmd' of https://github.com/ignitio…

    …nrobotics/ign-gazebo into ivanpauno/wheel-slip-cmd
    
    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    77b76ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Maybe fix CI issue

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f9161d3 View commit details
    Browse the repository at this point in the history
  2. Do what the other tests are doing: skip on windows

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    19606cd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    5f92368 View commit details
    Browse the repository at this point in the history