WO2023000716A1 - Wearable fracture reduction and rehabilitation robot control system and control method - Google Patents

Wearable fracture reduction and rehabilitation robot control system and control method Download PDF

Info

Publication number
WO2023000716A1
WO2023000716A1 PCT/CN2022/086348 CN2022086348W WO2023000716A1 WO 2023000716 A1 WO2023000716 A1 WO 2023000716A1 CN 2022086348 W CN2022086348 W CN 2022086348W WO 2023000716 A1 WO2023000716 A1 WO 2023000716A1
Authority
WO
WIPO (PCT)
Prior art keywords
control
module
embedded
communication
computer software
Prior art date
Application number
PCT/CN2022/086348
Other languages
French (fr)
Chinese (zh)
Inventor
孙涛
张嘉朋
贺志远
连宾宾
宋轶民
Original Assignee
天津大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 天津大学 filed Critical 天津大学
Publication of WO2023000716A1 publication Critical patent/WO2023000716A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B34/00Computer-aided surgery; Manipulators or robots specially adapted for use in surgery
    • A61B34/30Surgical robots
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B34/00Computer-aided surgery; Manipulators or robots specially adapted for use in surgery
    • A61B34/10Computer-aided planning, simulation or modelling of surgical operations
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/414Structure of the control system, e.g. common controller or multiprocessor systems, interface to servo, programmable interface controller
    • G05B19/4142Structure of the control system, e.g. common controller or multiprocessor systems, interface to servo, programmable interface controller characterised by the use of a microprocessor

Definitions

  • the invention belongs to the technical field of robot control, in particular to a miniaturized control system and control method of a wearable fracture reduction and rehabilitation robot.
  • the existing control systems of wearable fracture reduction and rehabilitation robots still have the following deficiencies: 1) Development is difficult and costly And it is difficult to meet the requirements of miniaturization and convenience. As described in the patent CN106873401A, the robot control system uses the purchased motion control card as the main controller to realize the corresponding control function, and the control cost is high. The controller needs to adapt to the communication protocol of the motor driver, which increases the difficulty of development. At the same time, this type of motion control system is relatively large in size and low in convenience. 2) Poor real-time performance and reliability.
  • the purpose of the present invention is to overcome the deficiencies of the prior art, provide a wearable fracture surgery and rehabilitation robot control system and control method, and better meet the clinical needs of fracture reduction surgery and fracture rehabilitation.
  • a control system for a wearable fracture surgery and rehabilitation robot including three aspects: a network layer, a master-slave layer, and an execution layer.
  • the network layer refers to an upper computer software module used for human-computer interaction information;
  • the master The slave layer consists of a communication module, a force sensor module, and an embedded driver module, which are used to receive and execute control commands from the host computer software;
  • the execution layer refers to the motor module that provides torque for the robot's movement.
  • the upper computer software module is used for human-computer information interaction, and its interior is embedded with mechanism kinematics forward and reverse solution algorithm and trajectory planning algorithm.
  • the operator reads the trajectory given by the doctor and the information of the force sensor module through the software interface of the host computer, and controls the robot to assist the doctor in better fracture reduction and rehabilitation. At the same time, it can also collect and record robot movement information in real time, which is convenient for the evaluation of patient rehabilitation.
  • the software module of the upper computer adopts a multi-threaded communication mode of RS485 serial port communication and USB to CAN bus communication. It can also realize the hardware parameter modification of the embedded driver and various motion control functions of the robot.
  • the host computer software module is connected with the embedded driver module through a communication module.
  • the communication module is a USB-CAN bus converter, which converts the USB command of the host computer into a serial port command through the CH340 chip, and finally converts the serial port command into a CAN bus command and sends it to the embedded driver.
  • the CAN bus network can be monitored simply and conveniently through the upper computer software module, and at the same time, the two-way communication of the robot can be realized.
  • the embedded driver module is used for motor motion control and monitoring, mainly including hardware design and application program design.
  • the hardware design of the embedded driver module consists of a control circuit and a drive circuit.
  • the control circuit is used to receive and analyze external control instructions, and send motor control signals to the drive circuit; the drive circuit is used to receive the motor control signals, and control the motor through the H bridge circuit.
  • the hardware interface of the embedded driver module includes: motor sensor and driver interface, driver power interface, CAN bus communication interface, serial communication interface, motor power interface, external ADC acquisition interface, and program download interface.
  • the embedded driver module integrates a power supply chip, a driver chip, a communication chip, and a control chip onto the same control circuit board, which has a small circuit board area and a high degree of integration.
  • the application program design of the embedded driver module is composed of a control instruction receiving module, a control algorithm module, a motion control module, and a control instruction sending module.
  • the control instruction receiving module receives the motion control instruction from the upper computer software module, triggers a corresponding interrupt to the control algorithm module, and the bottom layer control is handed over to the motion control module, and finally the control instruction sending module sends the operation information to Inside the software module of the host computer.
  • Control commands include motor speed control, setting drive chip current protection, single point position control, trajectory PVT control, reading motor encoder information, reading motor current information, reading FLASH table specified bits, modifying FLASH table specified bits, FLASH The table returns to default values.
  • Control frames include normal mode control frames and track PVT mode control frames. The control information of each frame includes frame header, frame tail, CAN bus ID, control mode identification, control specific data, and check code.
  • the control algorithm module includes a distributed multi-axis cooperative control method and a rehabilitation control algorithm.
  • the distributed multi-axis cooperative control method is realized based on CAN bus broadcast and cubic polynomial interpolation trajectory control algorithm.
  • the rehabilitation control algorithm is realized by fuzzy admittance control algorithm.
  • Both the upper computer software module and the embedded driver module are embedded in the cubic polynomial interpolation trajectory control algorithm. After the embedded driver module obtains the key point PVT information, the path points calculated by the upper computer software module are compared Sparse, it is necessary to perform trajectory interpolation on the obtained series of path points first. Trajectory interpolation is realized by the third-order polynomial interpolation trajectory control algorithm to ensure smooth operation of the motor without impact.
  • the above-mentioned control process is all completed in the joint space of the robot.
  • the data broadcast through the CAN bus ( The public CAN broadcast ID is set so that the start command can pass through the bxCAN filter of the embedded driver module) to ensure that each of the embedded driver modules receives the instruction and starts at the same time.
  • the instructions of each embedded driver module are synchronized in a certain sense, so as to realize the distributed multi-axis cooperative control of the robot.
  • the fuzzy admittance control algorithm is embedded in the embedded driver module, and the fuzzy logic model and the admittance model are established, and the target position is adjusted in real time according to the collected force information to comply with the patient's rehabilitation movement intention.
  • a control method for a wearable fracture surgery and rehabilitation robot comprising the following steps:
  • the upper computer software module obtains the rod length of each branch chain of the robot according to the inverse solution algorithm of the robot mechanism and converts the corresponding encoder pulse value;
  • the embedded driver module adjusts the movement of the robot from the current pose to the desired pose according to the control instruction.
  • the embedded driver module waits for the CAN to receive an interrupt, and an interrupt will occur every time a byte is received; according to the embedded interrupt program, when the receiving condition is met, the data is received successfully to mark the position;
  • the embedded driver module closes the external interrupt, analyzes specific control instructions, turns on the timer, and enters the corresponding control mode;
  • the driver is designed as an integrated drive and control, and the underlying control of the motor has high real-time performance.
  • CAN bus communication is used between the drivers, and reliable error handling and error detection mechanisms are integrated inside.
  • it has the advantages of long transmission distance and strong anti-electromagnetic interference ability, and its reliability is good.
  • control system can realize the high-precision fracture reduction process according to the trajectory planned by the doctor.
  • the control system can actively adapt to the patient's movement according to the rehabilitation control algorithm to prevent secondary injuries caused by improper rehabilitation training.
  • the control system can collect and record position information and force information in real time, which can facilitate the evaluation of patient rehabilitation.
  • Figure 1 is a structural block diagram of the robot control system
  • Figure 2 is a flow chart of robot pose control
  • Fig. 3 is a structural block diagram of the robot host computer software
  • Figure 4 is an interface diagram of the embedded driver module
  • Fig. 5 is a flowchart of information interaction between the embedded driver module and the host computer software
  • Figure 6 is a description table of related registers in the bxCAN filter bank
  • Fig. 7 is a normal mode control frame information table
  • Fig. 8 is the track PVT mode control frame information table
  • Fig. 9 is a control mode identifier information table
  • Fig. 10 is a schematic diagram of track discrete points
  • Fig. 11 is a block diagram of the admittance control model
  • This control system is used for the control of wearable fracture surgery and rehabilitation robots.
  • the pose control and force control of the robot are mainly realized by adjusting the rod length of the branch chain of the robot.
  • the structure of the wearable fracture reduction and rehabilitation robot control system of the present invention mainly includes three aspects: a network layer, a master-slave layer, and an execution layer.
  • the network layer refers to the host computer software 1 used for human-computer interaction information.
  • the master-slave layer is composed of a communication module 2, a force sensor module 3, and an embedded driver module 4, which are used to receive and execute control commands from the host computer software 1.
  • the execution layer refers to the motor module 5 that provides torque for the movement of the robot.
  • control system of the present invention is a distributed control system, which is different from a centralized control system.
  • the host computer software 1 is responsible for issuing instructions, and the embedded driver module 4 completes real-time control.
  • the robot pose control process is as follows:
  • the upper computer software 1 obtains the rod length of the branch chain of the robot according to the inverse solution algorithm of the robot mechanism and converts the corresponding encoder pulse value;
  • the embedded driver module 4 adjusts the movement of the robot from the current pose to the desired pose according to the control instruction.
  • the host computer software 1 is developed based on QT and Visio Studio 2017. By reading the trajectory and force sensor information given by the doctor, it controls the robot to assist the doctor in better fracture reduction and rehabilitation. At the same time, it can also collect and record the movement information of the robot in real time, so as to facilitate the evaluation of the patient's rehabilitation.
  • the host computer software 1 is embedded with forward and reverse solution algorithm of robot mechanism kinematics and trajectory planning algorithm, communicates with the force sensor module 3 through the RS485 module, and communicates with the motor driver through the USB to CAN module.
  • the functional structure of the host computer software 1 includes a multi-serial port communication function 6 , a robot motion control function 7 , a robot operation information collection function 8 and a driver hardware parameter modification function 9 .
  • the multi-serial port communication function 6 includes: 1) motor driver communication interface; 2) force sensor communication interface.
  • the robot motion control function 7 includes: 1) track data reading and control; 2) track polynomial interpolation jog control; 3) position trapezoidal acceleration and deceleration jog control; 4) robot step control; 5) motor uniform speed operation;
  • the robot operation information collection function includes: 1) motor position, speed, current information collection 2) force sensor information collection.
  • the driver hardware parameter modification function includes: 1) driver hardware parameter reading 2) driver hardware parameter modification (PID parameter, maximum PWM parameter, control target error, trapezoidal programming acceleration and deceleration, return information protocol selection, hardware version number, etc. Revise).
  • the design of the embedded driver module 4 mainly includes hardware design and application program design.
  • the hardware design mainly consists of a control circuit and a drive circuit.
  • the main function of the control circuit is to receive and analyze external control instructions, and send motor control signals to the drive circuit.
  • the driving circuit is used to receive the motor control signal, and control the motor through the H bridge circuit.
  • control circuit uses STM32F405RGTx as the main control chip, and the CAN bus transceiver uses the SN65HVD233-Q1 chip with high reliability and high communication rate.
  • the drive circuit uses the DRV8876 motor drive chip, which has the functions of integrated current detection and adjustment. Integrated current sensing allows the driver to regulate motor current during start-up and during high load events. The current limit can be programmed using an adjustable external voltage reference.
  • described embedded driver module 4 mainly comprises: motor sensor and drive interface, driver power supply interface, CAN bus communication interface, serial port communication interface, motor power supply interface, external ADC acquisition interface, program download interface, and Reset button, CAN bus ID selection DIP switch, status display LED.
  • the status display LEDs are used to observe the control status of the driver more intuitively, the red LEDs are used for power-on indication, and the green LEDs are used for motor running status indication.
  • the CAN bus ID selection dial switch is used to determine the node number of the corresponding driver on the CAN bus, and the maximum node number is 8. The need to add more nodes on the bus should be specified within the driver application.
  • the embedded driver module 4 integrates the power supply chip, the driver chip, the communication chip and the control chip on the same control board, and the control board has a small area and a high degree of integration.
  • described embedded driver module 4 and described host computer software 1 carry out information interaction process as follows: 1) after described embedded driver module 4 is powered on, need first clock module, GPIO module, external The interrupt module, timer module, ADC module and CAN controller module are initialized. 2) After the initialization is completed, the embedded driver module 4 waits for the CAN receiving interrupt, and an interrupt will occur every time a byte is received. According to the embedded interrupt program, when the receiving condition is satisfied, the data receiving success flag position is 1. 3) At this time, the embedded driver module 4 closes the external interrupt, analyzes specific control instructions, opens the timer, and enters the corresponding control mode. 4) After the execution of the instruction is completed, open the external interrupt and wait for the next data reception at the same time.
  • bxCAN filter list mode On the CAN bus communication, and filter out unnecessary information on the hardware by setting the CAN message ID in advance, thus greatly improving the communication efficiency.
  • bxCAN filter In the bxCAN filter, it consists of two 32-bit registers: CAN_FxR1 and CAN_FxR2.
  • the CAN_FxR1 and CAN_FxR2 registers are divided into two sections, the upper 16 bits of the CAN_FxR1 register correspond to the FilterIdHigh in the above code, the lower 16 bits correspond to the FilterIdLow, and the upper 16 bits of the CAN_FxR2 register The bit corresponds to FilterMaskIdHigh, and the lower 16 bits correspond to FilterMaskIdLow.
  • the filter works in a 16-bit wide list mode, and the four 16-bit variables FilterIdHigh, FilterIdLow, FilterMaskIdHigh, and FilterMaskIdLow are used to store a standard CAN ID. In this way, the corresponding drive specific ID and data broadcast ID can be stored.
  • each frame control command includes: frame header and frame tail, control mode identifier, CAN bus ID identifier, specific control data identifier, and checksum data identifier.
  • control mode identifier includes: motor speed control mode identifier, set drive chip current protection identifier, single point position control mode identifier, track PVT control mode identifier, read motor code Device information identifier, read motor current information identifier, read FLASH table specified bit identifier, modify FLASH table specified bit identifier, FLASH table restore default value identifier.
  • each frame of control information in normal mode includes 11 characters, and each frame of control information in trajectory PVT control mode includes 16 characters.
  • the starting character is: " ⁇ "; the second character is the CAN bus ID identifier; the third character is the control mode identifier.
  • the 4th to 9th identifiers are control specific data identifiers, and the 10th identifier is a check code.
  • the 4th identifier is the trajectory node label, the 5th to 14th identifiers are control specific data identifiers, and the 15th identifier is the check code.
  • the miniaturized control system of the wearable fracture reduction and rehabilitation robot proposed by the present invention is a distributed control system, but the upper computer software is developed based on a non-real-time operating system, which cannot guarantee millisecond-level real-time performance.
  • the wearable fracture reduction and rehabilitation robot is a 6-DOF parallel mechanism (see patent CN111685880A), which requires multi-axis coordinated motion to achieve terminal pose control.
  • a distributed multi-axis cooperative control method based on non-real-time host computer system is proposed.
  • the host computer software 1 mainly performs offline trajectory planning, and sends key point information to the embedded driver module 4 after the planning is completed.
  • the running curve between adjacent discrete points is continuously fitted by the cubic polynomial interpolation algorithm. Its expression is:
  • ⁇ i+1 a i +b i ⁇ t+c i ⁇ t 2 +d i ⁇ t 3 (0 ⁇ t ⁇ t i+1 -t i )
  • the velocity and time information of the discrete points are given.
  • the speed exceeds the maximum speed limit, adjust the running time to re-fit the curve until it meets the requirements.
  • the key discrete point PVT information is sent to each of the embedded driver modules 4 .
  • the embedded driver module 4 is internally embedded with an incremental double-loop PID control algorithm, the speed loop control period is 10ms, and the current loop control period is 1ms.
  • the control chip needs to send the PWM value to the driver chip, and at the same time read the current speed value and current value through the driver chip.
  • the control chip needs to quickly calculate the given value that needs to be sent to the driver chip next time based on the read feedback value, and the driver chip needs to complete the corresponding target value according to the given target value of the control chip. action.
  • the entire real-time calculation task is completed by the integrated control chip inside the embedded driver module 4 .
  • the above-mentioned control process is all completed in the robot joint space.
  • the data broadcast through the CAN bus (setting the public CAN
  • the broadcast ID enables the startup command to pass through the bxCAN filter of the embedded driver module 4 to ensure that each of the embedded driver modules receives the instruction and starts at the same time.
  • the instructions of each embedded driver module 4 are synchronized in a certain sense, so as to realize the distributed multi-axis cooperative control of the robot.
  • the embedded driver module 4 is embedded with a fuzzy admittance control algorithm, so as to realize the control of the patient's active rehabilitation stage and prevent secondary injuries caused by improper rehabilitation training.
  • the fuzzy admittance control algorithm design mainly includes the design of target admittance model and fuzzy controller.
  • the target admittance model is a second-order mass-spring-damper model, which represents the dynamic relationship between the ideal robot terminal position and the robot/environment force.
  • the fuzzy controller is used to adjust the parameters of the target admittance model to meet the requirements of patients of the same age group and different rehabilitation stages.
  • the entire fuzzy admittance control inner loop is a position closed loop
  • the outer loop is an admittance control closed loop.
  • the force information of each axis is collected by the force sensor, the target position value is obtained through the admittance model, and the target position value is input to the inner ring position controller, so as to realize the control of the end trajectory under different admittance parameters, so that the robot’s
  • Each joint has flexibility, which preserves the safety of the rehabilitation training process.

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Surgery (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Veterinary Medicine (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Medical Informatics (AREA)
  • Molecular Biology (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Robotics (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Human Computer Interaction (AREA)
  • Manufacturing & Machinery (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Manipulator (AREA)
  • Rehabilitation Tools (AREA)

Abstract

A wearable fracture reduction and rehabilitation robot control system and control method, comprising a host computer software module (1), a communication module (2), a force sensor module (3), an embedded driver module (4), and a motor module (5). A kinematics forward/inverse solution algorithm and a path planning algorithm are embedded in the host computer software module (1), which uses multi-thread communication integrating RS485 serial communication and USB to CAN bus communication; the embedded driver module (4) is composed of hardware including a control circuit and a driving circuit and integrates a power chip, a driver chip, a communication chip, and a control chip on a same control circuit board. The driver hardware design of the control system is highly integrated and meets miniaturization and convenience requirements. In addition, the development difficulty is low, and a host computer can issue control commands by mans of a simple serial port protocol. Drivers integrate drive and control, such that good real-time performance is achieved in control of motors at the bottom layer, and the integrated control of fracture reduction and rehabilitation can be realized.

Description

可穿戴式骨折复位与康复机器人控制系统及控制方法Wearable fracture reduction and rehabilitation robot control system and control method 技术领域technical field
本发明属于机器人控制技术领域,特别涉及一种可穿戴式骨折复位与康复机器人的小型化控制系统及控制方法。The invention belongs to the technical field of robot control, in particular to a miniaturized control system and control method of a wearable fracture reduction and rehabilitation robot.
背景技术Background technique
上世纪90年代中期,机器人技术开始被引入至骨科领域,因在提高手术精度、降低手术难度、减少手术伤害、减轻医师劳动强度等方面优势明显,骨科医疗机器人成为解决传统骨折复位手术和骨折康复临床难题的有效手段。其中,专利CN111685880A所述的可穿戴式骨折复位与康复一体化机器人因其结构紧凑,整体尺寸和质量小、刚度大、复位精度高,成为骨科医疗机器人的优势解决方案。In the mid-1990s, robot technology began to be introduced into the field of orthopedics. Because of its obvious advantages in improving surgical accuracy, reducing surgical difficulty, reducing surgical injuries, and reducing the labor intensity of doctors, orthopedic medical robots have become the solution to traditional fracture reduction surgery and fracture rehabilitation. An effective tool for difficult clinical problems. Among them, the wearable fracture reduction and rehabilitation integrated robot described in patent CN111685880A has become an advantageous solution for orthopedic medical robots because of its compact structure, small overall size and mass, high rigidity, and high reset accuracy.
然而,由于骨科医疗领域对于可穿戴式骨折复位与康复机器人便携性和可靠性的高要求,现有可穿戴式骨折复位与康复机器人的控制系统仍然存在以下不足:1)开发难度大、成本高且难以满足小型化、便捷性要求。如专利CN106873401A所述的机器人控制系统,采用购置的运动控制卡作为主控制器来实现相应控制功能,控制成本高。控制器又需要适应电机驱动器的通信协议,增加了开发难度,同时这类运动控制系统体积较大、便捷性低。2)实时性、可靠性差。如专利CN106217376A所述的基于串行通信协议的机器人控制系统,这种RS485通信方式是以主站轮询的方式进行,系统实时性、可靠性差而且容易造成某些节点的“死链”现象。3)缺乏骨折复位与康复的一体化控制方法。如专利CN107970064A所述的骨折复位手术机器人系统,仅提出骨折复位轨迹控制方法,缺乏骨折康复阶段的控制方法。However, due to the high requirements for the portability and reliability of wearable fracture reduction and rehabilitation robots in the orthopedic medical field, the existing control systems of wearable fracture reduction and rehabilitation robots still have the following deficiencies: 1) Development is difficult and costly And it is difficult to meet the requirements of miniaturization and convenience. As described in the patent CN106873401A, the robot control system uses the purchased motion control card as the main controller to realize the corresponding control function, and the control cost is high. The controller needs to adapt to the communication protocol of the motor driver, which increases the difficulty of development. At the same time, this type of motion control system is relatively large in size and low in convenience. 2) Poor real-time performance and reliability. For example, in the robot control system based on the serial communication protocol described in patent CN106217376A, this RS485 communication method is carried out in the form of polling by the master station, the system has poor real-time performance and reliability, and it is easy to cause "dead chain" phenomenon of some nodes. 3) There is a lack of integrated control methods for fracture reduction and rehabilitation. The fracture reduction surgical robot system described in patent CN107970064A only proposes a fracture reduction trajectory control method, and lacks a fracture rehabilitation stage control method.
发明内容Contents of the invention
本发明的目的在于克服现有技术的不足,提供一种可穿戴式骨折手术与康复机器人的控制系统及控制方法,更好地满足骨折复位手术和骨折康复的临床需求。The purpose of the present invention is to overcome the deficiencies of the prior art, provide a wearable fracture surgery and rehabilitation robot control system and control method, and better meet the clinical needs of fracture reduction surgery and fracture rehabilitation.
本发明的技术方案为:Technical scheme of the present invention is:
一种可穿戴式骨折手术与康复机器人的控制系统,包括网络层、主从层、以及执行层三个方面,所述网络层是指用于人机交互信息的上位机软件模块;所述主从层由通讯模块、力传感器模块、嵌入式驱动器模块组成,用于接收并执行上位机软件的控制命令;所述执 行层是指为机器人运动提供扭矩的电机模块。A control system for a wearable fracture surgery and rehabilitation robot, including three aspects: a network layer, a master-slave layer, and an execution layer. The network layer refers to an upper computer software module used for human-computer interaction information; the master The slave layer consists of a communication module, a force sensor module, and an embedded driver module, which are used to receive and execute control commands from the host computer software; the execution layer refers to the motor module that provides torque for the robot's movement.
所述上位机软件模块用于人机信息交互,其内部嵌入机构运动学正逆解算法和轨迹规划算法。操作者通过所述上位机软件界面读取医生给定的轨迹和力传感器模块信息,控制机器人来辅助医生更好地进行骨折复位与康复。同时亦能实时采集机器人运动信息并记录,方便实现对患者康复的评估。The upper computer software module is used for human-computer information interaction, and its interior is embedded with mechanism kinematics forward and reverse solution algorithm and trajectory planning algorithm. The operator reads the trajectory given by the doctor and the information of the force sensor module through the software interface of the host computer, and controls the robot to assist the doctor in better fracture reduction and rehabilitation. At the same time, it can also collect and record robot movement information in real time, which is convenient for the evaluation of patient rehabilitation.
同时,所述上位机软件模块采用RS485串口通讯与USB转CAN总线通讯的多线程通讯方式。亦可实现嵌入式驱动器的硬件参数修改、机器人多种运动控制功能。At the same time, the software module of the upper computer adopts a multi-threaded communication mode of RS485 serial port communication and USB to CAN bus communication. It can also realize the hardware parameter modification of the embedded driver and various motion control functions of the robot.
需要说明的是,所述上位机软件模块与所述嵌入式驱动器模块通过通讯模块进行连接。所述通讯模块为USB-CAN总线转换器,通过CH340芯片将上位机USB指令转成串口指令,最后将串口指令转换成CAN总线指令发送到所述嵌入式驱动器内部。可以简单方便地通过所述上位机软件模块监视CAN总线网络,同时可以实现机器人的双向通信。It should be noted that the host computer software module is connected with the embedded driver module through a communication module. The communication module is a USB-CAN bus converter, which converts the USB command of the host computer into a serial port command through the CH340 chip, and finally converts the serial port command into a CAN bus command and sends it to the embedded driver. The CAN bus network can be monitored simply and conveniently through the upper computer software module, and at the same time, the two-way communication of the robot can be realized.
所述嵌入式驱动器模块用于电机的运动控制及监控,主要包括硬件设计及应用程序设计。The embedded driver module is used for motor motion control and monitoring, mainly including hardware design and application program design.
所述嵌入式驱动器模块的硬件设计由控制电路和驱动电路组成。所述控制电路用于接收并解析外部控制指令,并发送电机控制信号到所述驱动电路;所述驱动电路用于接收所述电机控制信号,通过H桥电路对电机进行控制。所述嵌入式驱动器模块的硬件接口包括:电机传感器及驱动接口、驱动器电源接口、CAN总线通讯接口、串口通讯接口、电机电源接口、外部ADC采集接口、程序下载接口。所述嵌入式驱动器模块将电源芯片、驱动芯片、通信芯片、控制芯片皆集成到同一控制电路板上,电路板面积小、集成度高。The hardware design of the embedded driver module consists of a control circuit and a drive circuit. The control circuit is used to receive and analyze external control instructions, and send motor control signals to the drive circuit; the drive circuit is used to receive the motor control signals, and control the motor through the H bridge circuit. The hardware interface of the embedded driver module includes: motor sensor and driver interface, driver power interface, CAN bus communication interface, serial communication interface, motor power interface, external ADC acquisition interface, and program download interface. The embedded driver module integrates a power supply chip, a driver chip, a communication chip, and a control chip onto the same control circuit board, which has a small circuit board area and a high degree of integration.
所述嵌入式驱动器模块的应用程序设计由控制指令接收模块、控制算法模块、运动控制模块、控制指令发送模块组成。The application program design of the embedded driver module is composed of a control instruction receiving module, a control algorithm module, a motion control module, and a control instruction sending module.
所述控制指令接收模块接收所述上位机软件模块运动控制指令,触发对应中断至所述控制算法模块,底层控制交给所述运动控制模块,最后由所述控制指令发送模块将运行信息发送到所述上位机软件模块内部。The control instruction receiving module receives the motion control instruction from the upper computer software module, triggers a corresponding interrupt to the control algorithm module, and the bottom layer control is handed over to the motion control module, and finally the control instruction sending module sends the operation information to Inside the software module of the host computer.
需要说明的是,所述控制指令接收模块及所述控制指令发送模块依据自定义通讯协议实现。控制指令包括电机转速控制、设定驱动芯片电流保护、单点位置控制、轨迹PVT控制、读取电机编码器信息、读取电机电流信息、读取FLASH表指定位、修改FLASH表指定位、FLASH表恢复默认值。控制帧包括普通模式控制帧与轨迹PVT模式控制帧。每帧控制信息包括帧头、帧尾、CAN总线ID、控制模式标识、控制具体数据、校验码。It should be noted that, the control instruction receiving module and the control instruction sending module are implemented according to a self-defined communication protocol. Control commands include motor speed control, setting drive chip current protection, single point position control, trajectory PVT control, reading motor encoder information, reading motor current information, reading FLASH table specified bits, modifying FLASH table specified bits, FLASH The table returns to default values. Control frames include normal mode control frames and track PVT mode control frames. The control information of each frame includes frame header, frame tail, CAN bus ID, control mode identification, control specific data, and check code.
所述的控制算法模块包含分布式多轴协同控制方法及康复控制算法。所述的分布式多 轴协同控制方法基于CAN总线广播与三次多项式插值轨迹控制算法实现。所述的康复控制算法由模糊导纳控制算法实现。The control algorithm module includes a distributed multi-axis cooperative control method and a rehabilitation control algorithm. The distributed multi-axis cooperative control method is realized based on CAN bus broadcast and cubic polynomial interpolation trajectory control algorithm. The rehabilitation control algorithm is realized by fuzzy admittance control algorithm.
所述上位机软件模块及所述嵌入式驱动器模块均嵌入所述三次多项式插值轨迹控制算法,当所述嵌入式驱动器模块得到关键点PVT信息后,由于所述上位机软件模块计算的路径点比较稀疏,需要先对得到的一系列路径点做轨迹插补。轨迹插补由所述三次多项式插值轨迹控制算法实现,以保证电机运行平滑无冲击。Both the upper computer software module and the embedded driver module are embedded in the cubic polynomial interpolation trajectory control algorithm. After the embedded driver module obtains the key point PVT information, the path points calculated by the upper computer software module are compared Sparse, it is necessary to perform trajectory interpolation on the obtained series of path points first. Trajectory interpolation is realized by the third-order polynomial interpolation trajectory control algorithm to ensure smooth operation of the motor without impact.
需要说明的是,上述的控制过程都是在机器人关节空间内完成,所述上位机软件模块规划完的离散点发送到固定数目的所述嵌入式驱动器模块内部之后,通过CAN总线的数据广播(设置公共CAN广播ID,使启动指令能通过所述嵌入式驱动器模块的bxCAN过滤器)来保证各个所述嵌入式驱动器模块同时接收到指令并启动。以此来保证各个所述嵌入式驱动器模块在一定意义上的指令同步,从而实现机器人的所述分布式多轴协同控制。It should be noted that the above-mentioned control process is all completed in the joint space of the robot. After the discrete points planned by the host computer software module are sent to a fixed number of the embedded driver modules, the data broadcast through the CAN bus ( The public CAN broadcast ID is set so that the start command can pass through the bxCAN filter of the embedded driver module) to ensure that each of the embedded driver modules receives the instruction and starts at the same time. In this way, the instructions of each embedded driver module are synchronized in a certain sense, so as to realize the distributed multi-axis cooperative control of the robot.
所述模糊导纳控制算法嵌入于所述嵌入式驱动器模块内部,通过建立模糊逻辑模型、导纳模型,再根据采集的力信息实时调整目标位置来顺应患者康复运动意图。The fuzzy admittance control algorithm is embedded in the embedded driver module, and the fuzzy logic model and the admittance model are established, and the target position is adjusted in real time according to the collected force information to comply with the patient's rehabilitation movement intention.
一种可穿戴式骨折手术与康复机器人的控制方法,包括以下步骤:A control method for a wearable fracture surgery and rehabilitation robot, comprising the following steps:
1)所述上位机软件模块界面输入位置控制指令;1) The software module interface of the host computer inputs a position control command;
2)所述上位机软件模块根据机器人机构逆解算法得到机器人各个支链的杆长并换算出对应的编码器脉冲值;2) The upper computer software module obtains the rod length of each branch chain of the robot according to the inverse solution algorithm of the robot mechanism and converts the corresponding encoder pulse value;
3)所述上位机软件模块向所述嵌入式驱动器模块传输控制指令;3) the host computer software module transmits control instructions to the embedded driver module;
4)所述嵌入式驱动器模块根据控制指令调整机器人从当前位姿运动到期望位姿。4) The embedded driver module adjusts the movement of the robot from the current pose to the desired pose according to the control instruction.
所述嵌入式驱动器模块与所述上位机软件进行信息交互流程为:The process of information interaction between the embedded driver module and the host computer software is as follows:
1)所述嵌入式驱动器模块上电后,需要先对时钟模块、GPIO模块、外部中断模块、定时器模块、ADC模块、CAN控制器模块进行初始化;1) After the embedded driver module is powered on, it is necessary to initialize the clock module, GPIO module, external interrupt module, timer module, ADC module, and CAN controller module;
2)初始化完成后,所述嵌入式驱动器模块等待CAN接收中断,每接收一个字节就会发生一次中断;根据嵌入的中断程序,满足接收条件时,将数据接收成功标志位置;2) After the initialization is completed, the embedded driver module waits for the CAN to receive an interrupt, and an interrupt will occur every time a byte is received; according to the embedded interrupt program, when the receiving condition is met, the data is received successfully to mark the position;
3)此时所述嵌入式驱动器模块关闭外部中断,解析具体的控制指令,打开定时器,进入对应的控制模式;3) At this time, the embedded driver module closes the external interrupt, analyzes specific control instructions, turns on the timer, and enters the corresponding control mode;
4)当指令执行结束后,开启外部中断,同时等待下一次的数据接收。4) After the execution of the instruction is completed, open the external interrupt and wait for the next data reception at the same time.
在CAN总线通讯上使用bxCAN过滤器列表模式,通过提前设置好CAN报文ID,在硬件上过滤掉不需要的信息。Use the bxCAN filter list mode on the CAN bus communication, and filter out unnecessary information on the hardware by setting the CAN message ID in advance.
本发明的有益效果是:The beneficial effects of the present invention are:
1、满足小型化、便捷性要求且开发难度和成本低:驱动器硬件设计集成度高,满足小型化、便捷性要求。同时其开发难度低,上位机通过简单的串口协议即可下发控制指令。1. Meet the requirements of miniaturization and convenience and low development difficulty and cost: the drive hardware design is highly integrated and meets the requirements of miniaturization and convenience. At the same time, its development difficulty is low, and the host computer can issue control commands through a simple serial port protocol.
2、实时性高、可靠性好:驱动器为驱控一体设计,电机底层控制实时性高。同时驱动器之间采用CAN总线通讯,内部集成有可靠的错误处理和检错机制,同时具有传输距离较远、抗电磁干扰能力强的优点,其可靠性较好。2. High real-time performance and good reliability: the driver is designed as an integrated drive and control, and the underlying control of the motor has high real-time performance. At the same time, CAN bus communication is used between the drivers, and reliable error handling and error detection mechanisms are integrated inside. At the same time, it has the advantages of long transmission distance and strong anti-electromagnetic interference ability, and its reliability is good.
3、可实现骨折复位与康复一体化控制:在骨折复位阶段,控制系统可根据医师规划轨迹实现高精度骨折复位过程。在骨折康复阶段,控制系统可根据康复控制算法主动顺应患者运动,防止康复训练不当造成二次损伤。同时控制系统可实时采集并记录位置信息、力信息,能够方便实现对患者康复的评估。3. It can realize the integrated control of fracture reduction and rehabilitation: in the fracture reduction stage, the control system can realize the high-precision fracture reduction process according to the trajectory planned by the doctor. In the stage of fracture rehabilitation, the control system can actively adapt to the patient's movement according to the rehabilitation control algorithm to prevent secondary injuries caused by improper rehabilitation training. At the same time, the control system can collect and record position information and force information in real time, which can facilitate the evaluation of patient rehabilitation.
附图说明Description of drawings
图1为机器人控制系统的结构框图;Figure 1 is a structural block diagram of the robot control system;
图2为机器人位姿控制流程图;Figure 2 is a flow chart of robot pose control;
图3为机器人上位机软件的结构框图;Fig. 3 is a structural block diagram of the robot host computer software;
图4为嵌入式驱动器模块接口图;Figure 4 is an interface diagram of the embedded driver module;
图5为嵌入式驱动器模块与上位机软件信息交互流程图;Fig. 5 is a flowchart of information interaction between the embedded driver module and the host computer software;
图6为bxCAN过滤器组中的相关寄存器说明表;Figure 6 is a description table of related registers in the bxCAN filter bank;
图7为普通模式控制帧信息表;Fig. 7 is a normal mode control frame information table;
图8为轨迹PVT模式控制帧信息表;Fig. 8 is the track PVT mode control frame information table;
图9为控制模式标识符信息表;Fig. 9 is a control mode identifier information table;
图10为轨迹离散点示意图;Fig. 10 is a schematic diagram of track discrete points;
图11为导纳控制模型框图;Fig. 11 is a block diagram of the admittance control model;
附图标记:Reference signs:
1、上位机软件;2、通讯模块;3、力传感器模块;4、嵌入式驱动器模块;5、电机模块;6、多串口通讯功能;7、机器人运动控制功能;8、机器人运行信息采集功能;9、驱动器硬件参数修改功能。1. Host computer software; 2. Communication module; 3. Force sensor module; 4. Embedded driver module; 5. Motor module; 6. Multi-serial communication function; 7. Robot motion control function; 8. Robot operation information collection function ;9. The driver hardware parameter modification function.
具体实施方式detailed description
首先说明本发明实施例的应用场合,此控制系统用于可穿戴式骨折手术与康复机器人控制,主要通过对机器人支链的杆长调节实现机器人的位姿控制与力控制。以下结合附图 实例对本发明作进一步详细描述,描述是示例性的,仅用于解释本发明,而不能理解为对本发明的限制。Firstly, the application of the embodiment of the present invention is described. This control system is used for the control of wearable fracture surgery and rehabilitation robots. The pose control and force control of the robot are mainly realized by adjusting the rod length of the branch chain of the robot. The present invention will be described in further detail below in conjunction with accompanying drawing example, description is exemplary, only for explaining the present invention, and can not be interpreted as the restriction of the present invention.
如附图1所示,本发明的可穿戴式骨折复位与康复机器人控制系统结构主要包括网络层、主从层、以及执行层三个方面。As shown in Figure 1, the structure of the wearable fracture reduction and rehabilitation robot control system of the present invention mainly includes three aspects: a network layer, a master-slave layer, and an execution layer.
所述网络层是指用于人机交互信息的上位机软件1。所述主从层由通讯模块2、力传感器模块3、嵌入式驱动器模块4组成,用于接收并执行上位机软件1的控制命令。所述执行层是指为机器人运动提供扭矩的电机模块5。The network layer refers to the host computer software 1 used for human-computer interaction information. The master-slave layer is composed of a communication module 2, a force sensor module 3, and an embedded driver module 4, which are used to receive and execute control commands from the host computer software 1. The execution layer refers to the motor module 5 that provides torque for the movement of the robot.
需要说明的是,本发明所述控制系统为分布式控制系统,区别于集中式的控制系统,所述上位机软件1负责指令下发,实时控制由嵌入式驱动器模块4完成。It should be noted that the control system of the present invention is a distributed control system, which is different from a centralized control system. The host computer software 1 is responsible for issuing instructions, and the embedded driver module 4 completes real-time control.
如附图2所示,机器人位姿控制流程如下:As shown in Figure 2, the robot pose control process is as follows:
1)所述上位机软件1界面输入位置控制指令;1) The interface of the host computer software 1 inputs a position control command;
2)所述上位机软件1根据机器人机构逆解算法得到机器人支链的杆长并换算出对应的编码器脉冲值;2) The upper computer software 1 obtains the rod length of the branch chain of the robot according to the inverse solution algorithm of the robot mechanism and converts the corresponding encoder pulse value;
3)所述上位机软件1向所述嵌入式驱动器模块4传输控制指令;3) the host computer software 1 transmits control instructions to the embedded driver module 4;
4)所述嵌入式驱动器模块4根据控制指令调整机器人从当前位姿运动到期望位姿。4) The embedded driver module 4 adjusts the movement of the robot from the current pose to the desired pose according to the control instruction.
所述上位机软件1基于QT和Visio Studio 2017开发,通过读取医生给定的轨迹以及力传感器信息,控制机器人来辅助医生更好的进行骨折复位与康复。同时亦能实时采集机器人的运动信息并记录,方便对患者的康复进行评估。The host computer software 1 is developed based on QT and Visio Studio 2017. By reading the trajectory and force sensor information given by the doctor, it controls the robot to assist the doctor in better fracture reduction and rehabilitation. At the same time, it can also collect and record the movement information of the robot in real time, so as to facilitate the evaluation of the patient's rehabilitation.
所述上位机软件1嵌入机器人机构运动学正逆解算法、轨迹规划算法,通过RS485模块与所述力传感器模块3进行通讯,同时通过USB转CAN模块与电机驱动器进行通讯。如附图3所示,所述上位机软件1的功能结构包括多串口通讯功能6、机器人运动控制功能7、机器人运行信息采集功能8和驱动器硬件参数修改功能9。The host computer software 1 is embedded with forward and reverse solution algorithm of robot mechanism kinematics and trajectory planning algorithm, communicates with the force sensor module 3 through the RS485 module, and communicates with the motor driver through the USB to CAN module. As shown in FIG. 3 , the functional structure of the host computer software 1 includes a multi-serial port communication function 6 , a robot motion control function 7 , a robot operation information collection function 8 and a driver hardware parameter modification function 9 .
所述的多串口通讯功能6包括:1)电机驱动器通讯接口;2)力传感器通讯接口。所述机器人运动控制功能7包括:1)轨迹数据读取及控制;2)轨迹多项式插值点动控制;3)位置梯形加减速点动控制;4)机器人步进控制;5)电机匀速运行;所述机器人运行信息采集功能包括:1)电机位置、速度、电流信息采集2)力传感器信息采集。所述驱动器硬件参数修改功能包括:1)驱动器硬件参数读取2)驱动器硬件参数修改(PID参数、最大PWM参数、控制目标误差、梯形规划加减速度、返回信息协议选择、硬件版本号等的修改)。The multi-serial port communication function 6 includes: 1) motor driver communication interface; 2) force sensor communication interface. The robot motion control function 7 includes: 1) track data reading and control; 2) track polynomial interpolation jog control; 3) position trapezoidal acceleration and deceleration jog control; 4) robot step control; 5) motor uniform speed operation; The robot operation information collection function includes: 1) motor position, speed, current information collection 2) force sensor information collection. The driver hardware parameter modification function includes: 1) driver hardware parameter reading 2) driver hardware parameter modification (PID parameter, maximum PWM parameter, control target error, trapezoidal programming acceleration and deceleration, return information protocol selection, hardware version number, etc. Revise).
所述嵌入式驱动器模块4的设计主要包括硬件设计及应用程序设计。所述硬件设计, 主要由控制电路、驱动电路组成。所述控制电路主要功能是接收并解析外部控制指令,发送电机控制信号到所述驱动电路。所述驱动电路用于接收所述电机控制信号,通过H桥电路对电机进行控制。The design of the embedded driver module 4 mainly includes hardware design and application program design. The hardware design mainly consists of a control circuit and a drive circuit. The main function of the control circuit is to receive and analyze external control instructions, and send motor control signals to the drive circuit. The driving circuit is used to receive the motor control signal, and control the motor through the H bridge circuit.
具体的,所述控制电路采用STM32F405RGTx作为主控芯片,同时CAN总线收发器选用具高可靠性和高通讯速率的SN65HVD233-Q1芯片。所述驱动电路选用DRV8876电机驱动芯片,具有集成电流检测和调节的功能。在启动期间和高负载事件中,集成电流检测可实现通过驱动器调节电机电流。利用可调外部电压基准,可设置电流限制。Specifically, the control circuit uses STM32F405RGTx as the main control chip, and the CAN bus transceiver uses the SN65HVD233-Q1 chip with high reliability and high communication rate. The drive circuit uses the DRV8876 motor drive chip, which has the functions of integrated current detection and adjustment. Integrated current sensing allows the driver to regulate motor current during start-up and during high load events. The current limit can be programmed using an adjustable external voltage reference.
如附图4所示,所述嵌入式驱动器模块4主要包括:电机传感器及驱动接口、驱动器电源接口、CAN总线通讯接口、串口通讯接口、电机电源接口、外部ADC采集接口、程序下载接口,以及复位按键、CAN总线ID选择拨码开关、状态显示LED。As shown in accompanying drawing 4, described embedded driver module 4 mainly comprises: motor sensor and drive interface, driver power supply interface, CAN bus communication interface, serial port communication interface, motor power supply interface, external ADC acquisition interface, program download interface, and Reset button, CAN bus ID selection DIP switch, status display LED.
具体的,所述的状态显示LED用于更加直观的观测驱动器控制状态,红色LED用于通电指示,绿色LED用于电机运行状态指示。所述CAN总线ID选择拨码开关用于决定对应驱动器在can总线的节点号,最大节点号为8。如需在总线上增加更多节点应在驱动器应用程序内部规定。Specifically, the status display LEDs are used to observe the control status of the driver more intuitively, the red LEDs are used for power-on indication, and the green LEDs are used for motor running status indication. The CAN bus ID selection dial switch is used to determine the node number of the corresponding driver on the CAN bus, and the maximum node number is 8. The need to add more nodes on the bus should be specified within the driver application.
需要说明的是,所述嵌入式驱动器模块4将电源芯片、驱动芯片、通信芯片、控制芯片集成到同一控制板上,控制板面积小、集成度高。It should be noted that the embedded driver module 4 integrates the power supply chip, the driver chip, the communication chip and the control chip on the same control board, and the control board has a small area and a high degree of integration.
如附图5所示,所述嵌入式驱动器模块4与所述上位机软件1进行信息交互流程为:1)所述嵌入式驱动器模块4上电后,需要先对时钟模块、GPIO模块、外部中断模块、定时器模块、ADC模块、CAN控制器模块进行初始化。2)初始化完成后,所述嵌入式驱动器模块4等待CAN接收中断,每接收一个字节就会发生一次中断。根据嵌入的中断程序,满足接收条件时,将数据接收成功标志位置1。3)此时所述嵌入式驱动器模块4关闭外部中断,解析具体的控制指令,打开定时器,进入对应的控制模式。4)当指令执行结束后,开启外部中断,同时等待下一次的数据接收。As shown in accompanying drawing 5, described embedded driver module 4 and described host computer software 1 carry out information interaction process as follows: 1) after described embedded driver module 4 is powered on, need first clock module, GPIO module, external The interrupt module, timer module, ADC module and CAN controller module are initialized. 2) After the initialization is completed, the embedded driver module 4 waits for the CAN receiving interrupt, and an interrupt will occur every time a byte is received. According to the embedded interrupt program, when the receiving condition is satisfied, the data receiving success flag position is 1. 3) At this time, the embedded driver module 4 closes the external interrupt, analyzes specific control instructions, opens the timer, and enters the corresponding control mode. 4) After the execution of the instruction is completed, open the external interrupt and wait for the next data reception at the same time.
在CAN总线通讯上使用bxCAN过滤器列表模式,通过提前设置好CAN报文ID,在硬件上过滤掉不需要的信息,从而大大提高了通讯效率。bxCAN过滤器中,由2个32位寄存器:CAN_FxR1、CAN_FxR2组成。由于使用的是cube库,在cube库中,CAN_FxR1与CAN_FxR2寄存器分别被拆成两段,CAN_FxR1寄存器的高16位对应着上面代码中的FilterIdHigh,低16位对应着FilterIdLow,而CAN_FxR2寄存器的高16位对应着FilterMaskIdHigh,低16位对应着FilterMaskIdLow。Use the bxCAN filter list mode on the CAN bus communication, and filter out unnecessary information on the hardware by setting the CAN message ID in advance, thus greatly improving the communication efficiency. In the bxCAN filter, it consists of two 32-bit registers: CAN_FxR1 and CAN_FxR2. Since the cube library is used, in the cube library, the CAN_FxR1 and CAN_FxR2 registers are divided into two sections, the upper 16 bits of the CAN_FxR1 register correspond to the FilterIdHigh in the above code, the lower 16 bits correspond to the FilterIdLow, and the upper 16 bits of the CAN_FxR2 register The bit corresponds to FilterMaskIdHigh, and the lower 16 bits correspond to FilterMaskIdLow.
如附图6所示,通过设置FSCx与FBMx的值,使得过滤器工作在16位宽的列表模 式下,FilterIdHigh,FilterIdLow,FilterMaskIdHigh,FilterMaskIdLow这4个16位变量都用来存储一个标准CAN ID,这样,就可以存放对应的驱动器特定ID与数据广播ID。As shown in Figure 6, by setting the values of FSCx and FBMx, the filter works in a 16-bit wide list mode, and the four 16-bit variables FilterIdHigh, FilterIdLow, FilterMaskIdHigh, and FilterMaskIdLow are used to store a standard CAN ID. In this way, the corresponding drive specific ID and data broadcast ID can be stored.
通讯协议规定每帧控制指令包括:帧头帧尾、控制模式标识符、CAN总线ID标识符、控制具体数据标识符、校验码数据标识符。The communication protocol stipulates that each frame control command includes: frame header and frame tail, control mode identifier, CAN bus ID identifier, specific control data identifier, and checksum data identifier.
如附图7所示,所述控制模式标识符包括:电机转速控制模式标识符、设定驱动芯片电流保护标识符、单点位置控制模式标识符、轨迹PVT控制模式标识符、读取电机编码器信息标识符、读取电机电流信息标识符、读取FLASH表指定位标识符、修改FLASH表指定位标识符、FLASH表恢复默认值标识符。As shown in Figure 7, the control mode identifier includes: motor speed control mode identifier, set drive chip current protection identifier, single point position control mode identifier, track PVT control mode identifier, read motor code Device information identifier, read motor current information identifier, read FLASH table specified bit identifier, modify FLASH table specified bit identifier, FLASH table restore default value identifier.
如附图8、9所示,普通模式每帧控制信息包括11个字符、轨迹PVT控制模式每帧控制信息包括16个字符。其中,起始字符为:“{”;第二个字符为CAN总线ID标识符;第三个字符为控制模式标识符。在普通模式数据帧中,第4个标识符至第9个标识符为控制具体数据标识符、第10个标识符为校验码。在轨迹PVT控制模式数据帧中,第4个标识符为轨迹节点标号、第5个标识符至第14个标识符为控制具体数据标识符、第15个标识符为校验码。As shown in Figures 8 and 9, each frame of control information in normal mode includes 11 characters, and each frame of control information in trajectory PVT control mode includes 16 characters. Among them, the starting character is: "{"; the second character is the CAN bus ID identifier; the third character is the control mode identifier. In the normal mode data frame, the 4th to 9th identifiers are control specific data identifiers, and the 10th identifier is a check code. In the trajectory PVT control mode data frame, the 4th identifier is the trajectory node label, the 5th to 14th identifiers are control specific data identifiers, and the 15th identifier is the check code.
需要说明的是,本发明提出的可穿戴式骨折复位与康复机器人的小型化控制系统为分布式控制系统,但上位机软件基于非实时性操作系统开发,无法保证毫秒级的实时性。进一步,可穿戴式骨折复位与康复机器人为6自由度并联机构(见专利CN111685880A),需要多轴协同运动来实现末端位姿控制。为解决上述问题,提出了一种基于非实时性上位机系统的分布式多轴协同控制方法。It should be noted that the miniaturized control system of the wearable fracture reduction and rehabilitation robot proposed by the present invention is a distributed control system, but the upper computer software is developed based on a non-real-time operating system, which cannot guarantee millisecond-level real-time performance. Furthermore, the wearable fracture reduction and rehabilitation robot is a 6-DOF parallel mechanism (see patent CN111685880A), which requires multi-axis coordinated motion to achieve terminal pose control. In order to solve the above problems, a distributed multi-axis cooperative control method based on non-real-time host computer system is proposed.
在多轴协同控制过程中,所述上位机软件1主要进行离线轨迹规划,规划完成后将关键点信息发送到所述嵌入式驱动器模块4内部。如附图10所示,上位机得到N+1个离散点后,由三次多项式插值算法不断拟合相邻离散点之间的运行曲线。其表达式为:During the multi-axis coordinated control process, the host computer software 1 mainly performs offline trajectory planning, and sends key point information to the embedded driver module 4 after the planning is completed. As shown in Figure 10, after the host computer obtains N+1 discrete points, the running curve between adjacent discrete points is continuously fitted by the cubic polynomial interpolation algorithm. Its expression is:
Figure PCTCN2022086348-appb-000001
Figure PCTCN2022086348-appb-000001
1)各个离散点位置方程,其表达式为:1) Each discrete point position equation, its expression is:
θ i+1=a i+b iΔt+c iΔt 2+d iΔt 3(0≤Δt≤t i+1-t i) θ i+1 =a i +b i Δt+c i Δt 2 +d i Δt 3 (0≤Δt≤t i+1 -t i )
2)速度加速度连续性方程,其表达式为:2) Velocity acceleration continuity equation, its expression is:
Figure PCTCN2022086348-appb-000002
Figure PCTCN2022086348-appb-000002
3)起始点终止点速度约束方程,其表达式为:3) The speed constraint equation of the starting point and ending point, its expression is:
Figure PCTCN2022086348-appb-000003
Figure PCTCN2022086348-appb-000003
进一步,方程组求解得到各个系数之后,赋予离散点速度、时间信息。当速度超出最大速度限制后,调整运行时间重新拟合曲线直到满足要求。最后将关键离散点PVT信息发送到各个所述嵌入式驱动器模块4内部。Further, after the equations are solved to obtain each coefficient, the velocity and time information of the discrete points are given. When the speed exceeds the maximum speed limit, adjust the running time to re-fit the curve until it meets the requirements. Finally, the key discrete point PVT information is sent to each of the embedded driver modules 4 .
具体的,所述嵌入式驱动器模块4内部嵌入增量式双环PID控制算法,速度环控制周期是10ms,电流环控制周期是1ms。每次数据交换前,控制芯片需要将PWM值发送给驱动芯片,同时通过驱动芯片来读取当前的速度值、电流值。数据交换后,在下一次数据交换时间节点前,控制芯片需要基于读取的反馈值,迅速计算出下一次需要发送给驱动芯片的给定值,驱动芯片则需要根据控制芯片给定目标值完成相应动作。整个实时运算任务均由所述嵌入式驱动器模块4内部集成的控制芯片完成。Specifically, the embedded driver module 4 is internally embedded with an incremental double-loop PID control algorithm, the speed loop control period is 10ms, and the current loop control period is 1ms. Before each data exchange, the control chip needs to send the PWM value to the driver chip, and at the same time read the current speed value and current value through the driver chip. After data exchange, before the next data exchange time node, the control chip needs to quickly calculate the given value that needs to be sent to the driver chip next time based on the read feedback value, and the driver chip needs to complete the corresponding target value according to the given target value of the control chip. action. The entire real-time calculation task is completed by the integrated control chip inside the embedded driver module 4 .
当然,上述控制过程都是在机器人关节空间内完成,所述上位机软件1规划完的离散点发送到固定数目的所述嵌入式驱动器模块4内部之后,通过CAN总线的数据广播(设置公有CAN广播ID,使启动指令能通过所述嵌入式驱动器模块4的bxCAN过滤器)来保证各个所述嵌入式驱动器模块同时接收到指令并启动。以此来保证各个所述嵌入式驱动器模块4在一定意义上的指令同步,从而实现机器人的所述分布式多轴协同控制。Of course, the above-mentioned control process is all completed in the robot joint space. After the discrete points planned by the host computer software 1 are sent to the fixed number of the embedded driver modules 4, the data broadcast through the CAN bus (setting the public CAN The broadcast ID enables the startup command to pass through the bxCAN filter of the embedded driver module 4 to ensure that each of the embedded driver modules receives the instruction and starts at the same time. In this way, the instructions of each embedded driver module 4 are synchronized in a certain sense, so as to realize the distributed multi-axis cooperative control of the robot.
进一步,所述嵌入式驱动器模块4内部嵌入有模糊导纳控制算法,以此实现患者主动康复阶段的控制,防止康复训练不当造成二次损伤。Further, the embedded driver module 4 is embedded with a fuzzy admittance control algorithm, so as to realize the control of the patient's active rehabilitation stage and prevent secondary injuries caused by improper rehabilitation training.
所述模糊导纳控制算法设计主要包括目标导纳模型、模糊控制器的设计。所述目标导纳模型为二阶质量-弹簧-阻尼模型,代表理想的机器人终端位置和机器人/环境作用力之间的动态关系。所述模糊控制器用以调整所述目标导纳模型的参数,用以满足同年龄段患者、不同康复阶段的要求。The fuzzy admittance control algorithm design mainly includes the design of target admittance model and fuzzy controller. The target admittance model is a second-order mass-spring-damper model, which represents the dynamic relationship between the ideal robot terminal position and the robot/environment force. The fuzzy controller is used to adjust the parameters of the target admittance model to meet the requirements of patients of the same age group and different rehabilitation stages.
如附图11所示,整个所述模糊导纳控制内环为位置闭环,外环为导纳控制闭环。通过所述力传感器采集各轴的力信息,经由导纳模型得到目标位置值,把目标位置值输入到内环位置控制器,以此实现不同导纳参数下末端轨迹的控制,从而使机器人的各个关节具备柔顺性,保存康复训练过程的安全性。As shown in FIG. 11 , the entire fuzzy admittance control inner loop is a position closed loop, and the outer loop is an admittance control closed loop. The force information of each axis is collected by the force sensor, the target position value is obtained through the admittance model, and the target position value is input to the inner ring position controller, so as to realize the control of the end trajectory under different admittance parameters, so that the robot’s Each joint has flexibility, which preserves the safety of the rehabilitation training process.
以上对本发明的描述仅仅是示意性的,而不是限制性的,所以,本发明的实施方式并不局限于上述的具体实施方式。如果本领域的普通技术人员受其启示,在不脱离本发明宗旨和权利要求所保护范围的情况下,做出其他变化或变型,均属于本发明的保护范围。The above description of the present invention is only illustrative rather than restrictive, so the embodiments of the present invention are not limited to the above-mentioned specific embodiments. If a person of ordinary skill in the art is inspired by it, without departing from the gist of the present invention and the protection scope of the claims, other changes or modifications are made, all of which belong to the protection scope of the present invention.

Claims (10)

  1. 一种可穿戴式骨折手术与康复机器人的控制系统,其特征在于,包括网络层、主从层、以及执行层三个方面,所述网络层是指用于人机交互信息的上位机软件模块;所述主从层由通讯模块、力传感器模块、嵌入式驱动器模块组成,用于接收并执行上位机软件的控制命令;所述执行层是指为机器人运动提供扭矩的电机模块;A control system for a wearable fracture surgery and rehabilitation robot, characterized in that it includes three aspects: a network layer, a master-slave layer, and an execution layer. The network layer refers to the upper computer software module used for human-computer interaction information ; The master-slave layer is composed of a communication module, a force sensor module, and an embedded driver module, and is used to receive and execute control commands from the host computer software; the execution layer refers to a motor module that provides torque for robot motion;
    所述上位机软件模块内部嵌入机构运动学正逆解算法和轨迹规划算法;所述上位机软件模块采用RS485串口通讯与USB转CAN总线通讯的多线程通讯方式;The upper computer software module is internally embedded with a mechanism kinematics forward and reverse solution algorithm and a trajectory planning algorithm; the upper computer software module adopts a multi-threaded communication mode of RS485 serial port communication and USB to CAN bus communication;
    所述上位机软件模块与所述嵌入式驱动器模块通过通讯模块进行连接;所述通讯模块为USB-CAN总线转换器,通过CH340芯片将上位机USB指令转成串口指令,最后将串口指令转换成CAN总线指令发送到所述嵌入式驱动器内部;The upper computer software module and the embedded driver module are connected through a communication module; the communication module is a USB-CAN bus converter, which converts the upper computer USB instruction into a serial port instruction through the CH340 chip, and finally converts the serial port instruction into The CAN bus command is sent to the inside of the embedded driver;
    所述嵌入式驱动器模块的硬件由控制电路和驱动电路组成;所述控制电路用于接收并解析外部控制指令,并发送电机控制信号到所述驱动电路;所述驱动电路用于接收所述电机控制信号,通过H桥电路对电机进行控制;所述嵌入式驱动器模块的硬件接口包括:电机传感器及驱动接口、驱动器电源接口、CAN总线通讯接口、串口通讯接口、电机电源接口、外部ADC采集接口、程序下载接口;所述嵌入式驱动器模块将电源芯片、驱动芯片、通信芯片、控制芯片皆集成到同一控制电路板上。The hardware of the embedded driver module is composed of a control circuit and a drive circuit; the control circuit is used to receive and analyze external control instructions, and send motor control signals to the drive circuit; the drive circuit is used to receive the motor The control signal controls the motor through the H bridge circuit; the hardware interface of the embedded driver module includes: motor sensor and drive interface, driver power interface, CAN bus communication interface, serial communication interface, motor power interface, external ADC acquisition interface . A program download interface; the embedded driver module integrates a power chip, a driver chip, a communication chip, and a control chip into the same control circuit board.
  2. 根据权利要求1所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,所述嵌入式驱动器模块的应用程序由控制指令接收模块、控制算法模块、运动控制模块、控制指令发送模块组成;所述控制指令接收模块接收所述上位机软件模块运动控制指令,触发对应中断至所述控制算法模块,底层控制交给所述运动控制模块,最后由所述控制指令发送模块将运行信息发送到所述上位机软件模块内部。The control system of the wearable fracture surgery and rehabilitation robot according to claim 1, wherein the application program of the embedded driver module is composed of a control instruction receiving module, a control algorithm module, a motion control module, and a control instruction sending module The control instruction receiving module receives the motion control instruction of the upper computer software module, triggers a corresponding interrupt to the control algorithm module, and the bottom layer control is handed over to the motion control module, and finally the operation information is sent by the control instruction sending module to the inside of the upper computer software module.
  3. 根据权利要求2所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,所述控制指令接收模块及所述控制指令发送模块依据自定义通讯协议实现;控制指令包括电机转速控制、设定驱动芯片电流保护、单点位置控制、轨迹PVT控制、读取电机编码器信息、读取电机电流信息、读取FLASH表指定位、修改FLASH表指定位、FLASH表恢复默认值;控制帧包括普通模式控制帧与轨迹PVT模式控制帧;每帧控制信息包括帧头、帧尾、CAN总线ID、控制模式标识、控制具体数据、校验码。According to the control system of the wearable fracture surgery and rehabilitation robot according to claim 2, it is characterized in that, the control command receiving module and the control command sending module are implemented according to a self-defined communication protocol; the control commands include motor speed control, setting Fixed drive chip current protection, single-point position control, trajectory PVT control, reading motor encoder information, reading motor current information, reading the specified bit of the FLASH table, modifying the specified bit of the FLASH table, and restoring the default value of the FLASH table; the control frame includes Common mode control frame and trajectory PVT mode control frame; each frame control information includes frame header, frame tail, CAN bus ID, control mode identification, control specific data, and check code.
  4. 根据权利要求2所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,所述的控制算法模块包含分布式多轴协同控制方法及康复控制算法;所述的分布式多轴 协同控制方法基于CAN总线广播与三次多项式插值轨迹控制算法实现;所述的康复控制算法由模糊导纳控制算法实现。According to the control system of the wearable fracture surgery and rehabilitation robot according to claim 2, it is characterized in that the control algorithm module includes a distributed multi-axis collaborative control method and a rehabilitation control algorithm; the distributed multi-axis collaborative control The method is realized based on CAN bus broadcasting and cubic polynomial interpolation trajectory control algorithm; the rehabilitation control algorithm is realized by fuzzy admittance control algorithm.
  5. 根据权利要求4所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,所述模糊导纳控制算法嵌入于所述嵌入式驱动器模块内部,通过建立模糊逻辑模型、导纳模型,再根据采集的力信息实时调整目标位置来顺应患者康复运动意图。According to the control system of the wearable fracture surgery and rehabilitation robot according to claim 4, it is characterized in that the fuzzy admittance control algorithm is embedded in the embedded driver module, by establishing a fuzzy logic model and an admittance model, and then According to the collected force information, the target position is adjusted in real time to comply with the patient's rehabilitation movement intention.
  6. 根据权利要求4所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,所述上位机软件模块及所述嵌入式驱动器模块均嵌入所述三次多项式插值轨迹控制算法,当所述嵌入式驱动器模块得到关键点PVT信息后,由于所述上位机软件模块计算的路径点比较稀疏,需要先对得到的一系列路径点做轨迹插补,轨迹插补由所述三次多项式插值轨迹控制算法实现。According to the control system of the wearable fracture surgery and rehabilitation robot according to claim 4, it is characterized in that, the software module of the host computer and the embedded driver module are both embedded in the third-order polynomial interpolation trajectory control algorithm, when the embedded After the formula driver module obtains the key point PVT information, since the path points calculated by the host computer software module are relatively sparse, it is necessary to perform trajectory interpolation on a series of path points obtained first, and the trajectory interpolation is controlled by the cubic polynomial interpolation trajectory control algorithm accomplish.
  7. 根据权利要求6所述可穿戴式骨折手术与康复机器人的控制系统,其特征在于,控制过程在机器人关节空间内完成,所述上位机软件模块规划完的离散点发送到固定数目的所述嵌入式驱动器模块内部之后,通过CAN总线的数据广播来保证各个所述嵌入式驱动器模块同时接收到指令并启动,以此来保证固定数目的所述嵌入式驱动器模块指令同步,从而实现机器人的所述分布式多轴协同控制。According to the control system of the wearable fracture surgery and rehabilitation robot according to claim 6, it is characterized in that the control process is completed in the joint space of the robot, and the discrete points planned by the software module of the upper computer are sent to a fixed number of the embedded After the inside of the embedded driver module, the data broadcast of the CAN bus is used to ensure that each of the embedded driver modules receives instructions and starts at the same time, so as to ensure that the instructions of the fixed number of embedded driver modules are synchronized, thereby realizing the robot. Distributed multi-axis collaborative control.
  8. 根据权利要求1-7任意一项权利要求所述控制系统的控制方法,其特征在于,包括以下步骤:According to the control method of the control system according to any one of claims 1-7, it is characterized in that it comprises the following steps:
    1)所述上位机软件模块界面输入位置控制指令;1) The software module interface of the host computer inputs a position control command;
    2)所述上位机软件模块根据机器人机构逆解算法得到机器人六条支链的杆长并换算出对应的编码器脉冲值;2) The upper computer software module obtains the rod lengths of the six branch chains of the robot according to the inverse solution algorithm of the robot mechanism and converts the corresponding encoder pulse values;
    3)所述上位机软件模块向所述嵌入式驱动器模块传输控制指令;3) the host computer software module transmits control instructions to the embedded driver module;
    4)所述嵌入式驱动器模块根据控制指令调整机器人从当前位姿运动到期望位姿。4) The embedded driver module adjusts the movement of the robot from the current pose to the desired pose according to the control instruction.
  9. 根据权利要求8所述控制方法,其特征在于,所述嵌入式驱动器模块与所述上位机软件进行信息交互流程为:According to the control method according to claim 8, it is characterized in that, the process of information interaction between the embedded driver module and the host computer software is as follows:
    1)所述嵌入式驱动器模块上电后,需要先对时钟模块、GPIO模块、外部中断模块、定时器模块、ADC模块、CAN控制器模块进行初始化;1) After the embedded driver module is powered on, it is necessary to initialize the clock module, GPIO module, external interrupt module, timer module, ADC module, and CAN controller module;
    2)初始化完成后,所述嵌入式驱动器模块等待CAN接收中断,每接收一个字节就会发生一次中断;根据嵌入的中断程序,满足接收条件时,将数据接收成功标志位置;2) After the initialization is completed, the embedded driver module waits for the CAN to receive an interrupt, and an interrupt will occur for each byte received; according to the embedded interrupt program, when the receiving condition is met, the data is received successfully to mark the position;
    3)此时所述嵌入式驱动器模块关闭外部中断,解析具体的控制指令,打开定时器,进入对应的控制模式;3) At this time, the embedded driver module closes the external interrupt, analyzes specific control instructions, turns on the timer, and enters the corresponding control mode;
    4)当指令执行结束后,开启外部中断,同时等待下一次的数据接收。4) After the execution of the instruction is completed, open the external interrupt and wait for the next data reception at the same time.
  10. 根据权利要求9所述控制方法,其特征在于,在CAN总线通讯上使用bxCAN过滤器列表模式,通过提前设置好CAN报文ID,在硬件上过滤掉不需要的信息。The control method according to claim 9, wherein the bxCAN filter list mode is used in the CAN bus communication, and the unnecessary information is filtered out in hardware by setting the CAN message ID in advance.
PCT/CN2022/086348 2021-07-19 2022-04-12 Wearable fracture reduction and rehabilitation robot control system and control method WO2023000716A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110814629.XA CN113545845A (en) 2021-07-19 2021-07-19 Wearable fracture reduction and rehabilitation robot control system and control method
CN202110814629.X 2021-07-19

Publications (1)

Publication Number Publication Date
WO2023000716A1 true WO2023000716A1 (en) 2023-01-26

Family

ID=78132101

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/086348 WO2023000716A1 (en) 2021-07-19 2022-04-12 Wearable fracture reduction and rehabilitation robot control system and control method

Country Status (2)

Country Link
CN (1) CN113545845A (en)
WO (1) WO2023000716A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113545845A (en) * 2021-07-19 2021-10-26 天津大学 Wearable fracture reduction and rehabilitation robot control system and control method
CN114800507A (en) * 2022-04-27 2022-07-29 北京龙诚智航科技有限公司 Master-slave mechanical arm control system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060100723A1 (en) * 2004-10-29 2006-05-11 Dynacity Technology (Hk) Limited Modular multi-axis motion control and driving system and method thereof
CN109108939A (en) * 2018-08-10 2019-01-01 中国科学院合肥物质科学研究院 A kind of lower limb exoskeleton is help the disabled the embedded control system of healing robot
CN208468393U (en) * 2018-07-16 2019-02-05 睿尔曼智能科技(北京)有限公司 A kind of Triple distribution control system of biped robot
CN111685880A (en) * 2020-05-18 2020-09-22 天津大学 Wearable fracture reduction and rehabilitation integrated robot
CN111730593A (en) * 2020-05-27 2020-10-02 南京工程学院 Model-based multi-axis robot control device and method
CN113545845A (en) * 2021-07-19 2021-10-26 天津大学 Wearable fracture reduction and rehabilitation robot control system and control method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436197A (en) * 2011-10-12 2012-05-02 南通医疗器械有限公司 Control universal circuit board for medical equipment
CN102950598B (en) * 2012-11-02 2015-10-28 北京农业信息技术研究中心 A kind of Portable three-dimensional microspur telecontrol equipment gathered for cell tissue ion current
CN103610567B (en) * 2013-11-12 2015-06-17 北京理工大学 Assistive rehabilitation training robot for stroke hemiplegic patients
CN104027218B (en) * 2014-06-05 2016-02-24 电子科技大学 A kind of healing robot control system and method
CN105395254B (en) * 2015-12-22 2018-03-30 哈尔滨工业大学 A kind of control system of split type micro-wound operation robot
CN111213099B (en) * 2017-06-05 2022-02-18 深圳配天智能技术研究院有限公司 Motion control card, motion control system, robot system and numerical control machine tool
US11318618B2 (en) * 2019-04-05 2022-05-03 Verb Surgical Inc. Robotic surgical system and method for handling real-time and non-real-time traffic

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060100723A1 (en) * 2004-10-29 2006-05-11 Dynacity Technology (Hk) Limited Modular multi-axis motion control and driving system and method thereof
CN208468393U (en) * 2018-07-16 2019-02-05 睿尔曼智能科技(北京)有限公司 A kind of Triple distribution control system of biped robot
CN109108939A (en) * 2018-08-10 2019-01-01 中国科学院合肥物质科学研究院 A kind of lower limb exoskeleton is help the disabled the embedded control system of healing robot
CN111685880A (en) * 2020-05-18 2020-09-22 天津大学 Wearable fracture reduction and rehabilitation integrated robot
CN111730593A (en) * 2020-05-27 2020-10-02 南京工程学院 Model-based multi-axis robot control device and method
CN113545845A (en) * 2021-07-19 2021-10-26 天津大学 Wearable fracture reduction and rehabilitation robot control system and control method

Also Published As

Publication number Publication date
CN113545845A (en) 2021-10-26

Similar Documents

Publication Publication Date Title
WO2023000716A1 (en) Wearable fracture reduction and rehabilitation robot control system and control method
CN103558786B (en) Based on the hand function healing robot human-computer interactive control system embedding Android mobile terminal and FPGA
CN103895022A (en) Wearable type somatosensory control mechanical arm
CN109129471A (en) A kind of long-range gestural control system and method for the robot device for medical field
CN111475024A (en) Human body motion capture system and method
CN103192389A (en) System and method for controlling exoskeleton robot
CN112603763A (en) Multi-degree-of-freedom rehabilitation upper limb exoskeleton training control system
Liu et al. The design of wearable wireless inertial measurement unit for body motion capture system
CN106267730B (en) A kind of intelligence limb motion supervision instrument and application process
WO2017118284A1 (en) Passive optical motion capture device, and application thereof
CN112936276B (en) Multi-stage control device and method for joint of humanoid robot based on ROS system
CN109108939A (en) A kind of lower limb exoskeleton is help the disabled the embedded control system of healing robot
CN212729816U (en) Human motion capture system
CN111870249A (en) Human body posture tracking system based on micro inertial sensor and use method thereof
CN209459665U (en) A kind of human body three-dimensional motion capture system based on inertia sensing
CN208126196U (en) Multifunctional inspecting robot based on distributed AC servo system
CN103223672A (en) Servo control system of four-axis full-automatic tin soldering robot
CN204209679U (en) Autonomous service robot
CN110502120A (en) It is dynamic to catch the virtual newscaster's system and realization side that data and deliberate action data combine
CN109088802A (en) A kind of speech recognition household robot based on Android control platform
CN102722174B (en) AGV (Automatic Guided Vehicle) control system based on bus control mode
CN107053169A (en) A kind of bus intelligent servo drive system, robot and method
CN112947304A (en) Intelligent camera multi-core heterogeneous on-chip integration system and visual control method
CN208841415U (en) A kind of robot hand mould group kinetic control system
CN206296922U (en) Robot teaching system based on human synovial sensor

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22844888

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE