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 launch tests (backport #540) #549

Merged
merged 4 commits into from
Jul 31, 2024
Merged

Commits on Jul 30, 2024

  1. Add launch tests to all examples (#540)

    * Add test for ex1
    
    * Add test for ex2
    
    * Add test for ex3
    
    * Add test for ex4
    
    * Add missing dependency
    
    * Deactivate GUI
    
    * Add test for ex5
    
    * Add act stuff to gitignore
    
    * Deactivate gui in tests
    
    * Reduce update rate to avoid clogging the log
    
    * Use set instead of list
    
    * Add test for ex6
    
    * Fix xacro macros and add gui launch argument
    
    * Add test for example_7
    
    * Add test for example_8
    
    * Add test for example_9
    
    * Add test for example_10
    
    * Add test for example_11
    
    * Add test for example_12
    
    * Add test for example_14
    
    * Update test for example_15
    
    * Add test for example_15 multi_cm
    
    * Add missing dependency
    
    * Add missing dependency for ex4+ex5
    
    * Robustify tests and reuse methos for launch_testing
    
    * Fix dependencies
    
    * Use a set to compare the joint names
    
    * Reorder controller spawners
    
    * Activate assertExitCodes tests
    
    * Deactivate failing tests for example_15
    
    * Increase timeout for example_10
    
    * Add backward_ros everywhere
    
    * Add error output and update includes
    
    * Revert "Activate assertExitCodes tests"
    
    This reverts commit fe28c67.
    
    * Add missing import
    
    * Update ros2_control_demo_testing/package.xml
    
    Co-authored-by: Sai Kishor Kothakota <[email protected]>
    
    * Reuse check_node_running
    
    * Try to robustify example_14 tests
    
    ---------
    
    Co-authored-by: Sai Kishor Kothakota <[email protected]>
    (cherry picked from commit 0ba16d2)
    christophfroehlich authored and mergify[bot] committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f838ebc View commit details
    Browse the repository at this point in the history
  2. Fix double quotes

    christophfroehlich committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e0a9428 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    cba52c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26178f View commit details
    Browse the repository at this point in the history