Metacontrol implementation with the KnowRob framework
cd ~/
git clone [email protected]:kas-lab/metacontrol_knowrob.git
In one terminal:
cd ~/metacontrol_knowrob/
docker-compose up
In another terminal:
docker run -it --rm --net knowrob_network --env ROS_MASTER_URI=http://knowrob:11311 ghcr.io/kas-lab/metacontrol_knowrob:main rosrun metacontrol_knowrob metacontrol.py
In one terminal:
cd ~/metacontrol_knowrob/
docker-compose up
In another terminal:
docker run -it --rm --net knowrob_network --env ROS_MASTER_URI=http://knowrob:11311 ghcr.io/kas-lab/metacontrol_knowrob:main python -m pytest src/metacontrol_knowrob/test/rules/test_rules.py
In one terminal:
cd ~/metacontrol_knowrob/
docker build -t metacontrol_knowrob .
Then use the metacontrol_knowrob
image instead of ghcr.io/kas-lab/metacontrol_knowrob:main