Skip to content

autocore-ai/ats-script

Repository files navigation

ROS1 TO ROS2 Autotest

Test environment

Linux: ububtu

ROS: ros1

python: python3.6

Test Frame

python+pytest+allure

frame

test flow

Deployment

Installation instructions

How to run cases?

python3 run.py -h  # help

python3 run.py -f perception  # run perception cases

python3 run.py -f perception -r # run perception cases with rviz

python3 run.py -f planning  # run perception cases

python3 run.py -f planning -r  # run perception cases with rviz

python3 run.py -f planning,perception    # run planning and perception cases

How to add cases?

  1. Add perception cases

  2. Add planning cases

About Pytest and Allure

Pytest official website: https://docs.pytest.org/en/stable/

Allure official website: https://docs.qameta.io/allure/#_pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages