ipa320 / araig_test_stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARAIG Test Stack

This stack contains the GUI, calculators, interpreters and runners required to implement any ARAIG test.

The actual launch files per robot will be stored in araig_robot_packages

Benchmarking for these components per test will be stored in araig_benchmarks

Install steps

    1. rosdep install --from-paths src --ignore-src
    1. pip install -r requirement.txt
    1. catkin_make

Note

  • python dependencies:
    • you can use rosdep resolve <pkg name> to check if this pkg is defined in rosdep/python.yaml. If it can be found, it should be able to be installed by rosdep. If not, this pkg will be defined in requirement.txt. That's why you should run pip install -r requirement.txt
    • There is also possible rosdep can find python pkg but it can't install. (ipa-kut has this issue)
  • docker image:
    • you can use docker pull ros:melodic-ros-core or docker pull ros:melodic-ros-base. melodic-ros-core doesn't include rosdep or other basic tool.

About

License:Apache License 2.0


Languages

Language:Python 85.2%Language:C++ 10.0%Language:CMake 3.4%Language:Shell 1.4%