Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

How to run gs_tests

Eric Li edited this page Mar 9, 2021 · 1 revision

Running gs_tests

This document explains how to run gs_tests, which is used to send goal states to AlcorControlAgent

1. Two machines setup works on container/VM/Physical machines

On one machine with IP 172.17.0.2:
./build/bin/AlcorControlAgent -d

On another machine:
./build/tests/gs_tests -s 172.17.0.2 -d

Clone this wiki locally