Here are instructions for installing and building ROSRV by checking out its source code on GitHub.
ROSRV currently works with ROS Groovy Galapagos release. For monitoring purposes, ROSRV depends on ROSMOP.
- Git v.1.8 or higher
- Check Git is installed properly: run
git
from a terminal.
- Please check the ROSMOP Installation guide.
-
Run
git clone --recursive https://github.com/runtimeverification/ROSRV.git
to check out the source code from the Github repository, including ROSMOP. -
Add
<ROSRV_HOME>/bin
to your PATH. -
Run
cd <ROSRV_HOME>
catkin_make
- Make sure the target package builds successfully.
See docs/Usage.md for information on how to run ROSRV. Get help or report problems on ROSRV's issues page.