نتایج جستجو برای: actuated timing

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

1994
Yangsheng Xu

An under-actuated robot mlllipulator is a serial mechanism, in which the number of p i n t s is greater than the number of actuators. Making use of the dynamic interaction between the passive joiats and actuated joints, the robot can provide dairable motion and f o r c a dynamically. In comparison to a fully actuated robot, the mndu-actuated system will be more compact in size and lomr weighted...

A. H. Kakaee J. Zareei

Engine performance depends on two main factors of engine speed and ignition time. Ignition timing can affect engine life, fuel economy and engine power. In this paper, to study engine performance of Peugeot 206 TU3A with comparison ratio of 10.5:1 and displacement of 1361CC in MATLAB software, a two-zone burned/unburned model with the fuel burning rate described by aWiebe function was used for ...

1997
Reid L. Kress Lonnie J. Love Rajiv V. Dubey Angela Gizelar

Waste tank Cleanup is a current application area for robotics in the United States. As a result of tank access restrictions, (e.g., limited number and size of manholes), designs for several current waste Cleanup manipulator systems have long links with small cross-sections and variable lengths. In addition, as a result of anticipated payload capacity, these manipulator designs are hydraulically...

2012
Ryan N. Smith

Establishing a persistent presence in the ocean with an AUV to observe temporal variability of large-scale ocean processes requires a unique sensor platform. In this paper, we propose a strategy that utilizes ocean model predictions to increase the autonomy and control of Lagrangian or profiling floats for precisely this purpose. An A* planner is applied to a local controllability map generated...

2006
Imran Fazal Marcus Louwerse Henri Jansen

We present the design, fabrication and characterization of a novel microvalve realized by combining micro and fine machining techniques. The design is for high flow rates at high pressure difference between inlet and outlet, burst pressure of up to 15 bars, there is no power consumption required for the valve to maintain its position during operation in any intermediate state and the process ga...

Journal: :Robotica 2018
Moshe P. Mann Lior Damti Gideon Tirosh David Zarrouk

In this paper, we propose a novel type of serial robot with minimal actuation. The robot is a serial rigid structure consisting of multiple links connected by passive joints and of movable actuators. The novelty of this robot is that the actuators travel over the links to a given joint and adjust the relative angle between the two adjacent links. The joints passively preserve their angles until...

2014
Byungkyu Brian Park Yin Chen Hanseon Cho Ilsoo Yun

Coordinated actuated traffic signal systems have been widely deployed in urban and suburban areas as they provide progression along the major corridors. However, it has been often observed that uncoordinated cross street movements experience higher delay under the coordinated actuated signal systems due to their inability to adjust maximum green times (or force-off points). A few studies mentio...

2011
DAN OVERHOLT

This article presents recent developments in actuated musical instruments created by the authors, who also describe an ecosystemic model of actuated performance activities that blur traditional boundaries between the physical and virtual elements of musical interfaces. Actuated musical instruments are physical instruments that have been endowed with virtual qualities controlled by a computer in...

2016
Taeyoung Lee Melvin Leok Harris McClamroch

A Furuta pendulum is a serial connection of two thin, rigid links, where the first link is actuated by a vertical control torque while it is constrained to rotate in a horizontal plane; the second link is not actuated. The second link of the conventional Furuta pendulum is constrained to rotate in a vertical plane orthogonal to the first link, under the influence of gravity. Methods of geometri...

2009
Júlia Borràs Raffaele Di Gregorio

The direct position analysis (DPA) of a manipulator is the computation of the end-effector poses (positions and orientations) compatible with assigned values of the actuated-joint variables. Assigning the actuated-joint variables corresponds to considering the actuated joints locked, which makes the manipulator a structure. The solutions of the DPA of a manipulator one to one correspond to the ...

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

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

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"; } -->