Skip to content

reset_tartarus

Tushar Semwal edited this page Oct 15, 2017 · 1 revision

Syntax:

reset_tartarus.  % Resets the existing Tartarus platform within which the predicate is executed. %

Description:

This predicate is used for resetting the platform to the state when it was first started. Unlike close_tartarus/0 which merely closes the platform, this predicate closes the platform and restarts it afresh using the same IP and Port.

Example:

?- reset_tartarus.

After successful reset, the SWI-Prolog terminal will display the message:

************************************************
Welcome to Tartarus Multi-Agent Platform ..
(Ver.1.1, 30th January 2017).

Copyrights 2017: Robotics Lab.,
Dept. of Computer Science & Engg.,
Indian Institute of Technology Guwahati,

For any query contact:
semwaltushar@gmail.com
sbnair.tartarus@gmail.com.in
Note: Relevant manuals are available inside the User Manuals folder.
           of the installation directory of Tartarus..
************************************************

===========================================
        Tartarus Platform launched!
                                @             
        Running on IP = localhost, Port = 12211
===========================================
Clone this wiki locally