106 results on '"Teleoperated robot"'
Search Results
2. Prediction and Elimination of Physiological Tremor During Control of Teleoperated Robot Based on Deep Learning.
- Author
-
Chen, Juntao, Zhang, Zhiqing, Guan, Wei, Cao, Xinxin, and Liang, Ke
- Subjects
- *
GEOGRAPHICAL perception , *PREDICTION models , *ROBOT control systems , *REMOTE control , *TREMOR - Abstract
Currently, teleoperated robots, with the operator's input, can fully perceive unknown factors in a complex environment and have strong environmental interaction and perception abilities. However, physiological tremors in the human hand can seriously affect the accuracy of processes that require high-precision control. Therefore, this paper proposes an EEMD-IWOA-LSTM model, which can decompose the physiological tremor of the hand into several intrinsic modal components (IMF) by using the EEMD decomposition strategy and convert the complex nonlinear and non-stationary physiological tremor curve of the human hand into multiple simple sequences. An LSTM neural network is used to build a prediction model for each (IMF) component, and an IWOA is proposed to optimize the model, thereby improving the prediction accuracy of the physiological tremor and eliminating it. At the same time, the prediction results of this model are compared with those of different models, and the results of EEMD-IWOA-LSTM presented in this study show obvious superior performance. In the two examples, the MSE of the prediction model proposed are 0.1148 and 0.00623, respectively. The defibrillation model proposed in this study can effectively eliminate the physiological tremor of the human hand during teleoperation and improve the control accuracy of the robot during teleoperation. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
3. Exploring the Recommendation Expressions of Multiple Robots Towards Single-Operator-Multiple-Robots Teleoperation
- Author
-
Hatano, Yota, Baba, Jun, Nakanishi, Junya, Yoshikawa, Yuichiro, Ishiguro, Hiroshi, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Kurosu, Masaaki, editor, and Hashizume, Ayako, editor
- Published
- 2023
- Full Text
- View/download PDF
4. Mobile Robot Teleoperated Through Wireless Communication and Video Acquisition in Real Time for Hazard Applications
- Author
-
Yarad Jácome, Mélany J., Carguachi Caizatoa, José B., Kacprzyk, Janusz, Series Editor, Pal, Nikhil R., Advisory Editor, Bello Perez, Rafael, Advisory Editor, Corchado, Emilio S., Advisory Editor, Hagras, Hani, Advisory Editor, Kóczy, László T., Advisory Editor, Kreinovich, Vladik, Advisory Editor, Lin, Chin-Teng, Advisory Editor, Lu, Jie, Advisory Editor, Melin, Patricia, Advisory Editor, Nedjah, Nadia, Advisory Editor, Nguyen, Ngoc Thanh, Advisory Editor, Wang, Jun, Advisory Editor, Botto-Tobar, Miguel, editor, Cruz, Henry, editor, and Díaz Cadena, Angela, editor
- Published
- 2021
- Full Text
- View/download PDF
5. Teleoperated Service Robot with an Immersive Mixed Reality Interface
- Author
-
Angelica Nakayama, Daniel Ruelas, Jesus Savage, and Ernesto Bribiesca
- Subjects
teleoperated robot ,service robot ,immersive operation interface ,mixed reality interface ,virtual reality environment ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Teleoperated service robots can perform more complex and precise tasks as they combine robot skills and human expertise. Communication between the operator and the robot is essential for remote operation and strongly affects system efficiency. Immersive interfaces are being used to enhance teleoperation experience. However, latency or time delay can impair the performance of the robot operation. Since remote visualization involves transmitting a large amount of video data, the challenge is to decrease communication instability. Then, an efficient teleoperation system must have a suitable operation interface capable of visualizing the remote environment, controlling the robot, and having a fast response time. This work presents the development of a service robot teleoperation system with an immersive mixed reality operation interface where the operator can visualize the real remote environment or a virtual 3D environment representing it. The virtual environment aims to reduce the latency on communication by reducing the amount of information sent over the network and improve user experience. The robot can perform navigation and simple tasks autonomously or change to the teleoperated mode for more complex tasks. The system was developed using ROS, UNITY 3D, and sockets to be exported with ease to different platforms. The experiments suggest that having an immersive operation interface provides improved usability for the operator. The latency appears to improve when using the virtual environment. The user experience seems to benefit from the use of mixed reality techniques; this may lead to the broader use of teleoperated service robot systems.
- Published
- 2021
- Full Text
- View/download PDF
6. Can an Empathetic Teleoperated Robot Be a Working Mate that Supports Operator's Mentality?
- Author
-
Tomomi Takahashi, Sichao Song, Jun Baba, Junya Nakanishi, Yuichiro Yoshikawa, and Hiroshi Ishiguro
- Subjects
EMOTIONAL labor ,CUSTOMER services ,REMOTE control ,PSYCHOLOGICAL stress - Abstract
Customer service with teleoperated robots is susceptible to the same problems related to stress as is emotional labor in general, such as for in-person customer service representatives. In this study, we aimed to reduce that stress by constructing a buddy-like rapport between the robot, which is the target of teleoperation, and its operator. For this purpose, we designed an empathetic interaction between the robot and the operator and conducted a customer service experiment to verify its effectiveness. Our results demonstrate that the proposed interaction can build rapport between the robot and the operator and the operator can feel more reassured. Although the effect on stress could not be isolated directly from the data, detailed analyses of the response to the questionnaires indicated that the proposed interaction may be useful to relieve stress. [ABSTRACT FROM AUTHOR]
- Published
- 2022
7. An Object Detection and Localization Method Based on Improved YOLOv5 for the Teleoperated Robot.
- Author
-
Chen, Zhangyi, Li, Xiaoling, Wang, Long, Shi, Yueyang, Sun, Zhipeng, and Sun, Wei
- Subjects
OBJECT recognition (Computer vision) ,BINOCULAR vision ,ROBOTS ,MOBILE robots ,REMOTE control ,LOCALIZATION (Mathematics) - Abstract
In the traditional teleoperation system, the operator locates the object using the real-time scene information sent back from the robot terminal; however, the localization accuracy is poor and the execution efficiency is low. To address the issues, we propose an object detection and localization method for the teleoperated robot. First, we improved the classic YOLOv5 network model to produce superior object detection performance and named the improved model YOLOv5_Tel. On the basis of the classic YOLOv5 network model, the feature pyramid network was changed to a bidirectional feature pyramid network (BiFPN) network module to achieve the weighted feature fusion mechanism. The coordinate attention (CA) module was added to make the model pay more attention to the features of interest. Furthermore, we pruned the model from the depth and width to make it more lightweight and changed the bounding box regression loss function GIOU to SIOU to speed up model convergence. Then, the YOLOv5_Tel model and ZED2 depth camera were used to achieve object localization based on the binocular stereo vision ranging principle. Finally, we established an object detection platform for the teleoperated robot and created a small dataset to validate the proposed method. The experiment shows that compared with the classic YOLOv5 series network model, the YOLOv5_Tel is higher in accuracy, lighter in weight, and faster in detection speed. The mean average precision (mAP) value of the YOLOv5_Tel increased by 0.8%, 0.9%, and 1.0%, respectively. The model size decreased by 11.1%, 70.0%, and 86.4%, respectively. The inference time decreased by 9.1%, 42.9%, and 58.3%, respectively. The proposed object localization method has a high localization accuracy with an average relative error of only 1.12%. [ABSTRACT FROM AUTHOR]
- Published
- 2022
- Full Text
- View/download PDF
8. Analysis of cognitive skill in a water discharge activity for firefighting robots
- Author
-
Yoshihiro Tamura, Hisanori Amano, and Jun Ota
- Subjects
Firefighting ,Human skill ,Teleoperated robot ,Technology ,Mechanical engineering and machinery ,TJ1-1570 ,Control engineering systems. Automatic machinery (General) ,TJ212-225 ,Machine design and drawing ,TJ227-240 ,Technology (General) ,T1-995 ,Industrial engineering. Management engineering ,T55.4-60.8 ,Automation ,T59.5 ,Information technology ,T58.5-58.64 - Abstract
Abstract Teleoperated robots are expected to perform tasks in unexpected disaster sites, which have become increasingly common in recent years. However, only few teleoperated robots are used for such purposes owing to their poor usability compared to the handling of such tasks by humans. Further, human-machine interfaces (HMI) used in teleoperated robots are closely related to human skills. Firefighting activities require cognitive skill to make appropriate decisions. In extinguishing a fire or attenuating a leaked combustible gas, firefighting activities consist of two tasks: reconnaissance and water discharge to stop the fire or attenuate the leaked combustible gas, and these tasks possess different properties. In this study, we compared the cognitive skill of ten firefighters (five novices and five experts) in attenuating the leaked combustible gas, the latter of the said two tasks, using a teleoperated robot at a fire department. The experimental results indicated that experts were more multifaceted in their evaluation of the attenuation of combustible gas as compared to novices. In addition, as this result related to firefighter decision-making mechanisms, we were motivated to improve the HMI of firefighting teleoperated robots.
- Published
- 2021
- Full Text
- View/download PDF
9. Analysis of firefighting skill with a teleoperated robot
- Author
-
Yoshihiro Tamura, Hisanori Amano, and Jun Ota
- Subjects
Firefighting ,Human skill ,Teleoperated robot ,Technology ,Mechanical engineering and machinery ,TJ1-1570 ,Control engineering systems. Automatic machinery (General) ,TJ212-225 ,Machine design and drawing ,TJ227-240 ,Technology (General) ,T1-995 ,Industrial engineering. Management engineering ,T55.4-60.8 ,Automation ,T59.5 ,Information technology ,T58.5-58.64 - Abstract
Abstract Teleoperated robots are expected to perform tasks in extreme environments such as disaster sites. However, only few teleoperated robots are used for this purpose because their usability is poor compared to human skill in such tasks. Further, the use of human–machine interfaces used by teleoperated robots is in itself a human skill. In this study, we compare the skills of firefighters (experts) when using teleoperated robots and that of firefighters (novice) and analyze the results. Firefighters gain technical skills required for fighting fires from practical experiences; in comparison, novice firefighters have trouble acquiring these skills. We conducted a comparative experiment of the reconnaissance skills of firefighters in which ten firefighters (five novices and five experts) reconnoiter two simulated fire sites (one in a residential area and the other in a commercial facility area) with a teleoperated robot. The experimental results indicated that experts were more multifaceted in their evaluation of reconnaissance areas as compared to novices.
- Published
- 2020
- Full Text
- View/download PDF
10. Local vs. Avatar Robot: Performance and Perceived Workload of Service Encounters in Public Space
- Author
-
Jun Baba, Sichao Song, Junya Nakanishi, Yuichiro Yoshikawa, and Hiroshi Ishiguro
- Subjects
avatar ,teleoperated robot ,field study ,service encounters ,performance ,workload ,Mechanical engineering and machinery ,TJ1-1570 ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
In recent years, the demand for remote services has increased with concerns regarding the spread of infectious diseases and employees’ quality of life. Many attempts have been made to enable store staff to provide various services remotely via avatars displayed to on-site customers. However, the workload required on the part of service staff by the emerging new work style of operating avatar robots remains a concern. No study has compared the performance and perceived workload of the same staff working locally versus remotely via an avatar. In this study, we conducted an experiment to identify differences between the performance of in-person services and remote work through an avatar robot in an actual public space. The results showed that there were significant differences in the partial performance between working via an avatar and working locally, and we could not find significant difference in the overall performance. On the other hand, the perceived workload was significantly lower when the avatar robot was used. We also found that customers reacted differently to the robots and to the in-person participants. In addition, the workload perceived by operators in the robotic task was correlated with their personality and experience. To the best of our knowledge, this study is the first investigation of both performance and workload in remote customer service through robotic avatars, and it has important implications for the implementation of avatar robots in service settings.
- Published
- 2021
- Full Text
- View/download PDF
11. An Object Detection and Localization Method Based on Improved YOLOv5 for the Teleoperated Robot
- Author
-
Zhangyi Chen, Xiaoling Li, Long Wang, Yueyang Shi, Zhipeng Sun, and Wei Sun
- Subjects
teleoperated robot ,object detection ,object localization ,improved YOLOv5 network ,distance estimation ,Technology ,Engineering (General). Civil engineering (General) ,TA1-2040 ,Biology (General) ,QH301-705.5 ,Physics ,QC1-999 ,Chemistry ,QD1-999 - Abstract
In the traditional teleoperation system, the operator locates the object using the real-time scene information sent back from the robot terminal; however, the localization accuracy is poor and the execution efficiency is low. To address the issues, we propose an object detection and localization method for the teleoperated robot. First, we improved the classic YOLOv5 network model to produce superior object detection performance and named the improved model YOLOv5_Tel. On the basis of the classic YOLOv5 network model, the feature pyramid network was changed to a bidirectional feature pyramid network (BiFPN) network module to achieve the weighted feature fusion mechanism. The coordinate attention (CA) module was added to make the model pay more attention to the features of interest. Furthermore, we pruned the model from the depth and width to make it more lightweight and changed the bounding box regression loss function GIOU to SIOU to speed up model convergence. Then, the YOLOv5_Tel model and ZED2 depth camera were used to achieve object localization based on the binocular stereo vision ranging principle. Finally, we established an object detection platform for the teleoperated robot and created a small dataset to validate the proposed method. The experiment shows that compared with the classic YOLOv5 series network model, the YOLOv5_Tel is higher in accuracy, lighter in weight, and faster in detection speed. The mean average precision (mAP) value of the YOLOv5_Tel increased by 0.8%, 0.9%, and 1.0%, respectively. The model size decreased by 11.1%, 70.0%, and 86.4%, respectively. The inference time decreased by 9.1%, 42.9%, and 58.3%, respectively. The proposed object localization method has a high localization accuracy with an average relative error of only 1.12%.
- Published
- 2022
- Full Text
- View/download PDF
12. The realisation of an avatar-symbiotic society where everyone can perform active roles without constraint.
- Author
-
Ishiguro, Hiroshi
- Subjects
- *
AVATARS (Virtual reality) , *SOCIAL role , *GOAL (Psychology) , *REMOTE control , *CYBERNETICS , *MEDICAL care - Abstract
This project aims to realise an avatar-symbiotic society in which cybernetic avatars (CAs) allow everyone to perform active social roles without constraint. Through the teleoperation of multiple CAs that can fully transmit the user's actions, intentions, and reactions in scenarios which feature hospitality-rich dialogue, the user will be able to take part in various social activities (work, education, medical care, daily life, etc.). By 2050, our lifestyles will have dramatically changed. We will have greater freedom in our choice of location and how we spend our time, and technological advances will have enhanced our abilities. Our goal is to develop and implement avatar-symbiosis within a balanced future society. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
13. Analysis of cognitive skill in a water discharge activity for firefighting robots.
- Author
-
Tamura, Yoshihiro, Amano, Hisanori, and Ota, Jun
- Subjects
COGNITIVE analysis ,FIREFIGHTING ,ROBOTS ,DECISION making ,FIRE departments ,ROBOT programming - Abstract
Teleoperated robots are expected to perform tasks in unexpected disaster sites, which have become increasingly common in recent years. However, only few teleoperated robots are used for such purposes owing to their poor usability compared to the handling of such tasks by humans. Further, human-machine interfaces (HMI) used in teleoperated robots are closely related to human skills. Firefighting activities require cognitive skill to make appropriate decisions. In extinguishing a fire or attenuating a leaked combustible gas, firefighting activities consist of two tasks: reconnaissance and water discharge to stop the fire or attenuate the leaked combustible gas, and these tasks possess different properties. In this study, we compared the cognitive skill of ten firefighters (five novices and five experts) in attenuating the leaked combustible gas, the latter of the said two tasks, using a teleoperated robot at a fire department. The experimental results indicated that experts were more multifaceted in their evaluation of the attenuation of combustible gas as compared to novices. In addition, as this result related to firefighter decision-making mechanisms, we were motivated to improve the HMI of firefighting teleoperated robots. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
14. Analysis of firefighting skill with a teleoperated robot.
- Author
-
Tamura, Yoshihiro, Amano, Hisanori, and Ota, Jun
- Subjects
EXTREME environments ,FIREFIGHTING ,FIRE fighters ,ROBOTS ,ABILITY ,SURGICAL robots ,RESIDENTIAL areas - Abstract
Teleoperated robots are expected to perform tasks in extreme environments such as disaster sites. However, only few teleoperated robots are used for this purpose because their usability is poor compared to human skill in such tasks. Further, the use of human–machine interfaces used by teleoperated robots is in itself a human skill. In this study, we compare the skills of firefighters (experts) when using teleoperated robots and that of firefighters (novice) and analyze the results. Firefighters gain technical skills required for fighting fires from practical experiences; in comparison, novice firefighters have trouble acquiring these skills. We conducted a comparative experiment of the reconnaissance skills of firefighters in which ten firefighters (five novices and five experts) reconnoiter two simulated fire sites (one in a residential area and the other in a commercial facility area) with a teleoperated robot. The experimental results indicated that experts were more multifaceted in their evaluation of reconnaissance areas as compared to novices. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
15. ARei: Augmented-Reality-Assisted Touchless Teleoperated Robot for Endoluminal Intervention
- Author
-
Zecai Lin, Yili Fu, Weidong Chen, Anzhu Gao, Guang-Zhong Yang, Xiaojie Ai, and Hongyan Gao
- Subjects
business.industry ,Computer science ,Workload ,Tracking system ,Computer Science Applications ,Teleoperated robot ,Control and Systems Engineering ,Gesture recognition ,Joystick ,Teleoperation ,Robot ,Computer vision ,Augmented reality ,Artificial intelligence ,Electrical and Electronic Engineering ,business - Abstract
Current robotic endoluminal interventions require surgeons to hold a proximal joystick to control the distal flexible robot under 2-D X-ray guidance. However, the 2-D X-ray image is not intuitive, which not only increases the risk of surgical misoperation but also the workload of surgeons. Moreover, contact teleoperation exposes surgeons to the potentially infectious environment. To address it, this article proposes an augmented-reality-assisted touchless teleoperated robot for endoluminal intervention, called ARei. It aims to provide immersive experiences with augmented information. The robot integrates perceptual information obtained from an electromagnetic (EM) sensor, a shape sensor, and the virtual anatomy into a head-mounted display (HMD). The touchless teleoperation is used to control the robot, with the assistance of gesture recognition technology. Results show that the mean error of the calibration between the HMD and the EM tracking system is 4.67 mm, and the mean distance error between the points measured by the EM sensor and the points obtained by shape reconstruction with calibration is 5.19 mm (3.05%).
- Published
- 2022
- Full Text
- View/download PDF
16. Estimación algebraica robusta en tiempo real de la frecuencia natural y el retardo de un robot flexible teleoperado
- Author
-
Benftima, Salma, Gharab, Saddam, Haro Olmo, María Isabel, Mérida Calvo, Luis, Feliu-Batlle, Vicente, Benftima, Salma, Gharab, Saddam, Haro Olmo, María Isabel, Mérida Calvo, Luis, and Feliu-Batlle, Vicente
- Abstract
[Resumen] Este trabajo aborda la caracterización simultánea del modo principal de vibración y el retardo de un robot teleoperado compuesto por un eslabón flexible. Para ello utiliza las medidas del encoder del motor que mueve el brazo y de unas galgas extensiométricas colocadas en la base del brazo. Estas últimas pueden presentar un offset apreciable y un ruido de alta frecuencia. Se desarrolla un nuevo algoritmo para realizar la identificación en tiempo real de los parámetros característicos de la dinámica del robot teleoperado. Dicho algoritmo es más rápido que otros previamente desarrollados y se obtiene a partir de la metodología de la identificación algebraica, incluyendo su diseño la robustez ante los problemas mencionados en las medidas de las galgas. El estimador obtenido se aplica y evalúa posteriormente en un prototipo. Se presentan resultados simulados y experimentales que demuestran la rapidez, precisión y robustez de la identificación realizada., [Abstract] This paper addresses the simultaneous characterization of the main vibration mode and the time delay of a teleoperated robot with a single flexible link. It uses the measurements of the motor encoder and strain gauges placed at the base of the link. These last ones may have significant offset and high-frequency noise. A new identification algorithm is developed that performs the realtime identification of the characteristic parameters of the dynamics of a teleoperated robot. This algorithm is faster than the ones previously developed and it is obtained using the algebraic estimation framework, its design includes robustness features to the disturbances in the strain gauges already mentioned. The obtained estimator was lately applied and evaluated on an experimental set-up. Simulated and experimental results show the high speed, accuracy and robustness of the identification carried out.
- Published
- 2023
17. Teleoperated Humanoid Robot
- Author
-
Stefan GRUSHKO and Zdenko BOBOVSKÝ
- Subjects
Teleoperated robot ,Kinect ,Bioloid ,movement recognition ,humanoid robot ,teleoperation. ,Mechanical engineering and machinery ,TJ1-1570 - Abstract
Article describes technical solution of teleoperated humanoid robotic system. To acquire position data of operator’s body Kinect sensor is used. In article are described mathematical equations used to transform data from Kinect sensor to positions of each servomotor of the robot. Article also describes software and electric structure for both components of the system: robot and operator’s PC. All software solutions are developed using C#. For dynamic simulation of the system a detailed model of the robot has been created in V-Rep, simulation receives same data as real robot.
- Published
- 2016
- Full Text
- View/download PDF
18. Experiences Using a Component-Oriented Architectural Framework for Robots and Its Improvement with a MDE Approach
- Author
-
Ortiz, Francisco J., Pastor, Juan A., Alonso, Diego, Álvarez, Bárbara, Sánchez, Pedro, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, and Oquendo, Flavio, editor
- Published
- 2007
- Full Text
- View/download PDF
19. Teleoperated or Autonomous?: How to Produce a Robot Operator's Pseudo Presence in HRI.
- Author
-
Kazuaki Tanaka, Naomi Yamashita, Hideyuki Nakanishi, and Hiroshi Ishiguro
- Subjects
ROBOTICS research ,SOCIAL robots ,HUMAN-robot interaction ,AUTONOMOUS robots ,REMOTE control ,TURING test - Abstract
Previous research has made various efforts to produce human-like presence of autonomous social robots. However, such efforts often require costly equipment and complicated mechanisms. In this paper, we propose a new method that makes a user feel as if an autonomous robot is controlled by a remote operator, with virtually no cost. The basic idea is to manipulate people's knowledge about a robot by using priming technique. Through a series of experiments, we discovered that subjects tended to deduce the presence/absence of a remote operator based on their prior experience with that same remote operator. When they interacted with an autonomous robot after interacting with a teleoperated robot (i.e., a remote operator) whose appearance was identical as the autonomous robot, they tended to feel that they were still talking with the remote operator. The physically embodied talking behavior reminded the subjects of the remote operator's presence that was felt at the prior experience. Their deductions of the presence/absence of a remote operator were actually based on their "beliefs" that they had been interacting with a remote operator. Even if they had interacted with an autonomous robot under the guise of a remote operator, they tended to believe that they were interacting with a remote operator even when they subsequently interacted with an autonomous robot. [ABSTRACT FROM AUTHOR]
- Published
- 2016
20. Technology options to help people with dementia or acquired cognitive impairment perform multistep daily tasks: a scoping review
- Author
-
Mark F. O’Reilly, Giulio E. Lancioni, Jeff Sigafoos, Lorenzo Desideri, and Nirbhay N. Singh
- Subjects
Health (social science) ,Web of science ,Rehabilitation ,Applied psychology ,PsycINFO ,medicine.disease ,Computer Science Applications ,03 medical and health sciences ,Identification (information) ,0302 clinical medicine ,Teleoperated robot ,Management of Technology and Innovation ,medicine ,Dementia ,Augmented reality ,030212 general & internal medicine ,Cognitive impairment ,Psychology ,030217 neurology & neurosurgery - Abstract
Purpose The purpose of this paper is to review studies that evaluated technology-based prompting systems for supporting participants with dementia or acquired cognitive impairment in their performance of multistep daily tasks. Design/methodology/approach A scoping review was conducted to identify eligible studies through a search of four electronic databases, that is, PubMed, PsycINFO, Web of Science and Institute of Electrical and Electronics Engineers. Findings The search, which covered the 2010–2020 period, led to the identification of 1,311 articles, 30 of which were included in the review. These articles evaluated six different types of prompting systems: context-aware, automatic computer prompting, context-aware, mediated computer prompting, teleoperated robot prompting, self-operated augmented reality prompting, self-operated computer or tablet prompting and time-based (preset) computer, tablet or smartphone prompting. Originality/value Technology-aided prompting to help people with dementia or acquired cognitive impairment perform relevant multistep daily tasks is considered increasingly important. This review provides a picture of the different prompting options available and of their level of readiness for application in daily contexts.
- Published
- 2021
- Full Text
- View/download PDF
21. Can We Talk through a Robot as Face-to-face?Long-Term Fieldwork Using Teleoperated Robot for Seniors with Alzheimer's Disease
- Author
-
Kaiko Kuwamura, Shuichi Nishio, and Shinichi Sato
- Subjects
Alzheimer's disease ,Gerontology ,teleoperated robot ,Elderly care facility ,Elderly care robot ,Psychology ,BF1-990 - Abstract
This work presents a case study on fieldwork in a group home for the elderly with dementia using a teleoperated robot called Telenoid. We compared Telenoid-mediated and face-to-face conditions with three residents with Alzheimer's disease (AD). The result indicates that two of the three residents with moderate AD showed a positive reaction to Telenoid. Both became less nervous while communicating with Telenoid from the time they were first introduced to it. Moreover, they started to use more body gestures in the face-to-face condition and more physical interactions in the Telenoid-mediated condition. In this work, we present all the results and discuss the possibilities of using Telenoid as a tool to provide opportunities for seniors to communicate over the long term.
- Published
- 2016
- Full Text
- View/download PDF
22. Keep Healthcare Workers Safe: Application of Teleoperated Robot in Isolation Ward for COVID-19 Prevention and Control
- Author
-
Huayong Yang, Siqi You, Zhiyu Zhang, Jia Deng, Juan Du, Honghao Lv, Geng Yang, and Liu Yang
- Subjects
2019-20 coronavirus outbreak ,Coronavirus disease 2019 (COVID-19) ,business.industry ,Computer science ,Mechanical Engineering ,Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) ,lcsh:Mechanical engineering and machinery ,Control (management) ,lcsh:Ocean engineering ,medicine.disease ,Research Highlight ,Isolation ward ,Industrial and Manufacturing Engineering ,Teleoperated robot ,Health care ,medicine ,lcsh:TC1501-1800 ,lcsh:TJ1-1570 ,Medical emergency ,business - Published
- 2020
- Full Text
- View/download PDF
23. Connectionnist Algorithm for a 3D Dense Image Building from Stereoscopy
- Author
-
Fauvel, Marc-Noël, Aubry, Pascal, Pearson, David W., Steele, Nigel C., and Albrecht, Rudolf F.
- Published
- 1995
- Full Text
- View/download PDF
24. Iconic Gestures for Robot Avatars, Recognition and Integration with Speech
- Author
-
Paul Adam Bremner and Ute eLeonards
- Subjects
human-robot interaction ,Gestures ,Humanoid Robotics ,multimodal communication ,teleoperated robot ,Psychology ,BF1-990 - Abstract
Co-verbal gestures are an important part of human communication, improving its efficiency and efficacy for information conveyance. One possible means by which such multi-modal communication might be realised remotely is through the use of a tele-operated humanoid robot avatar. Such avatars have been previously shown to enhance social presence and operator salience. We present a motion tracking based tele-operation system for the NAO robot platform that allows direct transmission of speech and gestures produced by the operator. To assess the capabilities of this system for transmitting multi-modal communication, we have conducted a user study that investigated if robot-produced iconic gestures are comprehensible, and are integrated with speech. Robot performed gesture outcomes were compared directly to those for gestures produced by a human actor, using a within participant experimental design. We show that iconic gestures produced by a tele-operated robot are understood by participants when presented alone, almost as well as when produced by a human. More importantly, we show that gestures are integrated with speech when presented as part of a multi-modal communication equally well for human and robot performances.
- Published
- 2016
- Full Text
- View/download PDF
25. Expression transmission using exaggerated animation for Elfoid
- Author
-
Maiya eHori, Yu eTsuruda, Hiroki eYoshimura, and Yoshio eIwai
- Subjects
human robot interaction ,mobile phone ,communication robot ,teleoperated robot ,expression transmission ,Psychology ,BF1-990 - Abstract
We propose an expression transmission system using a cellular-phone-type teleoperated robot called Elfoid. Elfoid has a soft exterior that provides the look and feel of human skin, and is designed to transmit the speaker's presence to their communication partner using a camera and microphone.To transmit the speaker's presence, Elfoid sends not only the voice of the speaker but also the facial expression captured by the camera. In this research, facial expressions are recognized using a machine learning technique. Elfoid cannot, however, display facial expressions because of its compactness and a lack of sufficiently small actuator motors. To overcome this problem, facial expressions are displayed using Elfoid's head-mounted mobile projector. In an experiment, we built a prototype system and experimentally evaluated its subjective usability.
- Published
- 2015
- Full Text
- View/download PDF
26. Can We Talk through a Robot As if Face-to-Face? Long-Term Fieldwork Using Teleoperated Robot for Seniors with Alzheimer's Disease.
- Author
-
Kaiko Kuwamura, Shuichi Nishio, and Shinichi Sato
- Subjects
FIELDWORK (Educational method) ,MENTAL health of older people ,DEMENTIA patients ,HUMAN-robot interaction ,REMOTE control ,TELEROBOTICS ,ALZHEIMER'S disease treatment - Abstract
This work presents a case study on fieldwork in a group home for the elderly with dementia using a teleoperated robot called Telenoid. We compared Telenoid-mediated and face-to-face conditions with three residents with Alzheimer's disease (AD). The result indicates that two of the three residents with moderate AD showed a positive reaction to Telenoid. Both became less nervous while communicating with Telenoid from the time they were first introduced to it. Moreover, they started to use more body gestures in the face-to-face condition and more physical interactions in the Telenoid-mediated condition. In this work, we present all the results and discuss the possibilities of using Telenoid as a tool to provide opportunities for seniors to communicate over the long term. [ABSTRACT FROM AUTHOR]
- Published
- 2016
- Full Text
- View/download PDF
27. A Needlescopic Wrist Mechanism With Articulated Motion and Kinematic Tractability for Micro Laparoscopic Surgery
- Author
-
Jongwoo Kim, Kyu-Jin Cho, Chunwoo Kim, Woosub Lee, and Sung-Chul Kang
- Subjects
Laparoscopic surgery ,0209 industrial biotechnology ,Computer science ,medicine.medical_treatment ,The Intersect ,02 engineering and technology ,Kinematics ,Wrist ,Rigid body ,Robot end effector ,Computer Science Applications ,law.invention ,020901 industrial engineering & automation ,medicine.anatomical_structure ,Teleoperated robot ,Control and Systems Engineering ,Control theory ,law ,medicine ,Electrical and Electronic Engineering ,Hypodermic needle - Abstract
Invasiveness of laparoscopic surgery can be further reduced by using needlescopic instruments which diameter approaches that of a hypodermic needle. However, such needlescopic instruments are limited by the lack of wrist mechanisms with precise and sharp articulating motion. In this article, we present a two-degree-of-freedom wrist mechanism with articulating motion and enhanced kinematic tractability for micro laparoscopic surgery. The mechanism consists of two highly curved nitinol tubes serially connected by rotary joints whose axes intersect at a remote center of motion (RCM). Its elasticity is only utilized for introducing through a trocar. Once introduced, the rigid body motions of each tube by the rotary joints generate pivoting motion of the attached end-effector about the RCM point. This allows large reorientation of the end-effector's direction with minimal displacement. The serial link structure of the mechanism leads to analytic solutions for tractable kinematics. The design, manufacturing, and the validation of the kinematics of the mechanism are presented, and the feasibility of the mechanism is demonstrated through the peg transfer test using a teleoperated robot system.
- Published
- 2020
- Full Text
- View/download PDF
28. Human Adaptation to Human–Robot Shared Control
- Author
-
Erhan Oztop, Negin Amirshirzad, and Asiye Kumru
- Subjects
0209 industrial biotechnology ,Robot kinematics ,Computer Networks and Communications ,Computer science ,Human Factors and Ergonomics ,02 engineering and technology ,Human–robot interaction ,Computer Science Applications ,Robot control ,Human-Computer Interaction ,020901 industrial engineering & automation ,Teleoperated robot ,Artificial Intelligence ,Control and Systems Engineering ,Human–computer interaction ,Control system ,Signal Processing ,0202 electrical engineering, electronic engineering, information engineering ,Task analysis ,Robot ,020201 artificial intelligence & image processing ,Human learning - Abstract
Human-in-the-loop robot control systems naturally provide the means for synergistic human–robot collaboration through control sharing. The expectation in such a system is that the strengths of each partner are combined to achieve a task performance higher than that can be achieved by the individual partners alone. However, there is no general established rule to ensure a synergistic partnership. In particular, it is not well studied how humans adapt to a nonstationary robot partner whose behavior may change in response to human actions. If the human is not given the choice to turn on or off the control sharing, the robot–human system can even be unstable depending on how the shared control is implemented. In this paper, we instantiate a human–robot shared control system with the “ball balancing task,” where a ball must be brought to a desired position on a tray held by the robot partner. The experimental setup is used to assess the effectiveness of the system and to find out the differences in human sensorimotor learning when the robot is a control sharing partner, as opposed to being a passive teleoperated robot. The results of the four-day 20-subject experiments conducted show that 1) after a short human learning phase, task execution performance is significantly improved when both human and robot are in charge. Moreover, 2) even though the subjects are not instructed about the role of the robot, they do learn faster despite the nonstationary behavior of the robot caused by the goal estimation mechanism built in.
- Published
- 2019
- Full Text
- View/download PDF
29. App Based Teleoperated UV Disinfectant Robot for COVID Cause
- Author
-
Sakthiprasad Kuttankulangara Manoharan, Vijay Egumadiri, Rajesh Kannan Megalingam, and Akhil Raj
- Subjects
Bluetooth ,Teleoperated robot ,Computer science ,law ,Disinfectant ,Wireless network interface controller ,Teleoperation ,Real-time computing ,Robot ,Android app ,Wireless control ,law.invention - Abstract
Disinfecting a closed space is a widely discussed topic since the spread of coronavirus. Different methods like chemicals in liquids and gases are used to eliminate pathogens. But these methods would cause environmental damage, which would become another problem for humanity. We developed a robot which uses ultraviolet-C (UV-C) technology for surface disinfection, particularly room in houses, offices, hospitals etc. UV-C radiation is effective against coronavirus and is extremely effective in breaking down the DNA of microorganisms which means they cannot replicate and cause disease. The teleoperated robot is capable of 360-degree disinfection with three UV-C lamps used. It is controlled using an Android app through Bluetooth wireless interface. Due to wireless control, the operator can safely operate the robot from outside the room. The robot is also equipped with a self-timer for turning off the UV-C lamps automatically. The robot has been deployed in our lab and Amrita Institute of Medical Sciences, Kochi to sanitize the patient's rooms and bathrooms.
- Published
- 2021
- Full Text
- View/download PDF
30. Atraumatic Insertion of a Cochlear Implant Pre-Curved Electrode Array by a Robot-Automated Alignment with the Coiling Direction of the Scala Tympani
- Author
-
Yann Nguyen, Evelyne Ferrary, Olivier Sterkers, Renato Torres, Fabienne Carré, Baptiste Hochet, Hannah Daoudi, Isabelle Mosnier, Institut de l'Audition [Paris] (IDA), Institut Pasteur [Paris]-Institut National de la Santé et de la Recherche Médicale (INSERM), Unité d’Otologie, implants auditifs et chirurgie de la base du crâne [CHU Pitié-Salpêtrière], Service d'Oto-Rhino-Laryngologie [CHU Pitié-Salpêtrière], CHU Pitié-Salpêtrière [AP-HP], Assistance publique - Hôpitaux de Paris (AP-HP) (AP-HP)-Sorbonne Université (SU)-Assistance publique - Hôpitaux de Paris (AP-HP) (AP-HP)-Sorbonne Université (SU)-CHU Pitié-Salpêtrière [AP-HP], Assistance publique - Hôpitaux de Paris (AP-HP) (AP-HP)-Sorbonne Université (SU)-Assistance publique - Hôpitaux de Paris (AP-HP) (AP-HP)-Sorbonne Université (SU), Réhabilitation Chirurgicale mini-Invasive et Robotisée de l'Audition, Institut National de la Santé et de la Recherche Médicale (INSERM)-Sorbonne Université (SU), Service de Neurochirurgie [CHU Pitié-Salpêtrière], The study was supported by research funding from the Agir pour l’Audition Foundation (Starting Grant IDA-2020), ANR Ro-bocop ANR-19-CE19-0026-02., ANR-19-CE19-0026,ROBOCOP,robotisation de l'implant cochléaire(2019), Institut Pasteur [Paris] (IP)-Institut National de la Santé et de la Recherche Médicale (INSERM), Institut National de la Santé et de la Recherche Médicale (INSERM), Gestionnaire, HAL Sorbonne Université 5, robotisation de l'implant cochléaire - - ROBOCOP2019 - ANR-19-CE19-0026 - AAPG2019 - VALID, and Assistance publique - Hôpitaux de Paris (AP-HP) (AP-HP)-Sorbonne Université (SU)
- Subjects
Materials science ,Implanted/adverse effects ,Physiology ,Robot ,medicine.medical_treatment ,Computed tomography ,[SDV.GEN] Life Sciences [q-bio]/Genetics ,03 medical and health sciences ,Speech and Hearing ,Cochlear/injuries ,0302 clinical medicine ,Teleoperated robot ,Cochlear implant ,medicine ,Electrode array ,Clinical scenario ,Electrodes ,[SDV.GEN]Life Sciences [q-bio]/Genetics ,medicine.diagnostic_test ,Navigation system ,Temporal Bone ,Robotics ,Scala Tympani ,Cochlear Implantation ,Sensory Systems ,Navigation ,Cochlea ,Electrodes, Implanted ,Otorhinolaryngology ,030220 oncology & carcinogenesis ,Electrode ,Cochlear implants ,030217 neurology & neurosurgery ,Biomedical engineering - Abstract
Introduction: Electrode array translocation is an unpredictable event with all types of arrays, even using a teleoperated robot in a clinical scenario. We aimed to compare the intracochlear trauma produced by the HiFocus™ Mid-Scala (MS) electrode array (Advanced Bionics, Valencia, CA, USA) using a teleoperated robot, with an automated robot connected to a navigation system to align the pre-curved tip of the electrode array with the coiling direction of the scala tympani (ST). Methods: Fifteen freshly frozen temporal bones were implanted with the MS array using the RobOtol® (Collin, Bagneux, France). In the first group (n = 10), the robot was teleoperated to insert the electrode array into the basal turn of the ST under stereomicroscopic vision, and then the array was driven by a slow-speed hydraulic insertion technique with an estimated placement of the pre-curved electrode tip. In the second group (n = 5), 3 points were obtained from the preoperative cone-beam computed tomography: the 2 first defining the ST insertion axis of the basal turn and a third one at the center of the ST at 270°. They provided the information to the automated system (RobOtol® connected with a navigation system) to automatically align the electrode array with the ST insertion axis and to aim the pre-curved tip toward the subsequent coiling of the ST. After this, the electrode array was manually advanced. Finally, the cochleae were obtained and fixed in a crystal resin, and the position of each electrode was determined by a micro-grinding technique. Results: In all cases, the electrode array was fully inserted into the cochlea and the depth of insertion was similar using both techniques. With the teleoperated robotic technique, translocations of the array were observed in 7/10 insertions (70%), but neither trauma nor array translocation occurred with automated robotic insertion. Conclusion: We have successfully tested an automated insertion system (robot + navigation) that could accurately align a pre-curved electrode array to the axis of the basal turn of the ST and its subsequent coiling, which reduced intracochlear insertion trauma and translocation.
- Published
- 2021
- Full Text
- View/download PDF
31. Condition Assessment for Concrete Sewer Pipes Using Displacement Probes: A Robotic Design Case Study
- Author
-
Alex Stumpf, Robert Ross, Richard Hall, and Dean Barnett
- Subjects
Control and Optimization ,Computer science ,0211 other engineering and technologies ,02 engineering and technology ,Hydrogen sulphide ,concrete corrosion ,Displacement (vector) ,remote sensing ,condition assessment ,Teleoperated robot ,Artificial Intelligence ,021105 building & construction ,infrastructure maintenance ,0202 electrical engineering, electronic engineering, information engineering ,TJ1-1570 ,Mechanical engineering and machinery ,Sanitary sewer ,automotive_engineering ,Uncategorized ,Mechanical Engineering ,020208 electrical & electronic engineering ,sewer infrastructure ,Maintenance planning ,Condition assessment ,Visual inspection ,field robotics ,Marine engineering - Abstract
Worldwide, millions of kilometres of sewers are constructed from concrete pipes. Unfortunately, concrete sewers are susceptible to corrosion from biogenic hydrogen sulphide, and, though they may pass visual inspection, their ability to hold together under load may be degraded. This paper presents the design of a teleoperated robot with a protractible probe, that allows an operator to apply a localised load to selected points within a concrete sewer pipe. We report findings from laboratory and field trials of our prototype, with initial results suggesting that this approach has the potential to contribute useful information to sewer maintenance planning.
- Published
- 2021
- Full Text
- View/download PDF
32. Rule-Based Approach for Constrained Motion Control of a Teleoperated Robot Arm in a Dynamic Environment
- Author
-
Marie Claire Capolei, Ole Ravn, Adrian Llopart Maurin, Silvia Tolu, and Haiyan Wu
- Subjects
Teleoperated robot ,Artificial Intelligence ,Control and Systems Engineering ,Computer science ,business.industry ,Mechanical Engineering ,Computer vision ,Rule-based system ,Artificial intelligence ,Motion control ,Autonomous robot ,business ,Robot control - Published
- 2019
- Full Text
- View/download PDF
33. Teleoperated Robot Acting Autonomous for Better Customer Satisfaction
- Author
-
Hiroshi Ishiguro, Jun Baba, Itaru Kuramoto, Yuichiro Yoshikawa, Kohei Ogawa, Song Sichao, and Junya Nakanishi
- Subjects
Service (business) ,Robot teleoperation ,Computer science ,05 social sciences ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,020207 software engineering ,02 engineering and technology ,Human–robot interaction ,Teleoperated robot ,Human–computer interaction ,Teleoperation ,0202 electrical engineering, electronic engineering, information engineering ,Robot ,0501 psychology and cognitive sciences ,Customer satisfaction ,050107 human factors - Abstract
In recent years, an increasing number of teleoperated robots have been used to provide services from a remote location. Most earlier teleoperated robot systems informed the customers that the robots are being remotely controlled, while the customers believed that they were communicating with the operators through the robots. However, it has already been shown that there are some disadvantages in informing customers about the robot teleoperation. To investigate whether customers could accept and use teleoperated robots that acted as if they were autonomous, we developed a teleoperated system in which operators represent autonomous robots. Our system was experimentally tested by employing operators that provided services to customers in a real field. It was found that many customers were particularly satisfied with the service of the teleoperated robots that behaved as if they were autonomous, while we demonstrated that customers who did not realize the robot teleoperation rated the service higher than the customers who realized the same.
- Published
- 2020
- Full Text
- View/download PDF
34. Mind The Voice!: Effect of Robot Voice Pitch, Robot Voice Gender, and User Gender on User Perception of Teleoperated Robots
- Author
-
Sichao Song, Hiroshi Ishiguro, Junya Nakanishi, Yuichiro Yoshikawa, and Jun Baba
- Subjects
Voice pitch ,ComputingMilieux_THECOMPUTINGPROFESSION ,Computer science ,05 social sciences ,User perception ,020207 software engineering ,02 engineering and technology ,Human–robot interaction ,Teleoperated robot ,Human–computer interaction ,Teleoperation ,0202 electrical engineering, electronic engineering, information engineering ,Robot ,0501 psychology and cognitive sciences ,050107 human factors - Abstract
It is important for communication robots to offer an enjoyable interaction experience while being reasonably persuasive. It has been suggested that robots speaking in a high pitch could be perceived as more attractive than those speaking in a low pitch. However, it is not clear whether the use of a high-pitched voice favors teleoperated robots as well. In principle, teleoperated robots could be perceived differently than autonomous robots because they embody a human agent. To investigate this aspect, we conducted a 2 (voice pitch: original vs. high) × 2 (voice gender: male vs. female) × 2 (user gender: male vs. female) between-participants experiment to study the effects of the robot voice pitch, robot voice gender, and user gender on the attitudinal responses of the users toward a teleoperated robot and the associated decision-making. It was observed that the male and female participants perceived a high-pitched voice differently. The users' awareness of the robot being teleoperated and persuasiveness of the robot were noted to be related, which may provide a plausible explanation for the interaction effects between the voice pitch and user gender.
- Published
- 2020
- Full Text
- View/download PDF
35. Minimally invasive treatment of displaced femoral shaft fractures with a teleoperated robot-assisted surgical system
- Author
-
Qing Zhu, Liming Wang, Bin Liang, Xiaogang Sun, and Xingsong Wang
- Subjects
Models, Anatomic ,0209 industrial biotechnology ,medicine.medical_specialty ,Femoral Shaft Fracture ,Operative Time ,02 engineering and technology ,Bone Nails ,law.invention ,Intramedullary rod ,03 medical and health sciences ,020901 industrial engineering & automation ,0302 clinical medicine ,Teleoperated robot ,law ,medicine ,Humans ,Minimally Invasive Surgical Procedures ,Femur ,General Environmental Science ,Orthodontics ,030222 orthopedics ,business.industry ,Reproducibility of Results ,Femoral fracture ,medicine.disease ,Biomechanical Phenomena ,Fracture Fixation, Intramedullary ,Surgery ,Human musculoskeletal system ,medicine.anatomical_structure ,Orthopedic surgery ,General Earth and Planetary Sciences ,Operative time ,Artificial Organs ,Diaphyses ,business ,Femoral Fractures - Abstract
Minimally invasive surgical operation of intramedullary (IM) nailing is a standard technique for treating diaphyseal fractures. However, in addition to its advantages, there are some drawbacks such as the frequent occurrence of malalignment, physical fatigue and high radiation exposure to medical staff. The use of robotic and navigation techniques is promising treatments for femoral fractures.This paper presents a novel robot-assisted manipulator for femoral shaft fracture reduction with indirect contact with the femur. An alternative clinical testing model was proposed for orthopedic surgeons to practice femoral fracture reduction. This model imitates the human musculoskeletal system in shape and functional performance. The rubber tube simulate muscles providing contraction forces, and the silicone simulates passive elasticity of muscles. Two-group experiments were performed for studying feasibility of the teleoperated manipulator.The average operative time was about 7min. In the first group experiments, the femur axial, antero-posterior (AP) and lateral views mean errors were 2.2mm, 0.7mm and 1.1mm, respectively, and their maximums were 3.0mm, 0.9mm and 1.5mm; the mean errors of rotation were 0.8° around x-axis, 1.6° around y-axis, 2.0° around z-axis, and their maximums were 1.1°, 2.2°, 2.9°, respectively. For the second group experiments, the femur axial, AP and lateral views mean errors were 1.8mm, 0.4mm and 0.8mm, respectively, and their maximums were 2.2mm, 0.7mm and 1.1mm; the mean errors of rotation were 1.2° around x-axis, 1.6° around y-axis, 1.9° around z-axis, and their maximums were 2.4°, 1.8°, 2.7°, respectively. Reduction for AP view displacement is easier than lateral (p0.05) because of the tube-shaped anatomy and the muscle contraction forces. Errors around x-axis are smaller than those around y-, and z- axes (p0.05), i.e., electro-mechanical actuator is easier to control than pneumatic.An experimental model for simulating human femoral characteristics was proposed. Experiments conducted on the artificial lower limb model demonstrated high reduction accuracy, safety, sufficient working space, and low radiation exposure of the proposed robot-assisted system. Thus, the minimally invasive teleoperated manipulator would have greater development prospect.
- Published
- 2017
- Full Text
- View/download PDF
36. Improved Teleoperation of an Industrial Robot Arm System Using Leap Motion and MYO Armband
- Author
-
Xinyu Wu, Chenguang Yang, and Yuheng Fan
- Subjects
Scheme (programming language) ,0209 industrial biotechnology ,Computer science ,020208 electrical & electronic engineering ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,02 engineering and technology ,Motor function ,law.invention ,Industrial robot ,020901 industrial engineering & automation ,Leap motion ,Teleoperated robot ,law ,Teleoperation ,0202 electrical engineering, electronic engineering, information engineering ,Human operator ,computer ,Simulation ,computer.programming_language - Abstract
Teleoperated robot systems can support humans to accomplish their works in lots of applications. However, the performance of teleoperation is easily influenced by human operator's motor function. In order to reduce the misoperation caused by human operator's unintentional behavior, in this paper, an improved teleoperation scheme combined with Leap Motion and MYO armband is proposed to apply in teleoperating an industrial robot arm. By using the proposed method, we can achieve interaction between human operator and industrial robot arm in real-time. Besides, the proposed method can prevent the misoperation caused by unexpected arm shaking. Experimental results demonstrated the effectiveness of the proposed method for a teleoperated robot system.
- Published
- 2019
- Full Text
- View/download PDF
37. Spatial Haptic Feedback Virtual Reality Controller for Manipulator Teleoperation Using Unreal Engine
- Author
-
Lee Jae-Min, Jung-Hoon Hwang, and Dong Yeop Kim
- Subjects
Teleoperated robot ,Machine vision ,Computer science ,Teleoperation ,Immersion (virtual reality) ,Robot ,Human operator ,Virtual reality ,Simulation ,Haptic technology - Abstract
Virtual reality (VR) gives immersion to operators in teleoperated robot system, and many researchers have studied its possibility for better performance. We have studied the vision system for teleoperation, and tried to transfer visual information to the operators. In this paper, we suggested other information channel methodologies. One is haptic feedback for pinching of human operator. It presents the force of the slave robot gripper. The other is vibration motors on our hand set and elbow orthesis. They give spatial information incorporating with virtual walls. We merges these haptic feedbacks with VR Tracker, and every information is integrated to Unreal Engine for virtual reality.
- Published
- 2019
- Full Text
- View/download PDF
38. Adaptive Semi-autonomous Agents via Episodic Control
- Author
-
Takuma Seno, Michita Imai, Masahiko Osawa, and Kohei Okuoka
- Subjects
0209 industrial biotechnology ,Computer science ,Control (management) ,Autonomous agent ,Mobile robot ,02 engineering and technology ,010501 environmental sciences ,01 natural sciences ,020901 industrial engineering & automation ,Teleoperated robot ,Human–computer interaction ,Teleoperation ,Robot ,0105 earth and related environmental sciences - Abstract
Shared autonomy is a situation in which agents adapt to users based on feedbacks to jointly accomplish tasks. In the case of semiautonomous agents such as mobile robots operational load can be reduced by adaptively automating their behavior. Machine learning is one of the method for adapting teleoperated agents to users as control tendency depends on users and environments. It is difficult to regard user inputs as supervisions because user controls are not always available during descisionmaking processes for agents that continually make decisions (such as navigation robots).
- Published
- 2018
- Full Text
- View/download PDF
39. Design and experiments of weeding teleoperated robot spectral sensor for winter rape and weed identification
- Author
-
Jinyang Li, Wu Shu, Tao Tao, Li Lin, Sheng Bao, and Wei Xinhua
- Subjects
Sensor system ,Computer science ,Stray light ,Mechanical Engineering ,lcsh:Mechanical engineering and machinery ,010401 analytical chemistry ,04 agricultural and veterinary sciences ,01 natural sciences ,Reflectivity ,0104 chemical sciences ,Identification (information) ,Teleoperated robot ,040103 agronomy & agriculture ,0401 agriculture, forestry, and fisheries ,lcsh:TJ1-1570 ,Weed ,Remote sensing - Abstract
The objective of this research was to eliminate the influence of environmental stray light on the measured spectral reflectance in a spectral sensor system used on a weeding teleoperated robot for rape fields. The system mainly consists of a light source, signal acquisition, and data processing. In this study, optical modulation technology and discrete Fourier transform method were used to carry out experiments based on four characteristic wavelengths. The results show that the experimental system can obtain a stable reflectivity value no matter whether the stray light changes slowly or dramatically in the field environment. Furthermore, the calibration equation of spectral reflectance was obtained by curve fitting based on a FieldSpec3 portable spectrometer. The determination coefficients are all close to 1, and the root-mean-square errors are small. Through verification experiments, the results show that the average measurement error is less than 5%. Hence, this proposed method would be very helpful in improving the accuracy and efficiency of the spectral reflectance measurement, which in turn provides a theoretical basis for weed identification during in-field weeding by teleoperated robots.
- Published
- 2018
40. View Point Decision Algorithm for an Autonomous Robot to Provide Support Images in the Operability of a Teleoperated Robot
- Author
-
Shoichi Maeyama, Teppei Okuno, and Keigo Watanabe
- Subjects
0209 industrial biotechnology ,Engineering ,Social robot ,Operability ,business.industry ,010401 analytical chemistry ,Mobile robot ,02 engineering and technology ,Autonomous robot ,01 natural sciences ,0104 chemical sciences ,Robot control ,020901 industrial engineering & automation ,Teleoperated robot ,Teleoperation ,Point (geometry) ,Computer vision ,Artificial intelligence ,business - Abstract
It is conceivable to use a teleoperated robot as a method for exploring a disaster environment quickly while avoiding secondary disaster. According to conventional researches, the image captured be...
- Published
- 2016
- Full Text
- View/download PDF
41. Body Ownership Transfer by Social Interaction
- Author
-
Shuichi Nishio, Koichi Taura, Hidenobu Sumioka, and Hiroshi Ishiguro
- Subjects
Teleoperated robot ,Human–computer interaction ,media_common.quotation_subject ,Teleoperation ,Illusion ,Robot ,Conversation ,Android (robot) ,Body ownership ,Psychology ,Social relation ,media_common - Abstract
Body ownership transfer (BOT) comprises the illusion that we feel external objects as parts of our own body, which occurs when teleoperating android robots. In past studies, we investigated the conditions under which this illusion occurs. However, these studies were conducted using only simple operation tasks, such as moving only the robot’s hand. Does this illusion occur during more complex tasks, such as conducting a conversation? What kind of conversation setting is required to invoke this illusion? In this study, we examined the manner in which factors in social interaction affect the occurrence of BOT. Participants conversed using the teleoperated robot under different conditions and teleoperation settings. The results revealed that BOT does occur during the task of conducting a conversation, and that the conversation partner’s presence and appropriate responses are necessary to enhance BOT.
- Published
- 2018
- Full Text
- View/download PDF
42. Development of Bird's-eye View System for Teleoperated Robot in Camera Troubles with Arrangement Design of Camera
- Author
-
Ren Komatsu, Hajime Asama, Hiromitsu Fujii, and Atsushi Yamashita
- Subjects
Teleoperated robot ,Computer science ,business.industry ,Mechanical Engineering ,Computer vision ,Artificial intelligence ,business - Published
- 2015
- Full Text
- View/download PDF
43. Design of an Industrial Human-Robot System Through Participative Simulations – Tank Cleaning Case Study
- Author
-
Olivier Ly, Jean-Marc Salotti, Théo Moulieres-Seban, Julie Dumora, Jean-François Thibault, David Bitonneau, Bernard Claverie, Laboratoire de l'intégration, du matériau au système (IMS), Université Sciences et Technologies - Bordeaux 1-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS), Laboratoire d'Intégration des Systèmes et des Technologies (LIST), Direction de Recherche Technologique (CEA) (DRT (CEA)), Commissariat à l'énergie atomique et aux énergies alternatives (CEA)-Commissariat à l'énergie atomique et aux énergies alternatives (CEA)-Université Paris-Saclay, Laboratoire Bordelais de Recherche en Informatique (LaBRI), Centre National de la Recherche Scientifique (CNRS)-École Nationale Supérieure d'Électronique, Informatique et Radiocommunications de Bordeaux (ENSEIRB)-Université Sciences et Technologies - Bordeaux 1-Université Bordeaux Segalen - Bordeaux 2, Unité de recherche sur les Biopolymères, Interactions Assemblages (BIA), Institut National de la Recherche Agronomique (INRA), Augmenter l'humain par CoboT pour n Usage en Symbiose (AUCTUS), Inria Bordeaux - Sud-Ouest, Institut National de Recherche en Informatique et en Automatique (Inria)-Institut National de Recherche en Informatique et en Automatique (Inria), Ecole Nationale Supérieure de Cognitique (ENSC), Institut Polytechnique de Bordeaux, Institut National de Recherche en Informatique et en Automatique (Inria), COGNITIQUE, Université Sciences et Technologies - Bordeaux 1-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS)-Université Sciences et Technologies - Bordeaux 1-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS), Université Sciences et Technologies - Bordeaux 1 (UB)-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS), Laboratoire d'Intégration des Systèmes et des Technologies (LIST (CEA)), Commissariat à l'énergie atomique et aux énergies alternatives (CEA)-Commissariat à l'énergie atomique et aux énergies alternatives (CEA), Université de Bordeaux (UB)-École Nationale Supérieure d'Électronique, Informatique et Radiocommunications de Bordeaux (ENSEIRB)-Centre National de la Recherche Scientifique (CNRS), Augmenting human comfort in the factory using cobots (AUCTUS), Institut National de Recherche en Informatique et en Automatique (Inria)-Institut National de Recherche en Informatique et en Automatique (Inria)-Institut Polytechnique de Bordeaux (Bordeaux INP), Université Sciences et Technologies - Bordeaux 1 (UB)-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS)-Université Sciences et Technologies - Bordeaux 1 (UB)-Institut Polytechnique de Bordeaux-Centre National de la Recherche Scientifique (CNRS), Université de Bordeaux (UB)-Centre National de la Recherche Scientifique (CNRS)-École Nationale Supérieure d'Électronique, Informatique et Radiocommunications de Bordeaux (ENSEIRB), Institut Polytechnique de Bordeaux (Bordeaux INP)-Inria Bordeaux - Sud-Ouest, and Salotti, Jean-Marc
- Subjects
[SPI.OTHER]Engineering Sciences [physics]/Other ,0209 industrial biotechnology ,Workstation ,Computer science ,[SPI.OTHER] Engineering Sciences [physics]/Other ,05 social sciences ,Human factors and ergonomics ,02 engineering and technology ,Human–robot interaction ,law.invention ,[SHS]Humanities and Social Sciences ,020901 industrial engineering & automation ,Work (electrical) ,Teleoperated robot ,Human–computer interaction ,law ,Task analysis ,Robot ,0501 psychology and cognitive sciences ,[SHS] Humanities and Social Sciences ,050107 human factors ,ComputingMilieux_MISCELLANEOUS ,Cognitive ergonomics - Abstract
Industrials are starting to deploy interactive robots as new solutions to improve workstations. In particular, workstations where human operators may get injured because of repetitive tasks, bad postures or heavy loads are targeted. The introduction of such interactive systems on industrial workstations brings new challenges concerning human cognitive and physical considerations to factories. We followed an approach involving operators, and ergonomics and cognitive engineering skills to improve the introduction of interactive robots in the industry. In this paper, we present the first application of our work on a pyrotechnic tank cleaning workstation. Our approach is illustrated with the design of a solution through several simulation steps involving the workstation's operators. Finally, the design of a prototype based on a teleoperated robot is introduced.
- Published
- 2017
44. Recent Trends and Issues of Volcanic Disaster Response with Mobile Robots
- Author
-
Keiji Nagatani
- Subjects
geography ,Vulcanian eruption ,geography.geographical_feature_category ,General Computer Science ,Volcano ,Aeronautics ,Unmanned ground vehicle ,Teleoperated robot ,Computer science ,Mobile robot ,Electrical and Electronic Engineering ,Disaster response - Abstract
Volcano observation robots Typically, volcanic eruptions cause heavy damage in its vicinity area, and the eruption often continues for years. During this period, a restricted area is set up in the vicinity of the crater, in order to ensure the safety of people. Therefore, it is important for mitigation of volcanic disaster to realize observation of the eruption and mudslide-control construction based on teleoperation-type robotic technology. To promote development of such technologies, various types of volcano exploration robots have been researched and developed in Japan and overseas. With regard to volcanic observations, this paper presents conventional methods for volcanic teleoperated observation, and discusses technical issues and research topics for the future technologies, particularly, mobile robotics and flying robotics. With regard to mudslide-control construction, the paper describes the teleoperated construction system that has been developed at Fugendake of Mount Unzen, and discusses technical problems in current unmanned construction system to be solved in the near future.
- Published
- 2014
- Full Text
- View/download PDF
45. A method for passivity analysis of multilateral haptic systems
- Author
-
Jian Li, Victor Mendez, and Mahdi Tavakoli
- Subjects
Engineering ,business.industry ,Passivity ,Stability (learning theory) ,Control engineering ,Computer Science Applications ,Human-Computer Interaction ,InformationSystems_MODELSANDPRINCIPLES ,Teleoperated robot ,Hardware and Architecture ,Control and Systems Engineering ,Control theory ,Teleoperation ,Absolute stability ,business ,Software ,Haptic technology - Abstract
This paper presents a novel criterion to study the stability of multilateral teleoperation systems based on passivity. Such systems (modeled as n-port networks) have recently found interesting applications in cooperative haptic teleoperation and haptic-assisted training. The criterion provides researchers with an analytical, closed-form, necessary, and sufficient condition useful for both analysis and design of multilateral haptic teleoperation systems. The paper shows that when the proposed conditions reduce to the well-known Raisbeck’s passivity criterion for 2-port networks. The proposed conditions are used to study the passivity (and consequently the stability) of a dual-user haptic system for control of a single teleoperated robot. Simulations and experiments are performed to further test the validity of the proposed criterion.
- Published
- 2014
- Full Text
- View/download PDF
46. Sensor Network Infrastructure for a Home Care Monitoring System
- Author
-
Lars Karlsson, Silvia Coradeschi, Jonas Ullberg, Filippo Palumbo, Francesco Furfari, and Ales Stimec
- Subjects
sensor architecture ,Engineering ,Occupancy ,Monitoring, Ambulatory ,02 engineering and technology ,lcsh:Chemical technology ,Biochemistry ,elderly ,Article ,Analytical Chemistry ,Software ,middleware ,Teleoperated robot ,0202 electrical engineering, electronic engineering, information engineering ,Humans ,Telemetry ,ambient assisted living ,monitoring ,lcsh:TP1-1185 ,Electrical and Electronic Engineering ,Ambient Assisted Living (AAL) ,Instrumentation ,Monitoring, Physiologic ,Sensor Network ,Middleware ,Computer Sciences ,business.industry ,020206 networking & telecommunications ,Robotics ,Monitoring system ,Home Care Services ,Atomic and Molecular Physics, and Optics ,Datavetenskap (datalogi) ,Embedded system ,Key (cryptography) ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,Wireless sensor network - Abstract
This paper presents the sensor network infrastructure for a home care system that allows long-term monitoring of physiological data and everyday activities. The aim of the proposed system is to allow the elderly to live longer in their home without compromising safety and ensuring the detection of health problems. The system offers the possibility of a virtual visit via a teleoperated robot. During the visit, physiological data and activities occurring during a period of time can be discussed. These data are collected from physiological sensors (e.g., temperature, blood pressure, glucose) and environmental sensors (e.g., motion, bed/chair occupancy, electrical usage). The system can also give alarms if sudden problems occur, like a fall, and warnings based on more long-term trends, such as the deterioration of health being detected. It has been implemented and tested in a test environment and has been deployed in six real homes for a year-long evaluation. The key contribution of the paper is the presentation of an implemented system for ambient assisted living (AAL) tested in a real environment, combining the acquisition of sensor data, a flexible and adaptable middleware compliant with the OSGistandard and a context recognition application. The system has been developed in a European project called GiraffPlus.
- Published
- 2014
- Full Text
- View/download PDF
47. Force feedback control design for nonideal teleoperators
- Author
-
Gjl Gerrit Naus, van de René René Molengraft, M Maarten Steinbuch, Maarten Beelen, Control Systems Technology, and Mechanical Engineering
- Subjects
Engineering ,business.industry ,Applied Mathematics ,Passivity ,Force sensor ,Computer Science Applications ,Teleoperated robot ,Control and Systems Engineering ,Control theory ,Invasive surgery ,Time domain ,Electrical and Electronic Engineering ,business ,Electrical impedance ,Simulation ,Shunt (electrical) ,Haptic technology - Abstract
Achieving force feedback for a nonideal teleoperator is challenging, due to complications such as friction, force sensor noise, non-backdriveability and structural resonances. Furthermore, non-collocation of the force sensors and the point of interaction results in shunt dynamics that degrade the interaction force estimation. In this paper, a method is presented to model, identify and compensate for the influence of shunt dynamics. Furthermore, a recently developed two-layer approach that enforces passivity in the time domain is implemented and evaluated in a practical setup that is dedicated for application in surgery. Experiments demonstrate that using a combination of these techniques with an impedance reflecting controller, stable bilateral interaction with both soft and hard environments is achieved, for a nonideal system. A teleoperated robot for minimally invasive surgery is used as a representative example of a nonideal surgical system.
- Published
- 2013
48. MR fluid interface of endovascular catheterization based on haptic sensation
- Author
-
Yu Song, Xuanchun Yin, Shuxiang Guo, and Linshuai Zhang
- Subjects
010302 applied physics ,0209 industrial biotechnology ,Computer science ,02 engineering and technology ,01 natural sciences ,Catheter ,020901 industrial engineering & automation ,Teleoperated robot ,0103 physical sciences ,Magnetorheological fluid ,Haptic sensation ,Robot ,Resistance force ,Simulation ,Biomedical engineering ,Haptic technology - Abstract
During the teleoperated robot assisted catheter interventional neurosurgery, to improve the transparency between the patient side (slave side) and the remote control side (mast side) have been obtained plenty of attention. In this research we hypothesized that the slave catheter interventional robot fully complied with the dynamics command which comes from the master site. This paper is concerned with the design and implementation of a master side by Magnetorheological (MR) fluid, which can reflect the dynamic changes of the insertion resistance force, when the catheter goes through the blood vessel to the lesions. Experimental results showed that MR Fluid actuated haptic interface has a benefit to describe the blood viscous force during the endovascular catheterization.
- Published
- 2016
- Full Text
- View/download PDF
49. Development of a teleoperated robot arm system using RSNP: Precise tasks performed using a predictive display
- Author
-
Takashi Arai, Motohiro Yasuda, and Nobuto Matsuhira
- Subjects
0301 basic medicine ,0209 industrial biotechnology ,Engineering ,business.industry ,030106 microbiology ,Mobile robot ,02 engineering and technology ,Robot control ,03 medical and health sciences ,Task (computing) ,020901 industrial engineering & automation ,Teleoperated robot ,Robot ,The Internet ,business ,Communications protocol ,Robotic arm ,Simulation - Abstract
We developed a teleoperated robot arm system using the Robot Service Network Protocol (RSNP). RSNP is a standard communication protocol for service robots. In order to establish a common teleoperated robot system, we investigated the application of RSNP to our teleoperated robot and newly applied the RSNP to the robot's arm control. Performing precise tasks with a robot arm is usually difficult because of the communication time delay involved with data transfer via the Internet. Here, the method of predictive display was implemented in a teleoperated robot system, and a precise task was performed in experiments using the predictive display.
- Published
- 2016
- Full Text
- View/download PDF
50. Human Performance in Telerobotics Operations
- Author
-
António Espingardeiro
- Subjects
Telerobotics ,Engineering ,business.industry ,General Engineering ,Control engineering ,Deep water ,Broad spectrum ,Resource (project management) ,Teleoperated robot ,Human–computer interaction ,Teleoperation ,Robot ,Set (psychology) ,business - Abstract
The use of teleoperated robots is increasing substantially. The possibility of controlling these machines remotely in dangerous or inaccessible environments like outer space, deep water, nuclear or biologically chemically toxic environments, mines, construction sites and fires proved to be a powerful resource. However the successful requirements for telerobotics operations are still broad and imprecise. In this paper we present an analysis for a set of requirements in telerobotics operations. The approach consisted on testing some physical and psychological factors under the control of a teleoperated robot. The behavior of several human participants was recorded in real time and subsequent analyzed. The research is conducted mainly for understanding some of the factors that can map the human confidence in these kinds of scenarios. With a broad spectrum of immersive displays and network bandwidths increasing every day these requirements are becoming extremely precious for the design and implementation of telerobotics systems.
- Published
- 2011
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.