Everything else expected the environment variable RVMONITOR to point to the root of your rv-monitor checkout, with the build output ending up at "$RVMONITOR/target/release/rv-monitor", but classpath entries in the rosmop script look for files directly at $RVMONITOR/*
|
class_path="$rosmop_jar":"$RVMONITOR/*":"$RVMONITOR/plugins/*" |
Everything else expected the environment variable RVMONITOR to point to the root of your rv-monitor checkout, with the build output ending up at
"$RVMONITOR/target/release/rv-monitor", but classpath entries in the rosmop script look for files directly at$RVMONITOR/*ROSRV/src/rosmop/bin/rosmop
Line 7 in 871e235