./start_nartech.bash metta demo_with_nars.metta
./start_nartech.bash metta
then open Geany or another Terminal to run the particular AI demo:
cd /home/nartech/nartech_ws/src/nartech_ros/
python3 main.py ./demos/demo_with_nars.metta
Benefit of this is that this Python3 script can be safely stopped (sudo killall -9 python3
) and restarted without affecting crucial ROS components and the Gazebo simulation,
this allows continuous work on AI demos in MeTTa.
./start_nartech.bash
python3 mettabridge.py ./plugins/Xplugintests/file.metta
These plugins can also be used standalone as MeTTa extensions via the MeTTa import command.