RAPP Platform Wiki
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
In order to check that everything works properly, you can do the following:
The RAPP Platform must not be running for these tests to run as they will attempt to launch it prior to running themselves, so please make sure you have not launched the platform, or terminate/kill the processes if you already have. Then use the following script:
``` cd ~/rapp_platform/rapp-platform-catkin-ws/ catkin_make run_tests -j1 ```
All the tests should be passing.
First you have to launch the RAPP Platform, as described here
Then you must execute:
``` rosrun rapp_testing_tools rapp_run_test.py ```
Again all tests should be passing.
Invoke this service from your favourite web browser:
```javascript localhost:9001/hop/rapp_platform_status ```