نتایج جستجو برای: parallel manipulator

تعداد نتایج: 232664  

Journal: :Journal of the Japan Society of Precision Engineering 1985

2005
M. R. Zakerzadeh M. Tavakoli G. R. Vossoughi S. Bagheri

This paper studies inverse kinematics and dynamics of a new 4-DOF hybrid (serial-parallel) manipulator. This kind of hybrid manipulator is specially designed for pole/column climbing applications with spatially bent and branching poles/columns. The proposed hybrid manipulator consists of a one-DOF rotary mechanism in series with a 3-DOF planar 3-R PR parallel mechanism. This combination provide...

2008
Leila Notash Andrew Horne Victoria Lee

In this article, an experimental calibration of the constraining linkage of a wire-actuated parallel robot is discussed. The experimental test bed includes a prototyped 4 degrees of freedom wire-actuated parallel manipulator and an optical tracking system. The parallel manipulator employs hybrid actuation ofjoints and wires and includes a rigid branch to constrain the motion of its mobile platf...

2008
Vigen Arakelian Sébastien Briot Victor Glazunov

This paper is focused on the study of singularity of planar parallel manipulators taking into account the force transmission, i.e. study of singularity of planar manipulator by introducing the force transmission factor. Thus the singularity zones in the workspace of the manipulator are defined not only by kinematic criterions from the theoretical perfect model of the manipulator but also by the...

1997
Richard Eugene Stamper Lung-Wen Tsai

Title of Dissertation: A THREE DEGREE OF FREEDOM PARALLEL MANIPULATOR WITH ONLY TRANSLATIONAL DEGREES OF FREEDOM Richard Eugene Stamper, Doctor of Philosophy, 1997 Dissertation directed by: Professor Lung-Wen Tsai Department of Mechanical Engineering and Institute for Systems Research In this dissertation, a novel parallel manipulator is investigated. The manipulator has three degrees of freedo...

2013
Guanglei Wu Shaoping Bai Jørgen A. Kepler Stéphane Caro

This paper deals with the error modelling and analysis of a 3-PPR planar parallel manipulator with joint clearances. The kinematics and the Cartesian workspace of the manipulator are analyzed. An error model is established with considerations of both configuration errors and joint clearances. Using this model, the upper bounds and distributions of the pose errors for this manipulator are establ...

Journal: :CoRR 2007
Damien Chablat Stéphane Caro Emilie Bouyer

The design of a mechanical transmission taking into account the transmitted forces is reported in this paper. This transmission is based on Slide-o-Cam, a cam mechanism with multiple rollers mounted on a common translating follower. The design of Slide-o-Cam, a transmission intended to produce a sliding motion from a turning drive, or vice versa, was reported elsewhere. This transmission provid...

2013
Júlia Borràs Aaron M. Dollar

In this paper we apply the kineto-static mathematical models commonly used for robotic hands and for parallel manipulators to an example of handplus-object (parallel manipulator) with three fingers (legs), each with two phalanges (links). The obtained analytical matrix expressions that define the velocity and static equations in both frameworks are shown to be equivalent. This equivalence clari...

1997
J. H. Shim J. Y. Park Dong-Soo Kwon Hyung Suck Cho S. Kim

This paper presents a kinematic analysis of a parallel manipulator we have been developing for the probing task application that requires high bandwidth, active compliance, and high precision. Based on the concept of macro/micro manipulators, the parallel manipulator serves as a wrist of a macro manipulator. The developed manipulator is a class of in-parallel platforms with 3 PRPS( prismatic-re...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->