227 research outputs found

    Feasibility study and porting of the damped least square algorithm on FPGA

    Get PDF
    Modern embedded computing platforms used within Cyber-Physical Systems (CPS) are nowadays leveraging more and more often on heterogeneous computing substrates, such as newest Field Programmable Gate Array (FPGA) devices. Compared to general purpose platforms, which have a fixed datapath, FPGAs provide designers the possibility of customizing part of the computing infrastructure, to better shape the execution on the application needs/features, and offer high efficiency in terms of timing and power performance, while naturally featuring parallelism. In the context of FPGA-based CPSs, this article has a two fold mission. On the one hand, it presents an analysis of the Damped Least Square (DLS) algorithm for a perspective hardware implementation. On the other hand, it describes the implementation of a robotic arm controller based on the DLS to numerically solve Inverse Kinematics problems over a heterogeneous FPGA. Assessments involve a Trossen Robotics WidowX robotic arm controlled by a Digilent ZedBoard provided with a Xilinx Zynq FPGA that computes the Inverse Kinematic

    High performance control of a multiple-DOF motion platform for driver seat vibration test in laboratory

    Get PDF
    Dynamic testing plays an important part in the vehicle seat suspension study. However, a large amount of research work on vibration control of vehicle seat suspension to date has been limited to simulations because the use of a full-size vehicle to test the device is an expensive and dangerous task. In order to decrease the product development time and cost as well as to improve the design quality, in this research, a vibration generation platform is developed for simulating the road induced vehicle vibration in laboratory. Different from existing driving simulation platforms, this research focuses on the vehicle chassis vibration simulation and the control of motion platform to make sure the platform can more accurately generate the actual vehicle vibration movement. A seven degree-of-freedom (DOF) full-vehicle model with varying road inputs is used to simulate the real vehicle vibration. Moreover, because the output vibration data of the vehicle model is all about the absolute heave, pitch and roll velocities of the sprung mass, in order to simulate the vibration in all dimensions, a Stewart multiple-DOF motion platform is designed to generate the required vibration. As a result, the whole vibration simulator becomes a hardware-in-the-loop (HIL) system. The hardware consists of a computer used to calculate the required vibration signals, a Stewart platform used to generate the real movement, and a controller used to control the movement of the platform and implemented by a National Instruments (NI) CompactRIO board. The data, which is from the vehicle model, can be converted into the length of the six legs of the Stewart platform. Therefore, the platform can transfer into the same posture as the real vehicle chassis at that moment. The success of the developed platform is demonstrated by HIL experiments of actuators. As there are six actuators installed in the motion platform, the signals from six encoders are used as the feedback signals for the control of the length of the actuators, and advanced control strategies are developed to control the movement of the platform to make sure the platform can accurately generate the required motion even in heavy load situations. Theoretical study is conducted on how to generate the reasonable vibration signals suitable for vehicle seat vibration tests in different situations and how to develop advanced control strategies for accurate control of the motion platform. Both simulation and experimental studies are conducted to validate the proposed approaches

    Locomotion Control of Hexapod Walking Robot with Four Degrees of Freedom per Leg

    Get PDF
    V této práci představujeme nového šestinohého robota jménem HAntR, kterého jsme vytvořili dle potřeb Laboratoře výpočetní robotiky Centra umělé inteligence fakulty Elektrotechnické Českého vysokého učení technického v Praze. Jeho hlavním účelem jest vylepšit schopnosti pohybu v těžkém terénu původního robotu přidáním čtvrtého stupně volnosti každé noze. Na základě nově navržené nohy jsme také přepracovali celé tělo robotu tak, aby splnilo i další požadavky, jako například menší rozměry, či možnost osazení alespoň šesti Lithium-Iontovými monočlánky. V práci pečlivě popisujeme motivace a úvahy, které nás k výslednému návrhu vedly. Uvádíme řešení přímé i inverzní kinematické úlohy řešené pomocí podmínky na ideální orientaci konce nohy a uvažující i důležité kinematické singularity. Navržený robot byl vyzkoušen v několika experimentech, při kterých byl použit námi navržený řídicí systém napsaný v jazyce C++. Ukázalo se, že HAntR vydrží díky zvýšené energetické hustotě a lepšímu rozkladu sil v končetinách autonomně fungovat přes hodinu. Robot je také schopen jít rychlostí až 0.42m/s, což předčí mnohé srovnatelné roboty. Při experimentu, kdy robot stál na nakloněné rovině, bylo prokázáno zlepšení oproti předchozímu robotu. A také jsme dle pokynů této práce potvrdili, že i HAntR je schopen adaptivní chůze spoléhající pouze na poziční zpětnou vazbu.In this thesis a novel six-legged robot called HAntR is presented. The robot was developed according to needs of the Robotics Laboratory, at the Artificial Intelligent Center, Faculty of Electrical Engineering, Czech Technical University in Prague. Its main purpose is enhancing rough-terrain movement capabilities by upgrading a former design by adding fourth degree of freedom to each leg. We also revised robot torso to fit new leg design and incorporate other requirements such as smaller dimensions with space for at least six Lithium-Ion cells. We thoroughly describe motivations and considerations that led us to the presented particular solution. Further, the solutions of forward and inverse kinematic tasks with partial orientation constraint and important singularities avoidance are presented. The proposed design has been evaluated in several experimental deployments, which utilised developed software controller written in C++. Endurance tests showed, that HAntR is able to remotely operate for over an hour thanks to increased energy density. Maximal speed test resulted to 0.42m/s during tripod gait, which outpaces most of the comparable robotic platforms. Experiment where HAntR stood on platform with varying inclination showed qualitative improvement against former robot. Finally, in accord with the thesis assignment, we proved that HAntR is able to perform walking with adaptive gait using positional feedback only

    Modular and Analytical Methods for Solving Kinematics and Dynamics of Series-Parallel Hybrid Robots

    Get PDF
    While serial robots are known for their versatility in applications, larger workspace, simpler modeling and control, they have certain disadvantages like limited precision, lower stiffness and poor dynamic characteristics in general. A parallel robot can offer higher stiffness, speed, accuracy and payload capacity, at the downside of a reduced workspace and a more complex geometry that needs careful analysis and control. To bring the best of the two worlds, parallel submechanism modules can be connected in series to achieve a series-parallel hybrid robot with better dynamic characteristics and larger workspace. Such a design philosophy is being used in several robots not only at DFKI (for e.g., Mantis, Charlie, Recupera Exoskeleton, RH5 humanoid etc.) but also around the world, for e.g. Lola (TUM), Valkyrie (NASA), THOR (Virginia Tech.) etc.These robots inherit the complexity of both serial and parallel architectures. Hence, solving their kinematics and dynamics is challenging because they are subjected to additional geometric loop closure constraints. Most approaches in multi-body dynamics adopt numerical resolution of these constraints for the sake of generality but may suffer from inaccuracy and performance issues. They also do not exploit the modularity in robot design. Further, closed loop systems can have variable mobility, different assembly modes and can impose redundant constraints on the equations of motion which deteriorates the quality of many multi-body dynamics solvers. Very often only a local view to the system behavior is possible. Hence, it is interesting for geometers or kinematics researchers, to study the analytical solutions to geometric problems associated with a specific type of parallel mechanism and their importance over numerical solutions is irrefutable. Techniques such as screw theory, computational algebraic geometry, elimination and continuation methods are popular in this domain. But this domain specific knowledge is often underrepresented in the design of model based kinematics and dynamics software frameworks. The contributions of this thesis are two-fold. Firstly, a rigorous and comprehensive kinematic analysis is performed for the novel parallel mechanisms invented recently at DFKI-RIC such as RH5 ankle mechanism and Active Ankle using approaches from computational algebraic geometry and screw theory. Secondly, the general idea of a modular software framework called Hybrid Robot Dynamics (HyRoDyn) is presented which can be used to solve the geometry, kinematics and dynamics of series-parallel hybrid robotic systems with the help of a software database which stores the analytical solutions for parallel submechanism modules in a configurable and unit testable manner. HyRoDyn approach is suitable for both high fidelity simulations and real-time control of complex series-parallel hybrid robots. The results from this thesis has been applied to two robotic systems namely Recupera-Reha exoskeleton and RH5 humanoid. The aim of this software tool is to assist both designers and control engineers in developing complex robotic systems of the future. Efficient kinematic and dynamic modeling can lead to more compliant behavior, better whole body control, walking and manipulating capabilities etc. which are highly desired in the present day and future robotic applications

    MATLAB

    Get PDF
    This excellent book represents the final part of three-volumes regarding MATLAB-based applications in almost every branch of science. The book consists of 19 excellent, insightful articles and the readers will find the results very useful to their work. In particular, the book consists of three parts, the first one is devoted to mathematical methods in the applied sciences by using MATLAB, the second is devoted to MATLAB applications of general interest and the third one discusses MATLAB for educational purposes. This collection of high quality articles, refers to a large range of professional fields and can be used for science as well as for various educational purposes

    In vitro-virtual-reality: an anatomically explicit musculoskeletal simulation powered by in vitro muscle using closed loop tissue-software interaction

    Get PDF
    Muscle force-length dynamics are governed by intrinsic contractile properties, motor stimulation and mechanical load. Although intrinsic properties are well-characterised, physiologists lack in vitro instrumentation accounting for combined effects of limb inertia, musculoskeletal architecture and contractile dynamics. We introduce in vitro virtual-reality (in vitro-VR) which enables in vitro muscle tissue to drive a musculoskeletal jumping simulation. In hardware, muscle force from a frog plantaris was transmitted to a software model where joint torques, inertia and ground reaction forces were computed to advance the simulation at 1 kHz. To close the loop, simulated muscle strain was returned to update in vitro length. We manipulated 1) stimulation timing and, 2) the virtual muscle's anatomical origin. This influenced interactions among muscular, inertial, gravitational and contact forces dictating limb kinematics and jump performance. We propose that in vitro-VR can be used to illustrate how neuromuscular control and musculoskeletal anatomy influence muscle dynamics and biomechanical performance

    Time-Optimal Feedrate Planning for Freeform Toolpaths for Manufacturing Applications

    Get PDF
    Optimality and computational efficiency are two desired yet competing attributes of time-optimal feedrate planning. A well-designed algorithm can vastly increase machining productivity, by reducing tool positioning time subject to limits of the machine tool and process kinematics. In the optimization, it is crucial to not overload the machining operation, saturate the actuators’ limits, or cause unwanted vibrations and contour errors. This presents a nonlinear optimization problem for achieving highest possible feedrates along a toolpath, while keeping the actuator level velocity, acceleration and jerk profiles limited. Methods proposed in literature either use highly elaborate nonlinear optimization solvers like Sequential Quadratic Programming (SQP), employ iterative heuristics which extends the computational time, or make conservative assumptions that reduces calculation time but lead to slower tool motion. This thesis proposes a new feedrate optimization algorithm, which combines recasting of the original problem into a Linear Programming (LP) form, and the development of a new windowing scheme to handle very long toolpaths. All constraint equations are linearized by applying B-spline discretization on the kinematic profiles, and approximating the nonlinear jerk equation with a linearized upper bound (so-called ‘pseudo-jerk’). The developed windowing algorithm first solves adjacent portions of the feed profile with zero boundary conditions at overlap points. Afterwards, using the Principle of Optimality, connection boundary conditions are identified that guarantee a feasible initial guess for blending the pre-solved adjacent feed profiles into one another, through a consecutive pass of LP. Experiments conducted at the sponsoring company of this research, Pratt & Whitney Canada (P&WC), show that the proposed algorithm is able to reliably reduce cycle time by up to 56% and 38% in two different contouring operations, without sacrificing dynamic positioning accuracy. Benchmarks carried out with respect to two earlier proposed feedrate optimization algorithms, validate both the time optimality and also drastic (nearly 60 times) reduction in the computational load, achieved with the new method. Part quality, robustness and feed drive positioning accuracy have also been validated in 3-axis surface machining of a part with 1030 waypoints and 10,000 constraint checkpoints
    corecore