Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications
<?xml version="1.0" encoding="UTF-8" ?>
<oai_dc:dc schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dc:title>
<dc:creator>Nebot Roglá, Patricio</dc:creator>
<dc:contributor>Cervera Mateu, Enric</dc:contributor>
<dc:contributor>Pobil, Àngel Pasqual del</dc:contributor>
<dc:contributor>Universitat Jaume I. Departament d'Enginyeria i Ciència dels Computadors</dc:contributor>
<dc:subject>multimodal teleoperation</dc:subject>
<dc:subject>active vision</dc:subject>
<dc:subject>cooperation among heterogenous mobile robots</dc:subject>
<dc:subject>multiagent systems</dc:subject>
<dc:subject>control architectures</dc:subject>
<dc:subject>Ciència de la Computació i Intel·ligència Artificial</dc:subject>
<dc:subject>004</dc:subject>
<dc:subject>62</dc:subject>
<dc:description>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dc:description>
<dc:date>2008-01-11</dc:date>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:identifier>9788469239872</dc:identifier>
<dc:identifier>http://www.tdx.cat/TDX-0402109-135750</dc:identifier>
<dc:identifier>http://hdl.handle.net/10803/10380</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</dc:rights>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:format>application/pdf</dc:format>
<dc:publisher>Universitat Jaume I</dc:publisher>
<dc:source>TDX (Tesis Doctorals en Xarxa)</dc:source>
</oai_dc:dc>
<?xml version="1.0" encoding="UTF-8" ?>
<d:DIDL schemaLocation="urn:mpeg:mpeg21:2002:02-DIDL-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/did/didl.xsd">
<d:DIDLInfo>
<dcterms:created schemaLocation="http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/dcterms.xsd">2009-04-02</dcterms:created>
</d:DIDLInfo>
<d:Item id="hdl_10803_10380">
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<dii:Identifier schemaLocation="urn:mpeg:mpeg21:2002:01-DII-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/dii/dii.xsd">urn:hdl:10803/10380</dii:Identifier>
</d:Statement>
</d:Descriptor>
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<oai_dc:dc schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dc:title>
<dc:creator>Nebot Roglá, Patricio</dc:creator>
<dc:contributor>pnebot@uji.es</dc:contributor>
<dc:contributor>true</dc:contributor>
<dc:contributor>Cervera Mateu, Enric</dc:contributor>
<dc:contributor>Pobil, Àngel Pasqual del</dc:contributor>
<dc:subject>multimodal teleoperation</dc:subject>
<dc:subject>active vision</dc:subject>
<dc:subject>cooperation among heterogenous mobile robots</dc:subject>
<dc:subject>multiagent systems</dc:subject>
<dc:subject>control architectures</dc:subject>
<dc:description>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dc:description>
<dc:date>2011-04-12T20:01:00Z</dc:date>
<dc:date>2009-04-02</dc:date>
<dc:date>2008-01-11</dc:date>
<dc:date>2009-04-02</dc:date>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:identifier>9788469239872</dc:identifier>
<dc:identifier>http://www.tdx.cat/TDX-0402109-135750</dc:identifier>
<dc:identifier>http://hdl.handle.net/10803/10380</dc:identifier>
<dc:identifier>http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</dc:rights>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:publisher>Universitat Jaume I</dc:publisher>
<dc:source>TDX (Tesis Doctorals en Xarxa)</dc:source>
</oai_dc:dc>
</d:Statement>
</d:Descriptor>
<d:Component id="10803_10380_1">
</d:Component>
</d:Item>
</d:DIDL>
<?xml version="1.0" encoding="UTF-8" ?>
<dim:dim schemaLocation="http://www.dspace.org/xmlns/dspace/dim http://www.dspace.org/schema/dim.xsd">
<dim:field element="contributor" mdschema="dc">Universitat Jaume I. Departament d'Enginyeria i Ciència dels Computadors</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="author">Nebot Roglá, Patricio</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="authoremail">pnebot@uji.es</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="authoremailshow">true</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="director">Cervera Mateu, Enric</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="director">Pobil, Àngel Pasqual del</dim:field>
<dim:field element="date" mdschema="dc" qualifier="accessioned">2011-04-12T20:01:00Z</dim:field>
<dim:field element="date" mdschema="dc" qualifier="available">2009-04-02</dim:field>
<dim:field element="date" mdschema="dc" qualifier="issued">2008-01-11</dim:field>
<dim:field element="date" mdschema="dc" qualifier="submitted">2009-04-02</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="isbn">9788469239872</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="uri">http://www.tdx.cat/TDX-0402109-135750</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="uri">http://hdl.handle.net/10803/10380</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="pdf">http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="pdf">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="pdf">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dim:field>
<dim:field element="description" lang="eng" mdschema="dc" qualifier="abstract">This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dim:field>
<dim:field element="description" mdschema="dc" qualifier="provenance">Made available in DSpace on 2011-04-12T20:01:00Z (GMT). No. of bitstreams: 1 nebot.pdf: 3685027 bytes, checksum: 386b618a710a84e739e31abf680a8e27 (MD5) Previous issue date: 2008-01-11</dim:field>
<dim:field element="format" mdschema="dc" qualifier="mimetype">application/pdf</dim:field>
<dim:field element="language" mdschema="dc" qualifier="iso">eng</dim:field>
<dim:field element="publisher" mdschema="dc">Universitat Jaume I</dim:field>
<dim:field element="rights" mdschema="dc" qualifier="license">ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</dim:field>
<dim:field element="rights" mdschema="dc" qualifier="accessLevel">info:eu-repo/semantics/openAccess</dim:field>
<dim:field element="source" mdschema="dc">TDX (Tesis Doctorals en Xarxa)</dim:field>
<dim:field element="subject" mdschema="dc">multimodal teleoperation</dim:field>
<dim:field element="subject" mdschema="dc">active vision</dim:field>
<dim:field element="subject" mdschema="dc">cooperation among heterogenous mobile robots</dim:field>
<dim:field element="subject" mdschema="dc">multiagent systems</dim:field>
<dim:field element="subject" mdschema="dc">control architectures</dim:field>
<dim:field element="subject" mdschema="dc" qualifier="other">Ciència de la Computació i Intel·ligència Artificial</dim:field>
<dim:field element="subject" lang="cat" mdschema="dc" qualifier="udc">004</dim:field>
<dim:field element="subject" lang="cat" mdschema="dc" qualifier="udc">62</dim:field>
<dim:field element="title" mdschema="dc">Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dim:field>
<dim:field element="type" mdschema="dc">info:eu-repo/semantics/doctoralThesis</dim:field>
<dim:field element="type" mdschema="dc">info:eu-repo/semantics/publishedVersion</dim:field>
<dim:field element="local" mdschema="dc" qualifier="notes">ecervera@uji.es, pobil@uji.es</dim:field>
</dim:dim>
<?xml version="1.0" encoding="UTF-8" ?>
<thesis schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.0/ http://www.ndltd.org/standards/metadata/etdms/1.0/etdms.xsd">
<title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</title>
<creator>Nebot Roglá, Patricio</creator>
<contributor>pnebot@uji.es</contributor>
<contributor>true</contributor>
<contributor>Cervera Mateu, Enric</contributor>
<contributor>Pobil, Àngel Pasqual del</contributor>
<subject>multimodal teleoperation</subject>
<subject>active vision</subject>
<subject>cooperation among heterogenous mobile robots</subject>
<subject>multiagent systems</subject>
<subject>control architectures</subject>
<description>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</description>
<date>2011-04-12</date>
<date>2009-04-02</date>
<date>2008-01-11</date>
<date>2009-04-02</date>
<type>info:eu-repo/semantics/doctoralThesis</type>
<type>info:eu-repo/semantics/publishedVersion</type>
<identifier>9788469239872</identifier>
<identifier>http://www.tdx.cat/TDX-0402109-135750</identifier>
<identifier>http://hdl.handle.net/10803/10380</identifier>
<identifier>http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</identifier>
<identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</identifier>
<identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</identifier>
<language>eng</language>
<rights>ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</rights>
<rights>info:eu-repo/semantics/openAccess</rights>
<publisher>Universitat Jaume I</publisher>
<source>TDX (Tesis Doctorals en Xarxa)</source>
</thesis>
<?xml version="1.0" encoding="UTF-8" ?>
<record schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">
<leader>00925njm 22002777a 4500</leader>
<datafield ind1=" " ind2=" " tag="042">
<subfield code="a">dc</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="720">
<subfield code="a">Nebot Roglá, Patricio</subfield>
<subfield code="e">author</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="260">
<subfield code="c">2008-01-11</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="520">
<subfield code="a">This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">9788469239872</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">http://www.tdx.cat/TDX-0402109-135750</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">http://hdl.handle.net/10803/10380</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">multimodal teleoperation</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">active vision</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">cooperation among heterogenous mobile robots</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">multiagent systems</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">control architectures</subfield>
</datafield>
<datafield ind1="0" ind2="0" tag="245">
<subfield code="a">Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</subfield>
</datafield>
</record>
<?xml version="1.0" encoding="UTF-8" ?>
<record schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">
<leader>nam a 5i 4500</leader>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">multimodal teleoperation</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">active vision</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">cooperation among heterogenous mobile robots</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">multiagent systems</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">control architectures</subfield>
</datafield>
<datafield ind1="1" ind2="0" tag="245">
<subfield code="a">Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</subfield>
</datafield>
<datafield ind1=" " ind2="1" tag="264">
<subfield code="a">[Castelló] :</subfield>
<subfield code="b">Universitat Jaume I,</subfield>
<subfield code="c">2008</subfield>
</datafield>
<datafield ind1="4" ind2="0" tag="856">
<subfield code="z">Accés lliure</subfield>
<subfield code="u">http://www.tdx.cat/handle/10803/10380</subfield>
</datafield>
<controlfield tag="007">cr |||||||||||</controlfield>
<controlfield tag="008">AAMMDDs2009 sp ||||fsm||||0|| 0 eng|c</controlfield>
<datafield ind1=" " ind2=" " tag="020">
<subfield code="a">9788469239872</subfield>
</datafield>
<datafield ind1="1" ind2=" " tag="100">
<subfield code="a">Nebot Roglá, Patricio,</subfield>
<subfield code="e">autor</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="502">
<subfield code="g">Tesi</subfield>
<subfield code="b">Doctorat</subfield>
<subfield code="c">Universitat Jaume I. Departament d'Enginyeria i Ciència dels Computadors</subfield>
<subfield code="d">2008</subfield>
</datafield>
<datafield ind1="2" ind2=" " tag="710">
<subfield code="a">Universitat Jaume I. Departament d'Enginyeria i Ciència dels Computadors</subfield>
</datafield>
<datafield ind1=" " ind2="4" tag="655">
<subfield code="a">Tesis i dissertacions electròniques</subfield>
</datafield>
<datafield ind1="1" ind2=" " tag="700">
<subfield code="a">Cervera Mateu, Enric,</subfield>
<subfield code="e">supervisor acadèmic</subfield>
</datafield>
<datafield ind1="1" ind2=" " tag="700">
<subfield code="a">Pobil, Àngel Pasqual del,</subfield>
<subfield code="e">supervisor acadèmic</subfield>
</datafield>
<datafield ind1="0" ind2=" " tag="730">
<subfield code="a">TDX</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="520">
<subfield code="a">This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="998">
<subfield code="a">j</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="040">
<subfield code="a">ES-BaCBU</subfield>
<subfield code="b">cat</subfield>
<subfield code="e">rda</subfield>
<subfield code="c">ES-BaCBU</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="336">
<subfield code="a">text</subfield>
<subfield code="b">txt</subfield>
<subfield code="2">rdacontent</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="337">
<subfield code="a">informàtic</subfield>
<subfield code="b">c</subfield>
<subfield code="2">rdamedia</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="338">
<subfield code="a">recurs en línia</subfield>
<subfield code="b">cr</subfield>
<subfield code="2">rdacarrier</subfield>
</datafield>
</record>
<?xml version="1.0" encoding="UTF-8" ?>
<mets ID=" DSpace_ITEM_10803-10380" OBJID=" hdl:10803/10380" PROFILE="DSpace METS SIP Profile 1.0" TYPE="DSpace ITEM" schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd">
<metsHdr CREATEDATE="2017-10-23T20:15:58Z">
<agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
<name>TDX</name>
</agent>
</metsHdr>
<dmdSec ID="DMD_10803_10380">
<mdWrap MDTYPE="MODS">
<xmlData schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:mods schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:role>
<mods:roleTerm type="text">author</mods:roleTerm>
</mods:role>
<mods:namePart>Nebot Roglá, Patricio</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">authoremail</mods:roleTerm>
</mods:role>
<mods:namePart>pnebot@uji.es</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">authoremailshow</mods:roleTerm>
</mods:role>
<mods:namePart>true</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">director</mods:roleTerm>
</mods:role>
<mods:namePart>Cervera Mateu, Enric</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">director</mods:roleTerm>
</mods:role>
<mods:namePart>Pobil, Àngel Pasqual del</mods:namePart>
</mods:name>
<mods:extension>
<mods:dateAccessioned encoding="iso8601">2011-04-12T20:01:00Z</mods:dateAccessioned>
</mods:extension>
<mods:extension>
<mods:dateAvailable encoding="iso8601">2009-04-02</mods:dateAvailable>
</mods:extension>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2008-01-11</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="isbn">9788469239872</mods:identifier>
<mods:identifier type="uri">http://www.tdx.cat/TDX-0402109-135750</mods:identifier>
<mods:identifier type="pdf">http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</mods:identifier>
<mods:abstract>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</mods:abstract>
<mods:language>
<mods:languageTerm authority="rfc3066">eng</mods:languageTerm>
</mods:language>
<mods:subject>
<mods:topic>multimodal teleoperation</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>active vision</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>cooperation among heterogenous mobile robots</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>multiagent systems</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>control architectures</mods:topic>
</mods:subject>
<mods:titleInfo>
<mods:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</mods:title>
</mods:titleInfo>
<mods:genre>info:eu-repo/semantics/doctoralThesis</mods:genre>
</mods:mods>
</xmlData>
</mdWrap>
</dmdSec>
<amdSec ID="FO_10803_10380_1">
<techMD ID="TECH_O_10803_10380_1">
<mdWrap MDTYPE="PREMIS">
<xmlData schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>http://www.tdx.cat/bitstream/10803/10380/1/nebot.pdf</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>386b618a710a84e739e31abf680a8e27</premis:messageDigest>
</premis:fixity>
<premis:size>3685027</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>application/pdf</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>nebot.pdf</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<amdSec ID="FT_10803_10380_2">
<techMD ID="TECH_T_10803_10380_2">
<mdWrap MDTYPE="PREMIS">
<xmlData schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>http://www.tdx.cat/bitstream/10803/10380/2/nebot.pdf.txt</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>ceac13286c690ec610338655a7e70886</premis:messageDigest>
</premis:fixity>
<premis:size>424521</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>text/plain</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>nebot.pdf.txt</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<fileSec>
<fileGrp USE="ORIGINAL">
<file ADMID="FO_10803_10380_1" CHECKSUM="386b618a710a84e739e31abf680a8e27" CHECKSUMTYPE="MD5" GROUPID="GROUP_BITSTREAM_10803_10380_1" ID="BITSTREAM_ORIGINAL_10803_10380_1" MIMETYPE="application/pdf" SEQ="1" SIZE="3685027">
</file>
</fileGrp>
<fileGrp USE="TEXT">
<file ADMID="FT_10803_10380_2" CHECKSUM="ceac13286c690ec610338655a7e70886" CHECKSUMTYPE="MD5" GROUPID="GROUP_BITSTREAM_10803_10380_2" ID="BITSTREAM_TEXT_10803_10380_2" MIMETYPE="text/plain" SEQ="2" SIZE="424521">
</file>
</fileGrp>
</fileSec>
<structMap LABEL="DSpace Object" TYPE="LOGICAL">
<div ADMID="DMD_10803_10380" TYPE="DSpace Object Contents">
<div TYPE="DSpace BITSTREAM">
</div>
</div>
</structMap>
</mets>
<?xml version="1.0" encoding="UTF-8" ?>
<mods:mods schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:namePart>Nebot Roglá, Patricio</mods:namePart>
</mods:name>
<mods:extension>
<mods:dateAvailable encoding="iso8601">2011-04-12T20:01:00Z</mods:dateAvailable>
</mods:extension>
<mods:extension>
<mods:dateAccessioned encoding="iso8601">2009-04-02</mods:dateAccessioned>
</mods:extension>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2008-01-11</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="isbn">9788469239872</mods:identifier>
<mods:identifier type="uri">http://www.tdx.cat/TDX-0402109-135750</mods:identifier>
<mods:identifier type="uri">http://hdl.handle.net/10803/10380</mods:identifier>
<mods:identifier type="pdf">http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</mods:identifier>
<mods:identifier type="pdf">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</mods:identifier>
<mods:identifier type="pdf">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</mods:identifier>
<mods:abstract>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</mods:abstract>
<mods:language>
<mods:languageTerm>eng</mods:languageTerm>
</mods:language>
<mods:accessCondition type="useAndReproduction">ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</mods:accessCondition>
<mods:accessCondition type="useAndReproduction">info:eu-repo/semantics/openAccess</mods:accessCondition>
<mods:subject>
<mods:topic>multimodal teleoperation</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>active vision</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>cooperation among heterogenous mobile robots</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>multiagent systems</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>control architectures</mods:topic>
</mods:subject>
<mods:titleInfo>
<mods:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</mods:title>
</mods:titleInfo>
<mods:genre>info:eu-repo/semantics/doctoralThesis</mods:genre>
<mods:genre>info:eu-repo/semantics/publishedVersion</mods:genre>
</mods:mods>
<?xml version="1.0" encoding="UTF-8" ?>
<atom:entry schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml">
<atom:id>http://www.tdx.cat/TDX-0402109-135750/ore.xml</atom:id>
<atom:published>2009-04-02</atom:published>
<atom:updated>2011-04-12T20:01:00Z</atom:updated>
<atom:source>
<atom:generator>TDX</atom:generator>
</atom:source>
<atom:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</atom:title>
<atom:author>
<atom:name>Nebot Roglá, Patricio</atom:name>
</atom:author>
<oreatom:triples>
<rdf:Description about="http://www.tdx.cat/TDX-0402109-135750/ore.xml#atom">
<dcterms:modified>2011-04-12T20:01:00Z</dcterms:modified>
</rdf:Description>
<rdf:Description about="http://www.tdx.cat/bitstream/10803/10380/3/nebot.pdf.xml">
<dcterms:description>MEDIA_DOCUMENT</dcterms:description>
</rdf:Description>
<rdf:Description about="http://www.tdx.cat/bitstream/10803/10380/1/nebot.pdf">
<dcterms:description>ORIGINAL</dcterms:description>
</rdf:Description>
<rdf:Description about="http://www.tdx.cat/bitstream/10803/10380/2/nebot.pdf.txt">
<dcterms:description>TEXT</dcterms:description>
</rdf:Description>
</oreatom:triples>
</atom:entry>
<?xml version="1.0" encoding="UTF-8" ?>
<qdc:qualifieddc schemaLocation="http://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd http://dspace.org/qualifieddc/ http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/qualifieddc.xsd">
<dc:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dc:title>
<dc:creator>Nebot Roglá, Patricio</dc:creator>
<dc:contributor>pnebot@uji.es</dc:contributor>
<dc:contributor>true</dc:contributor>
<dc:contributor>Cervera Mateu, Enric</dc:contributor>
<dc:contributor>Pobil, Àngel Pasqual del</dc:contributor>
<dc:subject>multimodal teleoperation</dc:subject>
<dc:subject>active vision</dc:subject>
<dc:subject>cooperation among heterogenous mobile robots</dc:subject>
<dc:subject>multiagent systems</dc:subject>
<dc:subject>control architectures</dc:subject>
<dcterms:abstract>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dcterms:abstract>
<dcterms:dateAccepted>2009-04-02</dcterms:dateAccepted>
<dcterms:available>2009-04-02</dcterms:available>
<dcterms:created>2009-04-02</dcterms:created>
<dcterms:issued>2008-01-11</dcterms:issued>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:identifier>9788469239872</dc:identifier>
<dc:identifier>http://www.tdx.cat/TDX-0402109-135750</dc:identifier>
<dc:identifier>http://hdl.handle.net/10803/10380</dc:identifier>
<dc:identifier>http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</dc:rights>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:publisher>Universitat Jaume I</dc:publisher>
<dc:source>TDX (Tesis Doctorals en Xarxa)</dc:source>
</qdc:qualifieddc>
<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF schemaLocation="http://www.openarchives.org/OAI/2.0/rdf/ http://www.openarchives.org/OAI/2.0/rdf.xsd">
<ow:Publication about="oai:www.tdx.cat:10803/10380">
<dc:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dc:title>
<dc:creator>Nebot Roglá, Patricio</dc:creator>
<dc:contributor>pnebot@uji.es</dc:contributor>
<dc:contributor>true</dc:contributor>
<dc:contributor>Cervera Mateu, Enric</dc:contributor>
<dc:contributor>Pobil, Àngel Pasqual del</dc:contributor>
<dc:subject>multimodal teleoperation</dc:subject>
<dc:subject>active vision</dc:subject>
<dc:subject>cooperation among heterogenous mobile robots</dc:subject>
<dc:subject>multiagent systems</dc:subject>
<dc:subject>control architectures</dc:subject>
<dc:description>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dc:description>
<dc:date>2011-04-12T20:01:00Z</dc:date>
<dc:date>2009-04-02</dc:date>
<dc:date>2008-01-11</dc:date>
<dc:date>2009-04-02</dc:date>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:identifier>9788469239872</dc:identifier>
<dc:identifier>http://www.tdx.cat/TDX-0402109-135750</dc:identifier>
<dc:identifier>http://hdl.handle.net/10803/10380</dc:identifier>
<dc:identifier>http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:identifier>http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</dc:rights>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:publisher>Universitat Jaume I</dc:publisher>
<dc:source>TDX (Tesis Doctorals en Xarxa)</dc:source>
</ow:Publication>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8" ?>
<uketd_dc:uketddc schemaLocation="http://naca.central.cranfield.ac.uk/ethos-oai/2.0/ http://naca.central.cranfield.ac.uk/ethos-oai/2.0/uketd_dc.xsd">
<dc:title>Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</dc:title>
<dc:creator>Nebot Roglá, Patricio</dc:creator>
<dcterms:abstract>This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</dcterms:abstract>
<uketdterms:institution>Universitat Jaume I</uketdterms:institution>
<dcterms:issued>2008-01-11</dcterms:issued>
<dc:type>info:eu-repo/semantics/doctoralThesis</dc:type>
<dc:type>info:eu-repo/semantics/publishedVersion</dc:type>
<dc:language type="dcterms:ISO639-2">eng</dc:language>
<dcterms:isReferencedBy>http://www.tdx.cat/TDX-0402109-135750</dcterms:isReferencedBy>
<dcterms:isReferencedBy>http://hdl.handle.net/10803/10380</dcterms:isReferencedBy>
<dc:identifier type="dcterms:URI">http://www.tdx.cat/bitstream/10803/10380/1/nebot.pdf</dc:identifier>
<uketdterms:checksum type="uketdterms:MD5">386b618a710a84e739e31abf680a8e27</uketdterms:checksum>
<dcterms:hasFormat>http://www.tdx.cat/bitstream/10803/10380/2/nebot.pdf.txt</dcterms:hasFormat>
<uketdterms:checksum type="uketdterms:MD5">ceac13286c690ec610338655a7e70886</uketdterms:checksum>
<dc:subject>multimodal teleoperation</dc:subject>
<dc:subject>active vision</dc:subject>
<dc:subject>cooperation among heterogenous mobile robots</dc:subject>
<dc:subject>multiagent systems</dc:subject>
<dc:subject>control architectures</dc:subject>
<dc:subject>Ciència de la Computació i Intel·ligència Artificial</dc:subject>
<dc:identifier>9788469239872</dc:identifier>
</uketd_dc:uketddc>
<?xml version="1.0" encoding="UTF-8" ?>
<metadata schemaLocation="http://www.lyncode.com/xoai http://www.lyncode.com/xsd/xoai.xsd">
<element name="dc">
<element name="contributor">
<element name="none">
<field name="value">Universitat Jaume I. Departament d'Enginyeria i Ciència dels Computadors</field>
</element>
<element name="author">
<element name="none">
<field name="value">Nebot Roglá, Patricio</field>
</element>
</element>
<element name="authoremail">
<element name="none">
<field name="value">pnebot@uji.es</field>
</element>
</element>
<element name="authoremailshow">
<element name="none">
<field name="value">true</field>
</element>
</element>
<element name="director">
<element name="none">
<field name="value">Cervera Mateu, Enric</field>
<field name="value">Pobil, Àngel Pasqual del</field>
</element>
</element>
</element>
<element name="date">
<element name="accessioned">
<element name="none">
<field name="value">2011-04-12T20:01:00Z</field>
</element>
</element>
<element name="available">
<element name="none">
<field name="value">2009-04-02</field>
</element>
</element>
<element name="issued">
<element name="none">
<field name="value">2008-01-11</field>
</element>
</element>
<element name="submitted">
<element name="none">
<field name="value">2009-04-02</field>
</element>
</element>
</element>
<element name="identifier">
<element name="isbn">
<element name="none">
<field name="value">9788469239872</field>
</element>
</element>
<element name="uri">
<element name="none">
<field name="value">http://www.tdx.cat/TDX-0402109-135750</field>
<field name="value">http://hdl.handle.net/10803/10380</field>
</element>
</element>
<element name="pdf">
<element name="none">
<field name="value">http://mediaserver.xpp.cesca.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</field>
<field name="value">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</field>
<field name="value">http://mediaserver.csuc.cat/tdx/documents/16/88/85/168885389593178917793410945037613054944/</field>
</element>
</element>
</element>
<element name="description">
<element name="abstract">
<element name="eng">
<field name="value">This thesis focuses on the development of a system in which a team of heterogeneous mobile robots can cooperate to perform a wide range of tasks. In order that a group of heterogeneous robots can cooperate among them, one of the most important parts to develop is the creation of an architecture which gives support for the cooperation. This architecture is developed by means of embedding agents and interfacing agent code with native low-level code. It also addresses the implementation of resource sharing among the whole group of robots, that is, the robots can borrow capabilities from each-other.<br/>In order to validate this architecture, some cooperative applications have been implemented. The first one is an application where a group of robots must cooperate in order to safely navigate through an unknown environment. One robot with camera calculates the optical flow values from the images, and from these values calculates the "time to contact" values. This information is shared among the team so that any robot can navigate without colliding with the obstacles.<br/>The second cooperative application consists of enabling the team of heterogeneous robots to create a certain formation and navigate maintaining this formation. The application consists of two parts or stages. The first one is the creation of the formation, where a robot with the camera can detect where the rest of the robots are in the environment and indicates to them which is their initial position in the formation. In the second stage the robots must be able to navigate through an environment following the path that the robot with the laser indicates. Due to the odometry errors of the robots, the camera of one of the robots is used so that robots which lose their correct position in the formation can re-align themselves. <br/>Finally, in an attempt to facilitate access to the robots of the team and to the information that their accessories provide, a system for the teleoperation of the team has been implemented. This system can be used for teaching robotics or to facilitate the tasks of programming and debugging in the research tasks.</field>
</element>
</element>
<element name="provenance">
<element name="none">
<field name="value">Made available in DSpace on 2011-04-12T20:01:00Z (GMT). No. of bitstreams: 1 nebot.pdf: 3685027 bytes, checksum: 386b618a710a84e739e31abf680a8e27 (MD5) Previous issue date: 2008-01-11</field>
</element>
</element>
</element>
<element name="format">
<element name="mimetype">
<element name="none">
<field name="value">application/pdf</field>
</element>
</element>
</element>
<element name="language">
<element name="iso">
<element name="none">
<field name="value">eng</field>
</element>
</element>
</element>
<element name="publisher">
<element name="none">
<field name="value">Universitat Jaume I</field>
</element>
</element>
<element name="rights">
<element name="license">
<element name="none">
<field name="value">ADVERTIMENT. L'accés als continguts d'aquesta tesi doctoral i la seva utilització ha de respectar els drets de la persona autora. Pot ser utilitzada per a consulta o estudi personal, així com en activitats o materials d'investigació i docència en els termes establerts a l'art. 32 del Text Refós de la Llei de Propietat Intel·lectual (RDL 1/1996). Per altres utilitzacions es requereix l'autorització prèvia i expressa de la persona autora. En qualsevol cas, en la utilització dels seus continguts caldrà indicar de forma clara el nom i cognoms de la persona autora i el títol de la tesi doctoral. No s'autoritza la seva reproducció o altres formes d'explotació efectuades amb finalitats de lucre ni la seva comunicació pública des d'un lloc aliè al servei TDX. Tampoc s'autoritza la presentació del seu contingut en una finestra o marc aliè a TDX (framing). Aquesta reserva de drets afecta tant als continguts de la tesi com als seus resums i índexs.</field>
</element>
</element>
<element name="accessLevel">
<element name="none">
<field name="value">info:eu-repo/semantics/openAccess</field>
</element>
</element>
</element>
<element name="source">
<element name="none">
<field name="value">TDX (Tesis Doctorals en Xarxa)</field>
</element>
</element>
<element name="subject">
<element name="none">
<field name="value">multimodal teleoperation</field>
<field name="value">active vision</field>
<field name="value">cooperation among heterogenous mobile robots</field>
<field name="value">multiagent systems</field>
<field name="value">control architectures</field>
</element>
<element name="other">
<element name="none">
<field name="value">Ciència de la Computació i Intel·ligència Artificial</field>
</element>
</element>
<element name="udc">
<element name="cat">
<field name="value">004</field>
<field name="value">62</field>
</element>
</element>
</element>
<element name="title">
<element name="none">
<field name="value">Agent-Based Architecture for Multirobot Cooperative Tasks: Design and Applications</field>
</element>
</element>
<element name="type">
<element name="none">
<field name="value">info:eu-repo/semantics/doctoralThesis</field>
<field name="value">info:eu-repo/semantics/publishedVersion</field>
</element>
</element>
<element name="local">
<element name="notes">
<element name="none">
<field name="value">ecervera@uji.es, pobil@uji.es</field>
</element>
</element>
</element>
</element>
<element name="bundles">
<element name="bundle">
<field name="name">MEDIA_DOCUMENT</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">nebot.pdf.xml</field>
<field name="originalName">nebot.pdf.xml</field>
<field name="description">Document Consulta</field>
<field name="format">text/xml</field>
<field name="size">106</field>
<field name="url">http://www.tdx.cat/bitstream/10803/10380/3/nebot.pdf.xml</field>
<field name="checksum">8c3c4d475aafb90960e56ca9013c28d1</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">3</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">ORIGINAL</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">nebot.pdf</field>
<field name="format">application/pdf</field>
<field name="size">3685027</field>
<field name="url">http://www.tdx.cat/bitstream/10803/10380/1/nebot.pdf</field>
<field name="checksum">386b618a710a84e739e31abf680a8e27</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">1</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">TEXT</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">nebot.pdf.txt</field>
<field name="originalName">nebot.pdf.txt</field>
<field name="description">Extracted Text</field>
<field name="format">text/plain</field>
<field name="size">424521</field>
<field name="url">http://www.tdx.cat/bitstream/10803/10380/2/nebot.pdf.txt</field>
<field name="checksum">ceac13286c690ec610338655a7e70886</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">2</field>
</element>
</element>
</element>
</element>
<element name="others">
<field name="handle">10803/10380</field>
<field name="identifier">oai:www.tdx.cat:10803/10380</field>
<field name="lastModifyDate">2017-09-14 23:52:26.151</field>
</element>
<element name="repository">
<field name="name">TDX</field>
<field name="mail">tdx@csuc.cat</field>
</element>
</metadata>