  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix epid: <https://arxiv.universalpublishings.com/id/> .
  @prefix doi: <https://doi.org/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<>
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/77192>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://arxiv.universalpublishings.com/id/eprint/77192#authors>
	rdf:_1 <https://arxiv.universalpublishings.com/id/person/ext-5cfa1f7fe3ddad64f0ca0ed9a1359fec>;
	rdf:_2 <https://arxiv.universalpublishings.com/id/person/ext-49d9bce9a62552a670e6b29bc95c25c6>;
	rdf:_3 <https://arxiv.universalpublishings.com/id/person/ext-ab1baddda73858e20a647d96d76a5736> .

<https://arxiv.universalpublishings.com/id/eprint/77192/>
	dc:format "text/html";
	dc:title "HTML Summary of #77192 \n\nBUILDING A TRAFFIC ROUTE TAKING INTO ACCOUNT OBSTACLES BASED ON THE A-STAR ALGORITHM USING THE PYTHON LANGUAGE\n\n";
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/77192> .

<https://arxiv.universalpublishings.com/id/eprint/77192>
	bibo:abstract "This paper explores the use of the A-Star algorithm to construct an optimal route for a mobile robot, taking into account obstacles using Python. The developed program allows you to generate a map with an arbitrary location of obstacles and automatically find the optimal path from the start to the end point, taking into account the complexity of the route. The paper presents the results of implementing the algorithm under various scenarios for the location of obstacles, which allows us to evaluate the effectiveness and reliability of the algorithm in various conditions. Experiments have shown that the A-Star algorithm provides fast and accurate route generation even in complex environments with many obstacles. The results of the study can be used to improve the autonomous navigation of mobile robots in real working conditions."^^xsd:string;
	bibo:authorList <https://arxiv.universalpublishings.com/id/eprint/77192#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://arxiv.universalpublishings.com/id/person/ext-5cfa1f7fe3ddad64f0ca0ed9a1359fec>,
		<https://arxiv.universalpublishings.com/id/person/ext-49d9bce9a62552a670e6b29bc95c25c6>,
		<https://arxiv.universalpublishings.com/id/person/ext-ab1baddda73858e20a647d96d76a5736>;
	dct:date "2024-03-15";
	dct:isPartOf <https://arxiv.universalpublishings.com/id/repository>,
		<https://arxiv.universalpublishings.com/id/publication/ext-e44d629e33ffac36456a8f0983634d74>;
	dct:publisher <https://arxiv.universalpublishings.com/id/org/ext-e44d629e33ffac36456a8f0983634d74>;
	dct:title "BUILDING A TRAFFIC ROUTE TAKING INTO ACCOUNT OBSTACLES BASED ON THE A-STAR ALGORITHM USING THE PYTHON LANGUAGE"^^xsd:string;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://arxiv.universalpublishings.com/id/eprint/77192/> .

<https://arxiv.universalpublishings.com/id/org/ext-e44d629e33ffac36456a8f0983634d74>
	foaf:name "TECHNICAL SCIENCE RESEARCH IN UZBEKISTAN"^^xsd:string;
	rdf:type foaf:Organization .

<https://arxiv.universalpublishings.com/id/person/ext-5cfa1f7fe3ddad64f0ca0ed9a1359fec>
	foaf:familyName "Yevsieiev"^^xsd:string;
	foaf:givenName "Vladyslav"^^xsd:string;
	foaf:name "Vladyslav Yevsieiev"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-49d9bce9a62552a670e6b29bc95c25c6>
	foaf:familyName "Abu-Jassar"^^xsd:string;
	foaf:givenName "Amer"^^xsd:string;
	foaf:name "Amer Abu-Jassar"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-ab1baddda73858e20a647d96d76a5736>
	foaf:familyName "Maksymova"^^xsd:string;
	foaf:givenName "Svitlana"^^xsd:string;
	foaf:name "Svitlana Maksymova"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/publication/ext-e44d629e33ffac36456a8f0983634d74>
	foaf:name "TECHNICAL SCIENCE RESEARCH IN UZBEKISTAN"^^xsd:string;
	rdf:type bibo:Collection .

