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

Enable use of ign gazebo -s on Windows #1574

Closed

Commits on Oct 19, 2022

  1. Enable use of ign gazebo -s on Windows

    Signed-off-by: Silvio <silvio@traversaro.it>
    traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    cac78d9 View commit details
    Browse the repository at this point in the history
  2. Update src/CMakeLists.txt

    Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    Signed-off-by: Silvio <silvio@traversaro.it>
    traversaro and ahcorde committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0a47703 View commit details
    Browse the repository at this point in the history
  3. Add information about <topic> system paramter (gazebosim#1671)

    Adding some API docs for changes from gazebosim#1076
    
    Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
    Signed-off-by: Silvio <silvio@traversaro.it>
    ijnek authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    df42865 View commit details
    Browse the repository at this point in the history
  4. Add topic parameter to thrust plugin (gazebosim#1681)

    * Add topic parameter.
    
    Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
    Signed-off-by: Silvio <silvio@traversaro.it>
    caguero authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e7f8b80 View commit details
    Browse the repository at this point in the history
  5. 🎈 6.12.0: bumped minor and updated changelog (gazebosim#1682)

    * bumped minor and updated changelog
    
    Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
    
    * fixed changelog as per feedback and updated migration guide
    
    Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
    
    Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
    Signed-off-by: Silvio <silvio@traversaro.it>
    quarkytale authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7b473e0 View commit details
    Browse the repository at this point in the history
  6. Fix reference link in ackermann steering (gazebosim#1683)

    Signed-off-by: Kenji Brameld <kenjibrameld@gmail.com>
    Signed-off-by: Silvio <silvio@traversaro.it>
    ijnek authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0aa66b2 View commit details
    Browse the repository at this point in the history
  7. Fix installation instructions on Ubuntu 22.04 (gazebosim#1686)

    Signed-off-by: Silvio Traversaro <silvio@traversaro.it>
    Signed-off-by: Silvio <silvio@traversaro.it>
    traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    70aa84c View commit details
    Browse the repository at this point in the history
  8. Add a service to trigger functionality (gazebosim#1611)

    * initial commit to allow plugin to call a service
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * adding tutorial and modifying the world sdf
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * added test for single input and single service output
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * added test for single input and multiple service output
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * added test for invalid matching service name => timeout
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * modified variables the camelCase
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * fixed typo, indentation, grammar, lines that exceeded 80 char
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * fixing ubuntu bionic ci issue
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * silly syntax mistake on expect_eq
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * added three more test cases that addesses incorrect response type, incorrect request type and false result
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * WIP: major restructuring and currently working. Requires more cleanup and test
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * WIP: fixed preprocessor define bug
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * WIP: working but extremely convoluted
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * WIP major modification but a lot of errors and tests failed
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * stable version: had to revert back to previous work. all tests passed
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * modified to use blocking Request method as well as reduce a service worker thread to just one thread with the publisher. all tests passed
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * stable version: had to revert back to previous work. all tests passed
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * successfully reverted and tested
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * fixing PR suggestions
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * changed string with 'serv' to 'srv' and included <mutex> to the header
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * fixed indentation and removed rep.set_data since it's unused on the client service
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * getting rid of the id
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * fixed race condition resulting seldom test failure
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * changed from triggerSrv to serviceCount. This compensates for the two threads running at different rate
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    * braces indentation
    
    Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
    
    * addressing gnu c compiler (gcc) warnings
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    
    Signed-off-by: Liam Han <liam@openrobotics.org>
    Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
    Co-authored-by: Mabel Zhang <mabel@openrobotics.org>
    Signed-off-by: Silvio <silvio@traversaro.it>
    2 people authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    bd1c5b6 View commit details
    Browse the repository at this point in the history
  9. Fix loading render engine plugins in GUI (gazebosim#1694)

    Signed-off-by: Ian Chen <ichen@osrfoundation.org>
    Signed-off-by: Silvio <silvio@traversaro.it>
    iche033 authored and traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    35ce83a View commit details
    Browse the repository at this point in the history
  10. Fix cmdmodel6.rb and cmdgazebo6.rb contining the same code

    Signed-off-by: Silvio <silvio@traversaro.it>
    traversaro committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    bacff19 View commit details
    Browse the repository at this point in the history