Dissertations / Theses on the topic 'Robot planning'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Robot planning.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Kruse, Thibault. "Planning for human robot interaction." Thesis, Toulouse 3, 2015. http://www.theses.fr/2015TOU30059/document.
Full textThe recent advances in robotics inspire visions of household and service robots making our lives easier and more comfortable. Such robots will be able to perform several object manipulation tasks required for household chores, autonomously or in cooperation with humans. In that role of human companion, the robot has to satisfy many additional requirements compared to well established fields of industrial robotics. The purpose of planning for robots is to achieve robot behavior that is goal-directed and establishes correct results. But in human-robot-interaction, robot behavior cannot merely be judged in terms of correct results, but must be agree-able to human stakeholders. This means that the robot behavior must suffice additional quality criteria. It must be safe, comfortable to human, and intuitively be understood. There are established practices to ensure safety and provide comfort by keeping sufficient distances between the robot and nearby persons. However providing behavior that is intuitively understood remains a challenge. This challenge greatly increases in cases of dynamic human-robot interactions, where the actions of the human in the future are unpredictable, and the robot needs to constantly adapt its plans to changes. This thesis provides novel approaches to improve the legibility of robot behavior in such dynamic situations. Key to that approach is not to merely consider the quality of a single plan, but the behavior of the robot as a result of replanning multiple times during an interaction. For navigation planning, this thesis introduces directional cost functions that avoid problems in conflict situations. For action planning, this thesis provides the approach of local replanning of transport actions based on navigational costs, to provide opportunistic behavior. Both measures help human observers understand the robot's beliefs and intentions during interactions and reduce confusion
Switzer, Barbara T. "Robotic path planning with obstacle avoidance /." Online version of thesis, 1993. http://hdl.handle.net/1850/11712.
Full textCrous, C. B. "Autonomous robot path planning." Thesis, Stellenbosch : University of Stellenbosch, 2009. http://hdl.handle.net/10019.1/2519.
Full textIn this thesis we consider the dynamic path planning problem for robotics. The dynamic path planning problem, in short, is the task of determining an optimal path, in terms of minimising a given cost function, from one location to another within a known environment of moving obstacles. Our goal is to investigate a number of well-known path planning algorithms, to determine for which circumstances a particular algorithm is best suited, and to propose changes to existing algorithms to make them perform better in dynamic environments. At this stage no thorough comparison of theoretical and actual running times of path planning algorithms exist. Our main goal is to address this shortcoming by comparing some of the wellknown path planning algorithms and our own improvements to these path planning algorithms in a simulation environment. We show that the visibility graph representation of the environment combined with the A* algorithm provides very good results for both path length and computational cost, for a relatively small number of obstacles. As for a grid representation of the environment, we show that the A* algorithm produces good paths in terms of length and the amount of rotation and it requires less computation than dynamic algorithms such as D* and D* Lite.
Dragan, Anca D. "Legible Robot Motion Planning." Research Showcase @ CMU, 2015. http://repository.cmu.edu/dissertations/629.
Full textWooden, David T. "Graph-based Path Planning for Mobile Robots." Diss., Available online, Georgia Institute of Technology, 2006, 2006. http://etd.gatech.edu/theses/available/etd-11092006-180958/.
Full textMagnus Egerstedt, Committee Chair ; Patricio Vela, Committee Member ; Ayanna Howard, Committee Member ; Tucker Balch, Committee Member ; Wayne Book, Committee Member.
Akan, Batu. "Planning and Sequencing Through Multimodal Interaction for Robot Programming." Doctoral thesis, Mälardalens högskola, Inbyggda system, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-26474.
Full textCakmak, Maya. "Robot Planning Based On Learned Affordances." Master's thesis, METU, 2007. http://etd.lib.metu.edu.tr/upload/12608551/index.pdf.
Full textMarshall, Gillian Fiona. "Resistive grids for robot path-planning." Thesis, University of Oxford, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.317916.
Full textKent, Simon. "Evolutionary Approaches to Robot Path Planning." Thesis, Brunel University, 1999. http://bura.brunel.ac.uk/handle/2438/1276.
Full textSanders, David Adrian. "Automatic robot path planning with constraints." Thesis, University of Portsmouth, 1990. https://researchportal.port.ac.uk/portal/en/theses/automatic-robot-path-planning-with-constraints(8b5bedfa-68c2-40ac-afad-c318a5037305).html.
Full textButtar, Harmandeep Kaur. "Multi Robot Motion Planning with Communication." University of Cincinnati / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1337264354.
Full textNakhaei, Alireza. "Motion planning and perception : integration on humanoid robots." Thesis, Toulouse, INPT, 2009. http://www.theses.fr/2009INPT043H/document.
Full textThis thesis starts by proposing a new framework for motion planning using stochastic maps, such as occupancy-grid maps. In autonomous robotics applications, the robot's map of the environment is typically constructed online, using techniques from SLAM. These methods can construct a dense map of the environment, or a sparse map that contains a set of identifiable landmarks. In this situation, path planning would be performed using the dense map, and the path would be executed in a sensor-based fashion, using feedback control to track the reference path based on sensor information regarding landmark position. Maximum-likelihood estimation techniques are used to model the sensing process as well as to estimate the most likely nominal path that will be followed by the robot during execution of the plan. The proposed approach is potentially a practical way to plan under the specific sorts of uncertainty confronted by a humanoid robot. The next chapter, presents methods for constructing free paths in dynamic environments. The chapter begins with a comprehensive review of past methods, ranging from modifying sampling-based methods for the dynamic obstacle problem, to methods that were specifically designed for this problem. The thesis proposes to adapt a method reported originally by Leven et al.. so that it can be used to plan paths for humanoid robots in dynamic environments. The basic idea of this method is to construct a mapping from voxels in a discretized representation of the workspace to vertices and arcs in a configuration space network built using sampling-based planning methods. When an obstacle intersects a voxel in the workspace, the corresponding nodes and arcs in the configuration space roadmap are marked as invalid. The part of the network that remains comprises the set of valid candidate paths. The specific approach described here extends previous work by imposing a two-level hierarchical structure on the representation of the workspace. The methods described in Chapters 2 and 3 essentially deal with low-dimensional problems (e.g., moving a bounding box). The reduction in dimensionality is essential, since the path planning problem confronted in these chapters is complicated by uncertainty and dynamic obstacles, respectively. Chapter 4 addresses the problem of planning the full motion of a humanoid robot (whole-body task planning). The approach presented here is essentially a four-step approach. First, multiple viable goal configurations are generated using a local task solver, and these are used in a classical path planning approach with one initial condition and multiple goals. This classical problem is solved using an RRT-based method. Once a path is found, optimization methods are applied to the goal posture. Finally, classic path optimization algorithms are applied to the solution path and posture optimization. The fifth chapter describes algorithms for building a representation of the environment using stereo vision as the sensing modality. Such algorithms are necessary components of the autonomous system proposed in the first chapter of the thesis. A simple occupancy-grid based method is proposed, in which each voxel in the grid is assigned a number indicating the probability that it is occupied. The representation is updated during execution based on values received from the sensing system. The sensor model used is a simple Gaussian observation model in which measured distance is assumed to be true distance plus additive Gaussian noise. Sequential Bayes updating is then used to incrementally update occupancy values as new measurements are received. Finally, chapter 6 provides some details about the overall system architecture, and in particular, about those components of the architecture that have been taken from existing software (and therefore, do not themselves represent contributions of the thesis). Several software systems are described, including GIK, WorldModelGrid3D, HppDynamicObstacle, and GenoM
Pluzhnikov, Sergey. "Motion Planning and Control of Robot Manipulators." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for teknisk kybernetikk, 2012. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-18437.
Full textDornhege, Christian [Verfasser], and Bernhard [Akademischer Betreuer] Nebel. "Task planning for high-level robot control." Freiburg : Universität, 2015. http://d-nb.info/1114996319/34.
Full textBaumann, Andrea. "Robot motion planning in time varying environments." [S.l.] : [s.n.], 2001. http://deposit.ddb.de/cgi-bin/dokserv?idn=963283677.
Full textChang, Mark Meng-Hsiang. "Distributed multi-robot planning using shared perception /." [St. Lucia, Qld.], 2004. http://www.library.uq.edu.au/pdfserve.php?image=thesisabs/absthe19027.pdf.
Full textStrandberg, Morten. "Robot path planning : an object-oriented approach." Doctoral thesis, KTH, Signals, Sensors and Systems, 2004. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-18.
Full textPath planning has important applications in many areas, for example industrial robotics, autonomous systems, virtual prototyping, and computer-aided drug design. This thesis presents a new framework for developing and evaluating path planning algorithms. The framework is named CoPP (Components for Path Planning). It consists of loosely coupled and reusable components that are useful for building path planning applications. The framework is especially designed to make it easy to do fair comparisons between different path planning algorithms.
CoPP is also designed to allow almost any user-defined moving system. The default type of moving system is a robot class, which is capable of describing tree-like kinematic chains. Additional features of this robot class are: joint couplings, numerical or closed-form inverse kinematics, and hierarchical robot representations. The last feature is useful when planning for complex systems like a mobile platform equipped with an arm and a hand.
During the last six years, Rapidly-exploring Random Trees (RRTs) have become a popular framework for developing randomized path planning algorithms. This thesis presents a method for augmenting bidirectional RRT-planners with local trees. For problems where the solution trajectory has to pass through several narrow passages, local trees help to reduce the required planning time.
To reduce the work needed for programming of industrial robots, it is desirable to allow task specifications at a very high level, leaving it up to the robot system to figure out what to do. Here we present a fast and flexible pick-and-place planner. Given an object that has to be moved to another position, the planner chooses a suitable grasp of the object and finds motions that bring the object to the desired position. The planner can also handle constraints on, e.g., the orientation of the manipulated object.
For planning of pick-and-place tasks it is necessary to choose a grasp suitable to the task. Unless the grasp is given, some sort of grasp planning has to be performed. This thesis presents a fast grasp planner for a three- fingered robot hand. The grasp planner could be used in an industrial setting, where a robot is to pick up irregularly shaped objects from a conveyor belt. In conjunction with grasp planning, a new method for evaluating grasp stability is presented.
Bonert, Martin. "Motion planning for multi-robot assembly systems." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape8/PQDD_0004/MQ45428.pdf.
Full textPeng, Jian. "Rule-based spatial reasoning for robot planning." Thesis, University of Oxford, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.315818.
Full textGonzalez, Julio Solano. "Parallel computation of robot motion planning algorithms." Thesis, Bangor University, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.305960.
Full textPilati, Matteo. "Motion planning techniques for parallel robot manipulators." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2012. http://amslaurea.unibo.it/4816/.
Full textBrown, Matthew Lasché. "Intelligent robot grinding : planning, optimization, and control." Thesis, Massachusetts Institute of Technology, 1988. http://hdl.handle.net/1721.1/14552.
Full textBalding, Nigel William. "Real-time path planning for robot arms." Thesis, Durham University, 1987. http://etheses.dur.ac.uk/1681/.
Full textZhao, Ran. "Trajectory planning and control for robot manipulations." Thesis, Toulouse 3, 2015. http://www.theses.fr/2015TOU30240/document.
Full textIn order to perform a large variety of tasks in interaction with human or in human environments, a robot needs to guarantee safety and comfort for humans. In this context, the robot shall adapt its behavior and react to the environment changes and human activities. The robots based on learning or motion planning are not able to adapt fast enough, so we propose to use a trajectory controller as an intermediate control layer in the software structure. This intermediate layer exchanges information with the low level controller and the high level planner. The proposed trajectory controller, based on the concept of Online Trajectory Generation (OTG), allows real time computation of trajectories and easy communication with the different components, including path planner, trajectory generator, collision checker and controller. To avoid the replan of an entire trajectory when reacting to a human behaviour change, the controller must allow deforming locally a trajectory or accelerate/decelerate by modifying the time function. The trajectory controller must also accept to switch from an initial trajectory to a new trajectory to follow. Cubic polynomial functions are used to describe trajectories, they provide smoothness, flexibility and computational simplicity. Moreover, to satisfy the objective of aesthetics, smoothing algorithm are proposed to produce human-like motions. This work, conducted as part of the ANR project ICARO, has been integrated and validated on the KUKA LWR robot platform of LAAS-CNRS
Kelsey, Lundqvist Axel, and Fabian Tidner. "High Level Motion Planning for a Robot." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-254213.
Full textMARTURI, ANJANILAKSHMIKRISNANARESH. "Vision Based Grasp Planning for Robot Assembly." Thesis, Örebro universitet, Akademin för naturvetenskap och teknik, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:oru:diva-12402.
Full textLiu, Zehao. "Obstacle Avoidance Path Planning for Worm-like Robot." Case Western Reserve University School of Graduate Studies / OhioLINK, 2021. http://rave.ohiolink.edu/etdc/view?acc_num=case1619457610715525.
Full textPandey, Saurabh. "Motion planning of free-floating prismatic-jointed robots." Ohio : Ohio University, 1996. http://www.ohiolink.edu/etd/view.cgi?ohiou1178049680.
Full textKothandaraman, Kaamesh. "Motion Planning and Control of Differential Drive Robot." Wright State University / OhioLINK, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=wright1483909837910426.
Full textHaight, Timothy A. "Layered path planning for an autonomous mobile robot." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1994. http://handle.dtic.mil/100.2/ADA286138.
Full textThesis advisor(s): Yutaka Kanayama, Craig W. Rasmussen. "September 1994." Bibliography: p. 43-44. Also available online.
Papadatos, Athanassios. "Research on motion planning of autonomous mobile robot." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1996. http://handle.dtic.mil/100.2/ADA311383.
Full textJohansson, Ronnie. "Intelligent Motion Planning for a Multi-Robot System." Thesis, KTH, Numerical Analysis and Computer Science, NADA, 2001. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-13253.
Full textMulti-robot systems of autonomous mobile robots offer many benefits but also many challenges. This work addresses collision avoidance of robots solving continuous problems in known environments. The approach to handling collision avoidance is here to enhance a motion planning method for single-robot systems to account for auxiliary robots. A few assumptions are made to put the focus of the work on path planning, rather than on localization.
A method, based on exact cell decomposition and extended with a few rules, was developed and its consistency was proven. The method is divided into two steps: path planning, which is off-line, and path monitoring, which is on-line. This work also introduces the notion ofpath obstacle, an essential tool for this kind of path planning with many robots.
Furthermore, an implementation was performed on a system of omni-directional robots and tested in simulations and experiments. The implementation practices centralized control, by letting an additional computer handle the motion planning, to relieve the robots of strenuous computations.
A few drawbacks with the method are stressed, and the characteristics of problems that the method is suitable for are presented.
QC 20100705
Doyle, Alexander Benjamin. "Algorithms and computational techniques for robot path planning." Thesis, Bangor University, 1995. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.295278.
Full textJahanbin, Mohammad Reza. "A model-based system for robot motion planning." Thesis, University of Cambridge, 1990. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.291721.
Full textBradner, Kevin M. "Path Planning for Variable Scrutiny Multi-Robot Coverage." Case Western Reserve University School of Graduate Studies / OhioLINK, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=case1578915876868832.
Full textABU-DAKKA, FARES JAWAD MOHD. "Trajectory planning for industrial robot using genetic algorithms." Doctoral thesis, Universitat Politècnica de València, 2011. http://hdl.handle.net/10251/10294.
Full textAbu-Dakka, FJM. (2011). Trajectory planning for industrial robot using genetic algorithms [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/10294
Palancia
Chanin, Steven Bruce. "Guesser--a heuristic approach to robot motion planning." Thesis, Massachusetts Institute of Technology, 1991. https://hdl.handle.net/1721.1/128803.
Full textIncludes bibliographical references (leaves 88-89).
by Steven Bruce Chanin.
Thesis (M.S.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 1991.
Mendes, Filho José. "Online Distributed Motion Planning for Mobile Multi-robot Systems." Thesis, Institut polytechnique de Paris, 2019. http://www.theses.fr/2019IPPAE007.
Full textTwo main objectives for this thesis can be identified: - Develop a multi-robot system composed by autonomous mobile robots capable of performing complex tasks in a dynamic, partially known environment; - Ensure the safety of goods and a proper interaction human-robot in their shared work environment. To that purpose a 3 layer solution is proposed containing : - Control law - Motion planner - Task planner Each layer is validated firstly in simulation and secondly in a real experiment using mobile platforms such as TurtleBots. The found results will be analysed with respect to requirements derived from the objectives stated at the beginning
Ward, James Robert Mechanical & Manufacturing Engineering Faculty of Engineering UNSW. "Motion planning of bipedal wall climbing robots." Publisher:University of New South Wales. Mechanical & Manufacturing Engineering, 2009. http://handle.unsw.edu.au/1959.4/43685.
Full textQuinn, Andrew W. "Motion planning for manipulators using distributed search." Thesis, Heriot-Watt University, 1993. http://hdl.handle.net/10399/1439.
Full textrahman, md mahbubur. "Efficient Mission Planning for Robot Networks in Communication Constrained Environments." FIU Digital Commons, 2017. http://digitalcommons.fiu.edu/etd/3484.
Full textCanal, Camprodon Gerard. "Adapting robot behavior to user preferences in assistive scenarios." Doctoral thesis, TDX (Tesis Doctorals en Xarxa), 2020. http://hdl.handle.net/10803/669799.
Full textEls assistents robòtics han inspirat nombrosos llibres i pel·lícules de ciència-ficció al llarg de la història. Però tornant al món real, aquest tipus de dispositius s'estan tornant una necessitat per a una societat que envelleix a un ritme ràpid i que, per tant, requerirà més i més assistència. Mentre l'esperança de vida augmenta, la qualitat de vida no necessàriament ho fa. Per tant, ens podem trobar a nosaltres mateixos i als nostres estimats en una situació de dependència, necessitant una altra persona per poder fer les tasques més bàsiques, cosa que té un gran impacte psicològic. En conseqüència, els robots assistencials poden ser l'eina definitiva per proporcionar una millor qualitat de vida empoderant els usuaris i allargant la seva capacitat de viure independentment. L'assistència a persones per realitzar tasques diàries requereix adaptar-se a elles i les seves necessitats, donat que aquests usuaris no poden adaptar-se al robot. En aquesta tesi, abordem el problema de l'adaptació i la personalització d'un robot mitjançant preferències de l'usuari. Ens centrem en tasques físiques, que involucren contacte amb la persona, per les seves dificultats i importància per a l'usuari. Per aquest motiu, la tesi utilitzarà principalment tres tasques com a exemple: donar menjar, posar una sabata i vestir una jaqueta. Comencem definint un marc (framework) per a la personalització del comportament del robot que defineix com s'han de personalitzar els robots per usuaris i pels seus assistents. Amb aquest marc, usuaris sense coneixements tècnics són capaços de definir com s'ha de comportar el robot. Posteriorment definim el concepte de preferència per a robots assistencials i establim una taxonomia que inclou jerarquies i grups de preferències, els quals fonamenten les definicions i conceptes. Després mostrem com les preferències de la taxonomia s'utilitzen amb sistemes planificadors amb IA per adaptar el comportament del robot a les preferències de l'usuari, que s'obtenen mitjançant preguntes simples. Els nostres algorismes permeten l'adaptació a llarg termini, així com fer front a models d'usuari mal inferits. Aquests mètodes són integrats amb primitives a baix nivell que proporcionen una adaptació i comportament més robusts a la mateixa vegada que disminueixen el nombre d'accions i demostracions necessàries. També fem una anàlisi més profunda de l'ús de les preferències amb planificadors amb la introducció de nous algorismes per fer suggeriments de preferències en dominis de planificació. La tesi conclou amb un estudi amb usuaris que avalua l'ús de les preferències en les tres tasques assistencials. Els experiments demostren un clar enteniment de les preferències per part dels usuaris, que van ser capaços de discernir quan les seves preferències eren utilitzades. En resum, proporcionem eines i algorismes per dissenyar els assistents robòtics del futur. Uns assistents que haurien de ser capaços d'adaptar-se a les preferències i necessitats de l'usuari que assisteixen, tal com els assistents humans fan avui en dia.
Behere, Sagar. "A Generic Framework for Robot Motion Planning and Control." Thesis, KTH, Centrum för Autonoma System, CAS, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-104806.
Full textYun, Seok Jun. "The local motion planning for an autonomous mobile robot." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1995. http://handle.dtic.mil/100.2/ADA304359.
Full text"Grasp planning in discrete domain." 2002. http://library.cuhk.edu.hk/record=b5891098.
Full textThesis (M.Phil.)--Chinese University of Hong Kong, 2002.
Includes bibliographical references (leaves 64-67).
Abstracts in English and Chinese.
Chapter Chapter 1. --- Introduction --- p.1
Chapter Chapter 2. --- Mathematical Preliminaries and Problem Definition --- p.6
Chapter 2.1 --- Grasp Synthesis in Discrete Domain
Chapter 2.2 --- Assumptions
Chapter 2.3 --- Frictionless Form-Closure Grasp
Chapter 2.4 --- Frictional Form-Closure Grasp
Chapter 2.5 --- Problem Definition
Chapter Chapter 3. --- A Qualitative Test Algorithm and a Local Search Algorithm --- p.18
Chapter 3.1 --- A Qualitative Test Algorithm
Chapter 3.2 --- A Local Search Algorithm
Chapter 3.3 --- Grasp Planning under Kinematic Constraints
Chapter Chapter 4. --- A Divide-and-Conquer Technique --- p.29
Chapter 4.1. --- Determining a Separating Hyperplane
Chapter 4.2. --- Divide-and-Conquer in Frictionless Case
Chapter 4.3. --- Divide-and-Conquer in Frictional Case
Chapter Chapter 5. --- Implementation and Examples --- p.40
Chapter 6.1. --- Examples of Frictionless Grasps
Chapter 6.2. --- Examples of Frictional Grasps
Chapter 6.3. --- Examples of Grasps under Kinematic Constraints
Chapter Chapter 6. --- Conclusions --- p.62
Bibliography --- p.64
Chen, Bo-Yu, and 陳柏宇. "Failure Robot Path Complementation for Robot Swarm Mission Planning." Thesis, 2017. http://ndltd.ncl.edu.tw/handle/856bdw.
Full text國立虎尾科技大學
自動化工程系碩士班
105
Unmanned vehicle is applied widely in environmental explorations nowadays, especially for the tasks where human beings are not able to reach. Due to limited capacities like power supply, it is almost impossible for any single one unmanned vehicle to complete a large assignment with multiple designated location to visit. As well as failure robot task won’t complemented when each car failing. Therefore, multiple unmanned vehicles (Multi-Agent System, MAS) are required as well as the well-planned routes to minimize unnecessary consumption and waste on time, distance and energy/fuels needed. In addition, robot cars are able to avoid no-travel zone and the task of failure robot was complemented by the other. Same as other large mathematic model, heuristic algorithm was used to obtain an approximate solution within a reasonable timeline for this research. First, establish distance array. If any two points through the no-travel zone, use A^* algorithm to find the alternative path to avoid no-travel zone. Then, a two-phase architecture was applied. In the 1st phase, Tabu search and 2-Opt exchange method were used to figure out the optimal path for visiting all target nodes, and then the initial solution by splitting it into multiple clusters. In the 2nd phase, the algorithm was used with 2-Opt path exchange were used to improve the in-route and cross-route solutions. Diversification strategy was adopted to approach the global optimal solution rather than a regional one. Once the objectives mentioned above were accomplished, we dispatched several robot cars to operate simultaneously on the routes we planned ahead. If one of the autonomous cars failing, new path will be programmed and reassigned to autonomous car of remaining by the ground station. until all the target points are visited. In the end, computer simulations and real vehicle had been accomplished in this research.
YANG, HU-CHENG, and 楊戶政. "Robot Path Planning Navigation Design." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/40045055091804835187.
Full text建國科技大學
電機工程系暨研究所
102
This paper is designed to Navigation the robot path planning in the restaurant or convenience store on the Navigator application integration, mobile robot kinematics systems analysis, and single board computers to microchips BASIC Commander as the core, and establish a sense infrared detectors, voice player, ultrasonic sensors based mobile robot Navigation system, and the use of multi-sensor integration of information technology, as input Fuzzy adaptive principle, according to the fuzzy control rules, get the motor control query table that has a strong anti-collision path tracking and the ability to robots. Through simulation and actual verification that the system is stable robot path planning Navigation with simple, fast response, robustness and good features, while having a guide wire in the environment can effectively present mobile robot navigation.
Sue, Geng-Hong, and 蘇建宏. "Robot path planning using fuzzy theory." Thesis, 1994. http://ndltd.ncl.edu.tw/handle/44377019345965098693.
Full text國立成功大學
電機工程研究所
82
Path planning is an important task in a robot vision system. In thesis, a new approach to the problem of path finding of a robot using fuzzy theory is proposed. A learning algorithm based on back-propagation with gradient descent is also proposed to train the fuzzy network. The proposed algorithm combines the fuzzy theory, the distance transform, and the potential field method to plan a smooth and safe path to guide a robot to the destination. From an input image of the enviroment, distance transform is used to obtain the distance between a robot and the obstacles. The potential field method is used to calculate the attractive and repulsive forces between a robot and the obstacles. Combining fuzzy logic, distance transforms, and the potential field method, a robot can be guided to the destination. A problem that a robot becomes trapped at a local minimum in the navigating mode may exist. In the case, the robot is swithed to the tracking mode. Finally, a learning algorithm is proposed to tune the membership function to control the robot to the desired path.
Wu, Zih-Yan, and 吳治彥. "Restaurant Service Robot of Path Planning." Thesis, 2011. http://ndltd.ncl.edu.tw/handle/73461238619136885963.
Full text吳鳳科技大學
光機電暨材料研究所
99
In this thesis we use the platform with two wheels of differential drive as the carrier of restaurant service robot, and utilize different methods to measure the travel path error of the robot so as to be the basis for control. First, without using SICK (SICK AG company, Germany) laser positioning system, we drove the robot to move in several preset paths using water dropping device to record the actual paths. Then the travel path errors can be obtained by afterwards calculation. Secondly, we use SICK laser positioning system to acquire the actual position of the robot and correct path to the coordinates preset. Path planning of the robot has been a line, circle, square and S-shaped paths. Control interface is written using Visual Basic 6.0. We can send control instructions by the RS232 to USB drive to do communication with the motor. In this manner, we make the robot walk along the preset paths with minimum errors. Keywords: Path error, Restaurant service robot, Differential drive,Path planning
Hung, Po-Chien, and 洪博謙. "Snake robot locomotion planning and analysis." Thesis, 2016. http://ndltd.ncl.edu.tw/handle/77pnw6.
Full text中原大學
電機工程研究所
104
Biological snakes can change locomotion depending on different environments. Therefore, biological snakes have great ability to adapt to various environments. Because this reason, snake-like robots have been developed to take this advantage, so that it can be used to rescue and explore in the unknown and complex environment. This thesis focuses on snake-like robot locomotion technique used for moving inside of nuclear power plant. Because nuclear power plant environment is very complex, it is not easy to enter and detect the pipe by using operators or large equipment. The proposed snake-like robot is constructed by ten servo motors. Serpentine and caterpillar locomotion technique are applied to move the snake. The servo motors are controlled by SSC (Serial Servo Controller), and SSC receives PWM (Pulse Width Modulation) signal as the command from a computer. The experiment results show the snake-like robot can achieve forward, right-turn and left-turn locomotion in a 6 inch pipe.