Matching Items (38)
157469-Thumbnail Image.png
Description
What if there is a way to integrate prosthetics seamlessly with the human body and robots could help improve the lives of children with disabilities? With physical human-robot interaction being seen in multiple aspects of life, including industry, medical, and social, how these robots are interacting with human becomes

What if there is a way to integrate prosthetics seamlessly with the human body and robots could help improve the lives of children with disabilities? With physical human-robot interaction being seen in multiple aspects of life, including industry, medical, and social, how these robots are interacting with human becomes even more important. Therefore, how smoothly the robot can interact with a person will determine how safe and efficient this relationship will be. This thesis investigates adaptive control method that allows a robot to adapt to the human's actions based on the interaction force. Allowing the relationship to become more effortless and less strained when the robot has a different goal than the human, as seen in Game Theory, using multiple techniques that adapts the system. Few applications this could be used for include robots in physical therapy, manufacturing robots that can adapt to a changing environment, and robots teaching people something new like dancing or learning how to walk after surgery.

The experience gained is the understanding of how a cost function of a system works, including the tracking error, speed of the system, the robot’s effort, and the human’s effort. Also, this two-agent system, results into a two-agent adaptive impedance model with an input for each agent of the system. This leads to a nontraditional linear quadratic regulator (LQR), that must be separated and then added together. Thus, creating a traditional LQR. This new experience can be used in the future to help build better safety protocols on manufacturing robots. In the future the knowledge learned from this research could be used to develop technologies for a robot to allow to adapt to help counteract human error.
ContributorsBell, Rebecca C (Author) / Zhang, Wenlong (Thesis advisor) / Chiou, Erin (Committee member) / Aukes, Daniel (Committee member) / Arizona State University (Publisher)
Created2019
133613-Thumbnail Image.png
Description
In this article we present a low-cost force-sensing quadrupedal laminate robot platform. The robot has two degrees of freedom on each of four independent legs, allowing for a variety of motion trajectories to be created at each leg, thus creating a rich control space to explore on a relatively low-cost

In this article we present a low-cost force-sensing quadrupedal laminate robot platform. The robot has two degrees of freedom on each of four independent legs, allowing for a variety of motion trajectories to be created at each leg, thus creating a rich control space to explore on a relatively low-cost robot. This platform allows a user to research complex motion and gait analysis control questions, and use different concepts in computer science and control theory methods to permit it to walk. The motion trajectory of each leg has been modeled in Python. Critical design considerations are: the complexity of the laminate design, the rigidity of the materials of which the laminate is constructed, the accuracy of the transmission to control each leg, and the design of the force sensing legs.
ContributorsShuch, Benjamin David (Author) / Aukes, Daniel (Thesis director) / Sodemann, Angela (Committee member) / Engineering Programs (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
132951-Thumbnail Image.png
Description
This project is investigating the impact curvature, buckling, and anisotropy play when used passively to enhance jumping capability. In this paper we employ a curved structure to allow a rigid link to collapse preferentially in one direction when it encounters aerodynamic drag forces. A joint of this nature could be

This project is investigating the impact curvature, buckling, and anisotropy play when used passively to enhance jumping capability. In this paper we employ a curved structure to allow a rigid link to collapse preferentially in one direction when it encounters aerodynamic drag forces. A joint of this nature could be used for passively actuated jump gliding, where wings would collapse immediately on takeoff and passively redeploy during descent, allowing the jumping robot to extend its horizontal range via gliding. A passively actuated joint is simpler and more lightweight than active solutions, allowing for a lighter glider and higher jumps. To test this, several prototype collapsing gliding wings of different diameters were tested by dropping them from a consistent height above the ground and by launching them upwards and recording their initial velocity. A model was constructed in Python using the data gathered through the experiments and was tuned so that its outputs were as close as possible to the experimental results. As expected, increasing the wing diameter increased the total fall time, and increasing the payload mass decreased the total fall time. Orientation of the wings around the vertical axis of the glider relative to the direction of horizontal motion was also found to have an effect on the length of time between when the gliding platform was launched and when it made contact with the ground, with a configuration where the axis between the wings was parallel to the direction of motion granting added stability.
ContributorsLighthouse, Guston Heqian (Author) / Aukes, Daniel (Thesis director) / Sodemann, Angela (Committee member) / Engineering Programs (Contributor, Contributor) / Barrett, The Honors College (Contributor)
Created2019-05
155003-Thumbnail Image.png
Description
The technological advances in the past few decades have made possible creation and consumption of digital visual content at an explosive rate. Consequently, there is a need for efficient quality monitoring systems to ensure minimal degradation of images and videos during various processing operations like compression, transmission, storage etc. Objective

The technological advances in the past few decades have made possible creation and consumption of digital visual content at an explosive rate. Consequently, there is a need for efficient quality monitoring systems to ensure minimal degradation of images and videos during various processing operations like compression, transmission, storage etc. Objective Image Quality Assessment (IQA) algorithms have been developed that predict quality scores which match well with human subjective quality assessment. However, a lot of research still remains to be done before IQA algorithms can be deployed in real world systems. Long runtimes for one frame of image is a major hurdle. Graphics Processing Units (GPUs), equipped with massive number of computational cores, provide an opportunity to accelerate IQA algorithms by performing computations in parallel. Indeed, General Purpose Graphics Processing Units (GPGPU) techniques have been applied to a few Full Reference IQA algorithms which fall under the. We present a GPGPU implementation of Blind Image Integrity Notator using DCT Statistics (BLIINDS-II), which falls under the No Reference IQA algorithm paradigm. We have been able to achieve a speedup of over 30x over the previous CPU version of this algorithm. We test our implementation using various distorted images from the CSIQ database and present the performance trends observed. We achieve a very consistent performance of around 9 milliseconds per distorted image, which made possible the execution of over 100 images per second (100 fps).
ContributorsYadav, Aman (Author) / Sohoni, Sohum (Thesis advisor) / Aukes, Daniel (Committee member) / Redkar, Sangram (Committee member) / Arizona State University (Publisher)
Created2016
155837-Thumbnail Image.png
Description
With the advent of GPGPU, many applications are being accelerated by using CUDA programing paradigm. We are able to achieve around 10x -100x speedups by simply porting the application on to the GPU and running the parallel chunk of code on its multi cored SIMT (Single instruction multiple thread) architecture.

With the advent of GPGPU, many applications are being accelerated by using CUDA programing paradigm. We are able to achieve around 10x -100x speedups by simply porting the application on to the GPU and running the parallel chunk of code on its multi cored SIMT (Single instruction multiple thread) architecture. But for optimal performance it is necessary to make sure that all the GPU resources are efficiently used, and the latencies in the application are minimized. For this, it is essential to monitor the Hardware usage of the algorithm and thus diagnose the compute and memory bottlenecks in the implementation. In the following thesis, we will be analyzing the mapping of CUDA implementation of BLIINDS-II algorithm on the underlying GPU hardware, and come up with a Kepler architecture specific solution of using shuffle instruction via CUB library to tackle the two major bottlenecks in the algorithm. Experiments were conducted to convey the advantage of using shuffle instru3ction in algorithm over only using shared memory as a buffer to global memory. With the new implementation of BLIINDS-II algorithm using CUB library, a speedup of around 13.7% was achieved.
ContributorsWadekar, Ameya (Author) / Sohoni, Sohum (Thesis advisor) / Aukes, Daniel (Committee member) / Redkar, Sangram (Committee member) / Arizona State University (Publisher)
Created2017
148167-Thumbnail Image.png
Description

While many 3D printed structures are rigid and stationary, the potential for complex geometries offers a chance for creative and useful motion. Printing structures larger than the print bed, reducing the need for support materials, maintaining multiple states without actuation, and mimicking origami folding are some of the opportunities offered

While many 3D printed structures are rigid and stationary, the potential for complex geometries offers a chance for creative and useful motion. Printing structures larger than the print bed, reducing the need for support materials, maintaining multiple states without actuation, and mimicking origami folding are some of the opportunities offered by 3D printed hinges. Current efforts frequently employ advanced materials and equipment that are not available to all users. The purpose of this project was to develop a parametric, print-in-place, self-locking hinge that could be printed using very basic materials and equipment. Six main designs were developed, printed, and tested for their strength in maintaining a locked position. Two general design types were used: 1) sliding hinges and 2) removable pin hinges. The test results were analyzed to identify and explain the causes of observed trends. The amount of interference between the pin vertex and knuckle hole edge was identified as the main factor in hinge strength. After initial testing, the designs were modified and applied to several structures, with successful results for a collapsible hexagon and a folding table. While the initial goal was to have one CAD model as a final product, the need to evaluate tradeoffs depending on the exact application made this impossible. Instead, a set of design guidelines was created to help users make strategic decisions and create their own design. Future work could explore additional scaling effects, printing factors, or other design types.

ContributorsAndreotti, Jaimee Jeannette (Author) / Bhate, Dhruv (Thesis director) / Aukes, Daniel (Committee member) / Dean, W.P. Carey School of Business (Contributor) / Mechanical and Aerospace Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147753-Thumbnail Image.png
Description

The researchers build a drone with a grasping mechanism to wrap around branches to perch. The design process and methodology are discussed along with the software and hardware configuration. The researchers explain the influences on the design and the possibilities for what it could inspire.

ContributorsDowney, Matthew Evan (Co-author) / Macias, Jose (Co-author) / Goldenberg, Edward (Co-author) / Zhang, Wenlong (Thesis director) / Aukes, Daniel (Committee member) / Engineering Programs (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
147989-Thumbnail Image.png
Description

The majority of drones are extremely simple, their functions include flight and sometimes recording video and audio. While drone technology has continued to improve these functions, particularly flight, additional functions have not been added to mainstream drones. Although these basic functions serve as a good framework for drone designs, it

The majority of drones are extremely simple, their functions include flight and sometimes recording video and audio. While drone technology has continued to improve these functions, particularly flight, additional functions have not been added to mainstream drones. Although these basic functions serve as a good framework for drone designs, it is now time to extend off from this framework. With this Honors Thesis project, we introduce a new function intended to eventually become common to drones. This feature is a grasping mechanism that is capable of perching on branches and carrying loads within the weight limit. This concept stems from the natural behavior of many kinds of insects. It paves the way for drones to further imitate the natural design of flying creatures. Additionally, it serves to advocate for dynamic drone frames, or morphing drone frames, to become more common practice in drone designs.

ContributorsMacias, Jose Carlos (Co-author) / Goldenberg, Edward Bradley (Co-author) / Downey, Matthew (Co-author) / Zhang, Wenlong (Thesis director) / Aukes, Daniel (Committee member) / Human Systems Engineering (Contributor) / Engineering Programs (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

This report describes the findings of an experiment designed to explore the nature of human hearing using binaural sound. The experiment also set out to determine a way to accurately find positional data from sound. Binaural recordings were made of high frequency sounds at various angles and the data was

This report describes the findings of an experiment designed to explore the nature of human hearing using binaural sound. The experiment also set out to determine a way to accurately find positional data from sound. Binaural recordings were made of high frequency sounds at various angles and the data was postprocessed to find the group delay and difference of intensity between the two channels. To do this, two methods were used. The first relied on manually analyzing the data by visually looking for the points of interest. The second method used a MATLAB program to scan the data for the points of interest by using a Fourier analysis. It was determined that while the first method has the potential to provide better results it is impractical and not representative of how human hearing works. The second method was far more efficient and demonstrated the reliance of human hearing on the difference of intensities. It was determined that through the use of the second method accurate positional data could be obtained by comparing the differences with experimental data.

ContributorsCruz, Benjamin (Author) / Takahashi, Timothy (Thesis director) / Aukes, Daniel (Committee member) / Barrett, The Honors College (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2023-05
189313-Thumbnail Image.png
Description
This dissertation introduces and examines Soft Curved Reconfigurable Anisotropic Mechanisms (SCRAMs) as a solution to address actuation, manufacturing, and modeling challenges in the field of soft robotics, with the aim of facilitating the broader implementation of soft robots in various industries. SCRAM systems utilize the curved geometry of thin elastic

This dissertation introduces and examines Soft Curved Reconfigurable Anisotropic Mechanisms (SCRAMs) as a solution to address actuation, manufacturing, and modeling challenges in the field of soft robotics, with the aim of facilitating the broader implementation of soft robots in various industries. SCRAM systems utilize the curved geometry of thin elastic structures to tackle these challenges in soft robots. SCRAM devices can modify their dynamic behavior by incorporating reconfigurable anisotropic stiffness, thereby enabling tailored locomotion patterns for specific tasks. This approach simplifies the actuation of robots, resulting in lighter, more flexible, cost-effective, and safer soft robotic systems. This dissertation demonstrates the potential of SCRAM devices through several case studies. These studies investigate virtual joints and shape change propagation in tubes, as well as anisotropic dynamic behavior in vibrational soft twisted beams, effectively demonstrating interesting locomotion patterns that are achievable using simple actuation mechanisms. The dissertation also addresses modeling and simulation challenges by introducing a reduced-order modeling approach. This approach enables fast and accurate simulations of soft robots and is compatible with existing rigid body simulators. Additionally, this dissertation investigates the prototyping processes of SCRAM devices and offers a comprehensive framework for the development of these devices. Overall, this dissertation demonstrates the potential of SCRAM devices to overcome actuation, modeling, and manufacturing challenges in soft robotics. The innovative concepts and approaches presented have implications for various industries that require cost-effective, adaptable, and safe robotic systems. SCRAM devices pave the way for the widespread application of soft robots in diverse domains.
ContributorsJiang, Yuhao (Author) / Aukes, Daniel (Thesis advisor) / Berman, Spring (Committee member) / Lee, Hyunglae (Committee member) / Marvi, Hamidreza (Committee member) / Srivastava, Siddharth (Committee member) / Arizona State University (Publisher)
Created2023