WO2021082376A1 - Dual-mode control method for table tennis ball retriever robot - Google Patents

Dual-mode control method for table tennis ball retriever robot Download PDF

Info

Publication number
WO2021082376A1
WO2021082376A1 PCT/CN2020/087354 CN2020087354W WO2021082376A1 WO 2021082376 A1 WO2021082376 A1 WO 2021082376A1 CN 2020087354 W CN2020087354 W CN 2020087354W WO 2021082376 A1 WO2021082376 A1 WO 2021082376A1
Authority
WO
WIPO (PCT)
Prior art keywords
robot
ball
table tennis
picking
mode
Prior art date
Application number
PCT/CN2020/087354
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 WO2021082376A1 publication Critical patent/WO2021082376A1/en

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B47/00Devices for handling or treating balls, e.g. for holding or carrying balls
    • A63B47/02Devices for handling or treating balls, e.g. for holding or carrying balls for picking-up or collecting
    • A63B47/021Devices for handling or treating balls, e.g. for holding or carrying balls for picking-up or collecting for picking-up automatically, e.g. by apparatus moving over the playing surface
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63BAPPARATUS FOR PHYSICAL TRAINING, GYMNASTICS, SWIMMING, CLIMBING, OR FENCING; BALL GAMES; TRAINING EQUIPMENT
    • A63B67/00Sporting games or accessories therefor, not provided for in groups A63B1/00 - A63B65/00
    • A63B67/04Table games physically beneficial for the human body, modelled on outdoor sports, e.g. table tennis

Definitions

  • the invention relates to the technical field of robots, in particular to a dual-mode control method for a table tennis robot.
  • the ball picking robot involved in the present invention is an autonomous mobile service robot applied to table tennis sports.
  • the training ground for table tennis is relatively open. Athletes need to use a lot of table tennis during training. As a result, table tennis will be scattered all over the venue. Picking up the table tennis manually will waste a lot of time and energy.
  • the invention patent with application number 201810308608.9 discloses a ball picking machine, which can shovel table tennis balls into the collecting bucket and finally into the collecting basket by turning and resetting the collecting bucket, but because it cannot automatically find and collect table tennis The ball is still completely dependent on human remote control.
  • the invention patent with application number 201910121639.8 discloses a robot that can automatically cruise and collect table tennis balls, but it is not equipped with a range-finding sensor. It cannot avoid obstacles during the cruise, and it is not easy to avoid obstacles such as wall roots and table corners. The collection of table tennis balls is very difficult, and on the whole cannot meet all the needs of daily use.
  • the present invention has designed a dual-mode control method for picking up table tennis robots. It adopts dual modes of automatic cruise and manual remote control. Under normal scenes, the automatic cruise mode is used to cruise and collect table tennis in the stadium. ; When the ball is in a special position or you want to reclaim the robot, you can switch to the manual remote control mode, and send motion instructions through the upper computer App to control the robot's work, which greatly improves the robot's work efficiency.
  • the purpose of the present invention is to provide a bimodal control method for picking up a table tennis robot.
  • the specific technical solutions adopted are as follows:
  • FIG. 2 A working schematic diagram of a dual-mode control method for picking up a table tennis robot is shown in Figure 2.
  • the robot has two working modes: automatic cruise and manual remote control, which can be switched by the upper computer App.
  • the upper computer App is developed based on the Android platform. Through Bluetooth communication with the robot, it can realize the four functions of the robot's mode switching, obstacle avoidance function switch, wireless remote control and operating data monitoring.
  • the robot cruises the entire field, recognizes and locates the ping pong ball in the field of view through the vision system, and when it recognizes the ping pong ball, the robot fine-tunes its posture and performs the collection operation;
  • the upper computer App connects to the robot via Bluetooth and sends motion instructions. After receiving the instructions, the robot translates them into serial commands, which are processed by the coprocessor and drive the vehicle body to complete the specified motion.
  • the program receives the distance information from the ultrasonic distance sensor in real time, and if the distance from the obstacle is less than 15cm, the obstacle avoidance operation is executed.
  • the algorithm is optimized so that the robot can fine-tune its own posture according to the table tennis coordinates, and eliminate the influence of the field of view and distance on the coordinates;
  • Figure 1 is a schematic diagram of the structure of the table tennis robot in the embodiment
  • Figure 2 is a schematic diagram of the work of the table tennis robot
  • FIG. 3 is a flowchart of the upper computer App in the present invention.
  • Figure 4 is the upper computer App interface of the present invention.
  • FIG. 5 is a flowchart of manual remote control in the present invention.
  • FIG. 6 is a flowchart of the automatic cruise mode in the present invention.
  • Figure 7 is a flowchart of the obstacle avoidance function of the present invention.
  • the table tennis robot in the embodiment is composed of a ball picking device and a car body.
  • the ball picking device is a fan blade made of ball bearings, long screws, hard plates, and soft brushes.
  • the drum structure is driven by the combination of motor, belt and fixed pulley to rotate the fan blades.
  • the brush drives the ping-pong ball into the storage device along the slope, thus realizing the collection of the ping-pong ball.
  • the ball picking device is also Installed with visual sensor and ultrasonic distance sensor;
  • the car body part has a two-layer structure, the upper layer is placed with the main and sub-level processors, lithium batteries and the motor that drives the rotation of the ball picking device blades;
  • the lower layer is the ball storage device, It is an open cuboid box shape with an opening facing the front end of the car body to store the table tennis balls collected by the ball picking device.
  • the lower chassis is equipped with four mecanum wheels and their control motors, allowing the car body to achieve any 360° Move in direction.
  • the working mode of the ping-pong robot can be switched by the upper computer App.
  • the main control program of the robot can identify and locate the ping-pong ball in the field of view according to the image information returned by the sensor, and drive it.
  • the robot adjusts its posture and collects table tennis balls; in the manual remote control mode, the App communicates with the robot via Bluetooth, sends movement instructions, and drives the vehicle body to complete the specified movement after program translation; the switch of the obstacle avoidance function is also controlled by the upper computer App, which is turned on When the time, the program monitors the distance between the robot and the obstacle through the ultrasonic distance sensor, and executes the obstacle avoidance operation when it is less than the preset value; the important data generated when the robot is working will be sent to the App via Bluetooth in real time and displayed on its main page. On the interface, so that users can monitor the running status of the robot.
  • the upper computer App is developed based on Android. When it is working, it first obtains the BluetoothAdapter object to determine whether the device supports Bluetooth and whether the Bluetooth is turned on. If it is not turned on, the openBlueSync method is called to prompt the user to turn on Bluetooth. Call after Bluetooth is turned on The startLeScan and connectGatt methods scan and connect to the Bluetooth serial port module. After successfully pairing with the module and establishing a stable connection, the communication can be started. The entire communication read and write process is completed in the asynchronous callback function of BluetoothGattCallback. After all the communication is completed, the software will call BluetoothGatt The disconnect and close methods in disconnect the connection with the Bluetooth module of the robot.
  • the uppermost display is the connection status between the App and the robot.
  • the two buttons 2 and 3 below it correspond to the switching of the robot mode and the obstacle avoidance function. You can change the working status of the robot by clicking the corresponding button; the robot remote control components 4 and 5 are located in the middle of the interface. Drag the joystick 4 in the center to control the robot to move in eight directions. There are two arrow-shaped buttons below the joystick. 5.1, 5.2
  • the robot can rotate in the corresponding direction; the gray frame 6 at the bottom of the main interface is the data monitoring column, and the current working data of the robot will be updated in the column in real time, including the information of turning on (off) the machine and the table tennis in the field of view. , The received motion instructions and the distance to obstacles, etc.
  • the upper computer App needs to establish a connection with the Bluetooth module of the robot and transfer data to each other; in the main control program, each function runs on different threads without interfering with each other.
  • the change mode sent by the App or The switch function command can be realized by blocking and activating the corresponding thread; if the App sends a remote control command, the two-stage processor will translate the command into a serial port command and finally generate a PWM wave to control the encoder to drive the car body to complete the specified movement.
  • serial port command format of the robot is shown in Table 1:
  • a complete serial port command contains ten bytes, of which the first three bytes are the fixed command header, the fourth byte is the high 8 bits of the X-axis speed, and the fifth byte is the low 8 bits of the X-axis speed. , The next four bytes correspond to Y-axis and Z-axis speeds respectively. The last byte is used to specify the positive direction of each axis, and the final motion of the robot is the vector combination of the three-axis motion.
  • the user's remote control information will be transmitted to the upper computer App for display in real time.
  • the robot When there is no table tennis in the field of view, the robot is in a cruising state. During the cruising process, the robot moves forward in the current direction. When encountering an obstacle, it moves back a short distance and turns 75 degrees in the direction where there is no obstacle. If there are obstacles on both sides Object, repeat the above operation, when the vision system recognizes the ball, the robot switches to the ball picking state;
  • the ball picking state is divided into adjustment phase and collection phase:
  • Adjustment stage Because the robot's field of view is a fan shape, coupled with the perspective principle and the vibration of the image sensor, the coordinates that are recognized for the first time are directly used for processing, which will reduce the collection success rate. Therefore, after the ball is recognized, it is necessary to enter the adjustment stage to calibrate the position of the ball and the orientation of the robot.
  • the principle is as follows. In the embodiment, the resolution of the camera used by the robot is 640*480, and the field of view is about 60 degrees. And experimental demonstrations prove that when the distance between the robot and the ping-pong ball is 20-40 cm, the x-coordinate of the ball is between 180 and 370, and the best collection effect is between the robot and the ball 40-60 cm. 340.
  • the robot when the robot recognizes the ping-pong ball, it will pause to move, and then accurately recognize the ball’s coordinates again, and then estimate the distance to the robot based on its radius, select the appropriate best collection interval, and based on the ping-pong ball position coordinates and the best collection
  • the posture adjustment is continuously carried out on the difference of the interval coordinates until the table tennis ball is in the best collection interval and enters the collection stage;
  • Collection stage According to the estimated distance, get the approximate moving time and drive the car body to move. If the ping pong ball can be recognized in the field of view after the collection operation is performed once, the robot returns to the adjustment stage of picking up the ball and continues to pick up the ball. If there is no ping pong ball in the field of view, it changes to the cruise state.
  • the robot's working data will be uploaded to the upper computer App in real time, which is convenient for users to monitor and maintain the robot.
  • the obstacle avoidance function can be turned on or off on the upper computer App; when the function is turned on, the program receives the distance information from the ultrasonic distance sensor in real time. If the distance between the obstacle and the obstacle is less than the preset value of 15cm, it will execute Obstacle avoidance operation; the robot rotates to the left and right to confirm whether there are obstacles on the left and right. After the confirmation is completed, the robot rotates 75 degrees in the direction where there are no obstacles. If there are obstacles on both sides, the robot retreats and performs the above confirmation operation again until There is no obstacle nearby, the robot turns to this direction and continues to work; the data in the obstacle avoidance state will be uploaded to the upper computer App in real time.
  • the main control program of the robot runs on the development board.
  • the vision sensor, Bluetooth module, ultrasonic ranging sensor and the main control program communicate through the serial port;
  • the Bluetooth module uses the HC-08 Bluetooth serial communication module, and its wireless working frequency band is 2.4 GHz ISM, the modulation method is GFSK.
  • the maximum transmit power of the module is 4dBm, and the receiving sensitivity is -93dBm. It can realize long-distance communication of 40 meters in an open environment. It uses Bluetooth Specification V4.0 BLE Bluetooth protocol when connecting with App and data transmission, and supports Android 4.3 and above systems.

Abstract

The present invention relates to a dual-mode control method for table tennis ball retriever robot. Working modes of the robot can be switched by means of an upper computer App. In an automatic cruise mode, the robot obtains the position information of a table tennis ball within the field of view by a vision system, and adjusts the posture according to coordinates of the ball to find an optimal collection angle. In a manual remote control mode, the upper computer App sends a motion instruction to the robot by means of Bluetooth to control the work of the robot. The robot also has an obstacle avoidance function and is able to automatically avoid obstacles in two working modes. The advantages of the present invention are as follows: switch can be performed between the two working modes, the automatic cruise and manual remote control modes, as needed; the robot is applicable in a wide range of usage scenarios due to the obstacle avoidance function; during collecting table tennis balls in the automatic cruise mode, the robot can slightly adjust its own posture according to the coordinates of the table tennis ball, and the influence of the field of view and distance on the coordinates is eliminated; and in addition, the structure of the whole algorithm is clear and rigorous, and different functions correspond to different threads, thus facilitating daily maintenance and secondary development.

Description

一种用于捡乒乓球机器人的双模态控制方法A dual-mode control method for picking up table tennis robot 技术领域Technical field
本发明涉及机器人技术领域,具体涉及一种用于捡乒乓球机器人的双模态控制方法。The invention relates to the technical field of robots, in particular to a dual-mode control method for a table tennis robot.
背景技术Background technique
随着人们对机器人技术智能化本质认识的加深,机器人技术开始源源不断地向人类活动的各个领域渗透。在这其中,服务机器人作为一个重要分支,在国内外研究领域已经得到普遍重视。服务机器人的应用范围很广,主要从事维护保养、修理、运输、清洗、保安、救援、监护等工作。本发明所涉及的捡球机器人,正是一种应用于乒乓球体育运动的自主式移动的服务机器人。With the deepening of people's understanding of the intelligent nature of robotics, robotics has begun to continuously penetrate into all areas of human activities. Among them, service robots, as an important branch, have received widespread attention in research fields at home and abroad. Service robots have a wide range of applications, mainly engaged in maintenance, repair, transportation, cleaning, security, rescue, monitoring and other tasks. The ball picking robot involved in the present invention is an autonomous mobile service robot applied to table tennis sports.
乒乓球训练场地较为开阔,运动员在训练过程中需要大量使用乒乓球,导致乒乓球会分散在在场地各处,而人工去捡拾乒乓球会浪费大量时间和精力。The training ground for table tennis is relatively open. Athletes need to use a lot of table tennis during training. As a result, table tennis will be scattered all over the venue. Picking up the table tennis manually will waste a lot of time and energy.
目前市场上已经有许多辅助工具可以帮助人们去收集乒乓球,但这些工具依然需要依靠人力去收集球,并没有将人从这项枯燥的工作中解放出来。There are already many auxiliary tools on the market that can help people collect ping pong balls, but these tools still need to rely on manpower to collect balls, and they have not liberated people from this boring work.
申请号为201810308608.9的发明专利公开了一种捡球机器,其可通过收集斗的翻转和复位来将乒乓球铲进收集斗并最终送入收集筐中,但由于其并不能自动寻找、收集乒乓球,依然完全依赖于人的遥控。The invention patent with application number 201810308608.9 discloses a ball picking machine, which can shovel table tennis balls into the collecting bucket and finally into the collecting basket by turning and resetting the collecting bucket, but because it cannot automatically find and collect table tennis The ball is still completely dependent on human remote control.
申请号为201910121639.8的发明专利公开了一种可自动巡航收集乒乓球的机器人,但其并没有配备测距传感器,在巡航过程中无法躲避障碍物,且对于在障碍物旁边如墙根、桌角处的乒乓球收集难度非常大,总体上不能满足日常使用的全部需求。The invention patent with application number 201910121639.8 discloses a robot that can automatically cruise and collect table tennis balls, but it is not equipped with a range-finding sensor. It cannot avoid obstacles during the cruise, and it is not easy to avoid obstacles such as wall roots and table corners. The collection of table tennis balls is very difficult, and on the whole cannot meet all the needs of daily use.
针对上述情况,本发明设计了一种用于捡乒乓球机器人的双模态控制方法,采用自动巡航和手动遥控双模的工作方式,在常规场景下使用自动巡航模式在场馆内巡航收集乒乓球;当球处于特殊位置或者想回收机器人时,可切换至手动遥控模式,通过上位机App发送运动指令,控制机器人工作,极大的提高了机器人的工作效率。In view of the above situation, the present invention has designed a dual-mode control method for picking up table tennis robots. It adopts dual modes of automatic cruise and manual remote control. Under normal scenes, the automatic cruise mode is used to cruise and collect table tennis in the stadium. ; When the ball is in a special position or you want to reclaim the robot, you can switch to the manual remote control mode, and send motion instructions through the upper computer App to control the robot's work, which greatly improves the robot's work efficiency.
发明内容Summary of the invention
本发明的目的在于提供一种用于捡乒乓球机器人的双模态控制方法,所采用的具体技术方案如下:The purpose of the present invention is to provide a bimodal control method for picking up a table tennis robot. The specific technical solutions adopted are as follows:
一种用于捡乒乓球机器人的双模态控制方法工作示意图如图2所示,机器人有自动巡航和手动遥控两种工作模式,可通过上位机App进行切换,上位机App基于安卓平台开发,与机器人通过蓝牙通信,可实现对机器人的模式切换、避障功能开关、无线遥控和运行数据监控四种功能。A working schematic diagram of a dual-mode control method for picking up a table tennis robot is shown in Figure 2. The robot has two working modes: automatic cruise and manual remote control, which can be switched by the upper computer App. The upper computer App is developed based on the Android platform. Through Bluetooth communication with the robot, it can realize the four functions of the robot's mode switching, obstacle avoidance function switch, wireless remote control and operating data monitoring.
进一步的,自动巡航模式中:机器人在整个场地中进行巡航,通过视觉系统识别并定位视野中的乒乓球,当识别到乒乓球时,机器人对自身进行姿态微调并执行收集操作;Further, in the automatic cruise mode: the robot cruises the entire field, recognizes and locates the ping pong ball in the field of view through the vision system, and when it recognizes the ping pong ball, the robot fine-tunes its posture and performs the collection operation;
进一步的,手动遥控模式中:上位机App通过蓝牙与机器人连接,发送运动指令,机器人在收到指令后将其翻译为串口指令,交由协处理器处理后驱动车体完成指定运动。Further, in the manual remote control mode: the upper computer App connects to the robot via Bluetooth and sends motion instructions. After receiving the instructions, the robot translates them into serial commands, which are processed by the coprocessor and drive the vehicle body to complete the specified motion.
进一步的,避障功能开启时:程序实时接收自超声波距离传感器传回的距离信息,若与障碍物间距小于15cm,则执行避障操作。Further, when the obstacle avoidance function is turned on: the program receives the distance information from the ultrasonic distance sensor in real time, and if the distance from the obstacle is less than 15cm, the obstacle avoidance operation is executed.
本发明有如下优点:The present invention has the following advantages:
1)采用自动巡航、手动遥控两种工作模式并可随意切换,配合以避障功能,使用场景非常广泛;1) It adopts two working modes of automatic cruise and manual remote control and can be switched at will, with the obstacle avoidance function, the use scene is very wide;
2)在自动巡航模式收集乒乓球时,其算法经过优化,使得机器人可以根据乒乓球坐标进行自身的姿态微调,并且消除了因视野范围和距离而对坐标产生的影响;2) When collecting table tennis balls in automatic cruise mode, the algorithm is optimized so that the robot can fine-tune its own posture according to the table tennis coordinates, and eliminate the influence of the field of view and distance on the coordinates;
3)整个算法的结构清晰严谨,不同功能对应不同线程,易于日常维护和二次开发。3) The structure of the whole algorithm is clear and rigorous, and different functions correspond to different threads, which is easy for daily maintenance and secondary development.
附图说明Description of the drawings
图1是实施例中捡乒乓球机器人的结构示意图;Figure 1 is a schematic diagram of the structure of the table tennis robot in the embodiment;
图2是捡乒乓球机器人的工作示意图;Figure 2 is a schematic diagram of the work of the table tennis robot;
图3是本发明中上位机App流程图;Figure 3 is a flowchart of the upper computer App in the present invention;
图4是本发明中上位机App界面;Figure 4 is the upper computer App interface of the present invention;
图5是本发明中手动遥控的流程图;Figure 5 is a flowchart of manual remote control in the present invention;
图6是本发明中自动巡航模式的流程图;Figure 6 is a flowchart of the automatic cruise mode in the present invention;
图7是本发明中避障功能的流程图;Figure 7 is a flowchart of the obstacle avoidance function of the present invention;
具体实施方式Detailed ways
为使本发明的目的、技术方案和优点更加清楚,下面结合附图和具体实施例对本发明作进一步详细描述,但不作为对本发明的限定。In order to make the objectives, technical solutions and advantages of the present invention clearer, the following further describes the present invention in detail with reference to the accompanying drawings and specific embodiments, but it is not intended to limit the present invention.
具体实施方式:Detailed ways:
如图1所示,实施例中捡乒乓球机器人由捡球装置和车体两部分组成,捡球装置为利用滚珠轴承、长螺杆、硬板、软质毛刷等材料组成的带有扇叶的滚筒结构,通过电机、皮带、定滑轮的组合带动扇叶转动,捡球时,毛刷带动乒乓球沿 着斜坡进入储球装置,从而实现对乒乓球的收集,此外,捡球装置上还安装有视觉传感器和超声波距离传感器;车体部分为上下两层结构,上层放置有主、协两级处理器、锂电池以及带动捡球装置扇叶转动的电机;下层安放的是储球装置,其为敞口长方体盒状,开口向着车体前端,对被捡球装置收集到的乒乓球进行储存,下层底盘装有四个麦克纳姆轮及其控制电机,可使车体实现360°任意方向移动。As shown in Figure 1, the table tennis robot in the embodiment is composed of a ball picking device and a car body. The ball picking device is a fan blade made of ball bearings, long screws, hard plates, and soft brushes. The drum structure is driven by the combination of motor, belt and fixed pulley to rotate the fan blades. When picking up the ball, the brush drives the ping-pong ball into the storage device along the slope, thus realizing the collection of the ping-pong ball. In addition, the ball picking device is also Installed with visual sensor and ultrasonic distance sensor; the car body part has a two-layer structure, the upper layer is placed with the main and sub-level processors, lithium batteries and the motor that drives the rotation of the ball picking device blades; the lower layer is the ball storage device, It is an open cuboid box shape with an opening facing the front end of the car body to store the table tennis balls collected by the ball picking device. The lower chassis is equipped with four mecanum wheels and their control motors, allowing the car body to achieve any 360° Move in direction.
如图2所示,捡乒乓球机器人的工作模式可以由上位机App切换,在自动巡航模式中机器人的主控程序根据传感器传回的图像信息,对视野中的乒乓球进行识别和定位,驱动机器人调整姿态并收集乒乓球;在手动遥控模式中,App与机器人通过蓝牙通信,发送运动指令,经程序翻译后驱动车体完成指定运动;避障功能的开关也由上位机App控制,在开启时,程序通过超声波距离传感器监测机器人与障碍物间的距离,并在其小于预设值时执行避障操作;在机器人工作时产生的重要数据,会通过蓝牙实时发送至App并显示在其主界面上,以便用户监控机器人的运行状态。As shown in Figure 2, the working mode of the ping-pong robot can be switched by the upper computer App. In the automatic cruise mode, the main control program of the robot can identify and locate the ping-pong ball in the field of view according to the image information returned by the sensor, and drive it. The robot adjusts its posture and collects table tennis balls; in the manual remote control mode, the App communicates with the robot via Bluetooth, sends movement instructions, and drives the vehicle body to complete the specified movement after program translation; the switch of the obstacle avoidance function is also controlled by the upper computer App, which is turned on When the time, the program monitors the distance between the robot and the obstacle through the ultrasonic distance sensor, and executes the obstacle avoidance operation when it is less than the preset value; the important data generated when the robot is working will be sent to the App via Bluetooth in real time and displayed on its main page. On the interface, so that users can monitor the running status of the robot.
App设计:App design:
如图3所示,上位机App基于安卓开发,在其工作时,首先获取BluetoothAdapter对象,判断设备是否支持蓝牙、蓝牙是否开启,如果未开启则调用openBlueSync方法提示用户开启蓝牙,待蓝牙开启后调用startLeScan和connectGatt方法扫描、连接蓝牙串口模块,与模块配对成功建立稳定连接后即可开始通信,整个通信的读写过程都在BluetoothGattCallback的异步回调函数中完成,待全部通信完成后,软件会调用BluetoothGatt中的disconnect与close方法断开与机器人蓝牙模块的连接。As shown in Figure 3, the upper computer App is developed based on Android. When it is working, it first obtains the BluetoothAdapter object to determine whether the device supports Bluetooth and whether the Bluetooth is turned on. If it is not turned on, the openBlueSync method is called to prompt the user to turn on Bluetooth. Call after Bluetooth is turned on The startLeScan and connectGatt methods scan and connect to the Bluetooth serial port module. After successfully pairing with the module and establishing a stable connection, the communication can be started. The entire communication read and write process is completed in the asynchronous callback function of BluetoothGattCallback. After all the communication is completed, the software will call BluetoothGatt The disconnect and close methods in disconnect the connection with the Bluetooth module of the robot.
如图4所示,在上位机App的主界面中,最上方显示的是App与机器人的连接状态1,在其下方的两个按钮2、3,分别对应着机器人模式的切换和避障功能的开关,可通过点击相应按钮来改变机器人的工作状态;机器人遥控组件4、5位于界面中部,拖动中央的摇杆4可控制机器人向八个方向运动,摇杆下面的两个箭头状按钮5.1、5.2可使机器人沿对应方向自转;主界面最下方的灰色框体6是数据监视栏,机器人当前的工作数据会在栏中实时更新,包括开(关)机、视野中乒乓球的信息、接收到的运动指令以及与障碍物的距离等等。As shown in Figure 4, in the main interface of the upper computer App, the uppermost display is the connection status between the App and the robot. The two buttons 2 and 3 below it correspond to the switching of the robot mode and the obstacle avoidance function. You can change the working status of the robot by clicking the corresponding button; the robot remote control components 4 and 5 are located in the middle of the interface. Drag the joystick 4 in the center to control the robot to move in eight directions. There are two arrow-shaped buttons below the joystick. 5.1, 5.2 The robot can rotate in the corresponding direction; the gray frame 6 at the bottom of the main interface is the data monitoring column, and the current working data of the robot will be updated in the column in real time, including the information of turning on (off) the machine and the table tennis in the field of view. , The received motion instructions and the distance to obstacles, etc.
手动遥控模式的设计:Design of manual remote control mode:
如图5所示,手动遥控模式中上位机App需要与机器人的蓝牙模块建立连接,相互传递数据;在主控程序中,各功能运行于不同线程上,互不干扰,App发送的改变模式或开关功能的指令通过阻塞、激活相应线程即可实现;如果App发送的是遥控指令,两级处理器会将指令翻译为串口指令并最终生成PWM波控制编码器,带动车体完成指定运动。As shown in Figure 5, in the manual remote control mode, the upper computer App needs to establish a connection with the Bluetooth module of the robot and transfer data to each other; in the main control program, each function runs on different threads without interfering with each other. The change mode sent by the App or The switch function command can be realized by blocking and activating the corresponding thread; if the App sends a remote control command, the two-stage processor will translate the command into a serial port command and finally generate a PWM wave to control the encoder to drive the car body to complete the specified movement.
机器人的串口指令格式见表1:The serial port command format of the robot is shown in Table 1:
表1Table 1
Figure PCTCN2020087354-appb-000001
Figure PCTCN2020087354-appb-000001
一个完整的串口指令包含十个字节,其中前三个字节是固定的指令头,第4个字节是X轴速度的高8位,第5个字节是X轴速度的低8位,之后的四个字节分别对应Y轴和Z轴速度。最后一个字节用来指定各个轴的正方向,机器人最终的运动即是三轴运动的矢量合。过程中用户遥控的信息会实时的传送给上位机App显示。A complete serial port command contains ten bytes, of which the first three bytes are the fixed command header, the fourth byte is the high 8 bits of the X-axis speed, and the fifth byte is the low 8 bits of the X-axis speed. , The next four bytes correspond to Y-axis and Z-axis speeds respectively. The last byte is used to specify the positive direction of each axis, and the final motion of the robot is the vector combination of the three-axis motion. During the process, the user's remote control information will be transmitted to the upper computer App for display in real time.
自动巡航模式的设计:Design of automatic cruise mode:
如图6所示,自动巡航模式下有两种状态:巡航状态和捡球状态;As shown in Figure 6, there are two states in automatic cruise mode: cruise state and ball picking state;
当视野中没有乒乓球时,机器人处于巡航状态,巡航过程中,机器人沿当前方向前进,当遇到障碍物时,后退一小段距离,向没有障碍物的方向转75度,若两边都有障碍物,则重复上述操作,当视觉系统识别到球后,机器人切换到捡球状态;When there is no table tennis in the field of view, the robot is in a cruising state. During the cruising process, the robot moves forward in the current direction. When encountering an obstacle, it moves back a short distance and turns 75 degrees in the direction where there is no obstacle. If there are obstacles on both sides Object, repeat the above operation, when the vision system recognizes the ball, the robot switches to the ball picking state;
捡球状态分为调整阶段和收集阶段:The ball picking state is divided into adjustment phase and collection phase:
调整阶段:由于机器人的视野范围是一个扇形,再加之透视原理和图像传感器的震动,导致直接用首次识别到的坐标进行处理,会降低收集成功率。因此,在识别到球后需要先进入调整阶段校准球的位置与机器人的朝向,原理如下,在实施例中机器人所采用的摄像头分辨率为640*480,视野范围约60度,经过反复的理论和实验论证,证明在机器人与乒乓球间距20至40厘米时,球的x坐标处于180至370之间收集效果最好,在机器人与球间距40至60厘米时,最佳收集区间为200至340。在工作时,当机器人识别到乒乓球后会暂停移动,再次精确识别球的坐标,之后根据其半径大小估算与机器人的距离,选择合适的最佳收集区间,依据乒乓球位置坐标与最佳收集区间坐标的差值不断进行姿态调整,直到乒乓球位于最佳收集区间,进入收集阶段;Adjustment stage: Because the robot's field of view is a fan shape, coupled with the perspective principle and the vibration of the image sensor, the coordinates that are recognized for the first time are directly used for processing, which will reduce the collection success rate. Therefore, after the ball is recognized, it is necessary to enter the adjustment stage to calibrate the position of the ball and the orientation of the robot. The principle is as follows. In the embodiment, the resolution of the camera used by the robot is 640*480, and the field of view is about 60 degrees. And experimental demonstrations prove that when the distance between the robot and the ping-pong ball is 20-40 cm, the x-coordinate of the ball is between 180 and 370, and the best collection effect is between the robot and the ball 40-60 cm. 340. At work, when the robot recognizes the ping-pong ball, it will pause to move, and then accurately recognize the ball’s coordinates again, and then estimate the distance to the robot based on its radius, select the appropriate best collection interval, and based on the ping-pong ball position coordinates and the best collection The posture adjustment is continuously carried out on the difference of the interval coordinates until the table tennis ball is in the best collection interval and enters the collection stage;
收集阶段:依据估算的距离,得出大致的移动时间并驱动车体运动,若执行一次收集操作后,还能在视野中识别到乒乓球,则机器人返回捡球状态的调整阶段继续捡球,若视野中不存在乒乓球,则转变为巡航状态。Collection stage: According to the estimated distance, get the approximate moving time and drive the car body to move. If the ping pong ball can be recognized in the field of view after the collection operation is performed once, the robot returns to the adjustment stage of picking up the ball and continues to pick up the ball. If there is no ping pong ball in the field of view, it changes to the cruise state.
在自动巡航模式中,机器人的工作数据会实时上传到上位机App,方便用户对机器人进行监控和维护。In the automatic cruise mode, the robot's working data will be uploaded to the upper computer App in real time, which is convenient for users to monitor and maintain the robot.
避障功能的设计:Design of obstacle avoidance function:
如图7所示,避障功能可在上位机App上开启或关闭;当功能开启后,程序实时接收来自超声波距离传感器传回的距离信息,若与障碍物间距小于预设值15cm,则执行避障操作;机器人原地向左右转动,确认左右是否存在障碍物,确认完毕后机器人向没有障碍物的方向转75度,若两边都存在障碍物,则机器人后退后再次执行上述确认操作,直到旁边没有障碍物,机器人转向该方向,继续工作;避障状态下的数据将会被实时上传至上位机App。As shown in Figure 7, the obstacle avoidance function can be turned on or off on the upper computer App; when the function is turned on, the program receives the distance information from the ultrasonic distance sensor in real time. If the distance between the obstacle and the obstacle is less than the preset value of 15cm, it will execute Obstacle avoidance operation; the robot rotates to the left and right to confirm whether there are obstacles on the left and right. After the confirmation is completed, the robot rotates 75 degrees in the direction where there are no obstacles. If there are obstacles on both sides, the robot retreats and performs the above confirmation operation again until There is no obstacle nearby, the robot turns to this direction and continues to work; the data in the obstacle avoidance state will be uploaded to the upper computer App in real time.
方法中涉及到的通信协议:The communication protocol involved in the method:
机器人的主控程序运行于开发板上,视觉传感器、蓝牙模块、超声波测距传感器与主控程序通过串口进行通信;其中蓝牙模块采用的是HC-08蓝牙串口通信模块,其无线工作频段为2.4GHz ISM,调制方式是GFSK。模块最大发射功率为4dBm,接收灵敏度-93dBm,空旷环境下和可以实现40米的远距离通信,在与App进行连接和数传时使用Bluetooth Specification V4.0 BLE蓝牙协议,支持Android 4.3以上系统。The main control program of the robot runs on the development board. The vision sensor, Bluetooth module, ultrasonic ranging sensor and the main control program communicate through the serial port; the Bluetooth module uses the HC-08 Bluetooth serial communication module, and its wireless working frequency band is 2.4 GHz ISM, the modulation method is GFSK. The maximum transmit power of the module is 4dBm, and the receiving sensitivity is -93dBm. It can realize long-distance communication of 40 meters in an open environment. It uses Bluetooth Specification V4.0 BLE Bluetooth protocol when connecting with App and data transmission, and supports Android 4.3 and above systems.

Claims (5)

  1. 一种用于捡乒乓球的机器人的双模态控制方法,其特征在于:捡乒乓球机器人由捡球装置和车体两部分组成,捡球装置为利用滚珠轴承、长螺杆、硬板、软质毛刷等材料组成的带有扇叶的滚筒结构,通过电机、皮带、定滑轮的组合带动扇叶转动,捡球时,毛刷带动乒乓球沿着斜坡进入储球装置,从而实现对乒乓球的收集,此外,捡球装置上还安装有视觉传感器和超声波距离传感器;车体部分为上下两层结构,上层放置有主、协两级处理器、锂电池以及带动捡球装置扇叶转动的电机;下层安放的是储球装置,其为敞口长方体盒状,开口向着车体前端,对被捡球装置收集到的乒乓球进行储存,下层底盘装有四个麦克纳姆轮及其控制电机,可使车体实现360°任意方向移动;机器人有自动巡航和手动遥控两种工作模式,可通过上位机App进行切换,上位机App基于安卓平台开发,与机器人通过蓝牙通信,可实现对机器人的模式切换、避障功能开关、无线遥控和运行数据监控四种功能。A dual-mode control method for a robot for picking up table tennis is characterized in that: the picking-up table tennis robot is composed of a ball picking device and a car body. The ball picking device uses ball bearings, long screws, hard plates, and soft The roller structure with fan blades composed of high-quality brushes and other materials drives the fan blades to rotate through the combination of motors, belts, and fixed pulleys. When picking up the ball, the brush drives the ping-pong ball into the storage device along the slope, thereby realizing the ping-pong For ball collection, in addition, visual sensors and ultrasonic distance sensors are installed on the ball picking device; the car body has a two-layer structure, and the upper layer is equipped with two-stage processors, lithium batteries and driving the ball picking device to rotate. The motor; the lower layer is the ball storage device, which is an open rectangular box shape, the opening faces the front of the car body, and stores the table tennis balls collected by the ball picking device. The lower chassis is equipped with four mecanum wheels and their The motor can be controlled to make the car body move in any direction of 360°; the robot has two working modes: automatic cruise and manual remote control, which can be switched through the upper computer App. The upper computer App is developed based on the Android platform and communicates with the robot through Bluetooth. There are four functions for robot mode switching, obstacle avoidance function switch, wireless remote control and running data monitoring.
  2. 根据权利要求1所述的一种用于捡乒乓球的机器人的双模态控制方法,其特征在于:所述自动巡航模式中机器人的主控程序根据传感器传回的图像信息,对视野中的乒乓球进行识别和定位,驱动机器人调整姿态并收集乒乓球;所述手动遥控模式中,上位机App与机器人通过蓝牙通信,发送运动指令,经程序翻译后驱动车体完成指定运动;所述避障功能的开关由上位机App控制,在开启时,程序通过超声波距离传感器监测机器人与障碍物间的距离,并在其小于预设值时执行避障操作;在机器人工作时产生的重要数据,会通过蓝牙实时发送至App并显示在其主界面上,以便用户监控机器人的运行状态;所述上位机APP工作时,首先获取BluetoothAdapter对象,判断设备是否支持蓝牙、蓝牙是否开启,如果未开启则调用openBlueSync方法提示用户开启蓝牙,待蓝牙开启后调用 startLeScan和connectGatt方法扫描、连接蓝牙串口模块,与模块配对成功建立稳定连接后即可开始通信,整个通信的读写过程都在BluetoothGattCallback的异步回调函数中完成,待全部通信完成后,软件会调用BluetoothGatt中的disconnect与close方法断开与机器人蓝牙模块的连接;在上位机App的主界面中,最上方显示的是App与机器人的连接状态1,在其下方的两个按钮2、3,分别对应着机器人模式的切换和避障功能的开关,可通过点击相应按钮来改变机器人的工作状态;机器人遥控组件4、5位于界面中部,拖动中央的摇杆4可控制机器人向八个方向运动,摇杆下面的两个箭头状按钮5.1、5.2可使机器人沿对应方向自转;主界面最下方的灰色框体6是数据监视栏,机器人当前的工作数据会在栏中实时更新,包括开(关)机、视野中乒乓球的信息、接收到的运动指令以及与障碍物的距离。The dual-mode control method of a robot for picking up ping-pong balls according to claim 1, wherein the main control program of the robot in the automatic cruise mode is based on the image information returned by the sensor to control the objects in the field of view. The table tennis is identified and positioned, drives the robot to adjust its posture and collects table tennis balls; in the manual remote control mode, the upper computer App communicates with the robot via Bluetooth, sends motion instructions, and drives the vehicle body to complete the specified motion after program translation; the avoidance The switch of the obstacle function is controlled by the upper computer App. When it is turned on, the program monitors the distance between the robot and the obstacle through the ultrasonic distance sensor, and executes the obstacle avoidance operation when it is less than the preset value; the important data generated when the robot is working, It will be sent to the App via Bluetooth in real time and displayed on its main interface so that the user can monitor the running status of the robot; when the upper computer APP is working, first obtain the BluetoothAdapter object to determine whether the device supports Bluetooth and whether Bluetooth is turned on. If it is not turned on, Call the openBlueSync method to prompt the user to turn on Bluetooth. After Bluetooth is turned on, call the startLeScan and connectGatt methods to scan and connect to the Bluetooth serial port module. After successfully pairing with the module and establishing a stable connection, communication can begin. The entire communication read and write process is in the asynchronous callback function of BluetoothGattCallback After all the communication is completed, the software will call the disconnect and close methods in BluetoothGatt to disconnect from the Bluetooth module of the robot; in the main interface of the upper computer App, the connection status between the App and the robot is displayed at the top 1, The two buttons 2 and 3 below it correspond to the switch of robot mode and the switch of obstacle avoidance function. You can change the working state of the robot by clicking the corresponding button; the robot remote control component 4 and 5 are located in the middle of the interface, drag the center The joystick 4 can control the robot to move in eight directions. The two arrow-shaped buttons 5.1 and 5.2 below the joystick can make the robot rotate in the corresponding direction; the gray box 6 at the bottom of the main interface is the data monitoring bar, the current robot The work data will be updated in real time in the column, including the machine on (off), the information of the table tennis in the field of view, the received movement instructions and the distance to the obstacle.
  3. 根据权利要求1-2所述的一种用于捡乒乓球的机器人的双模态控制方法,其特征在于:所述手动遥控模式中,上位机App需要与机器人的蓝牙模块建立连接,相互传递数据;在主控程序中,各功能运行于不同线程上,互不干扰,App发送的改变模式或开关功能的指令通过阻塞、激活相应线程即可实现;如果App发送的是遥控指令,两级处理器会将指令翻译为串口指令并最终生成PWM波控制编码器,带动车体完成指定运动;机器人的串口指令格式见表1:The dual-mode control method of a robot for picking up ping-pong balls according to claim 1-2, wherein: in the manual remote control mode, the upper computer App needs to establish a connection with the Bluetooth module of the robot to communicate with each other Data; In the main control program, each function runs on different threads without interfering with each other. The command to change the mode or switch function sent by the App can be realized by blocking and activating the corresponding thread; if the App sends a remote control command, two levels The processor will translate the instruction into a serial port instruction and finally generate a PWM wave to control the encoder to drive the car body to complete the specified movement; the serial port instruction format of the robot is shown in Table 1:
    表1Table 1
    Figure PCTCN2020087354-appb-100001
    Figure PCTCN2020087354-appb-100001
    Figure PCTCN2020087354-appb-100002
    Figure PCTCN2020087354-appb-100002
    一个完整的串口指令包含十个字节,其中前三个字节是固定的指令头,第4个字节是X轴速度的高8位,第5个字节是X轴速度的低8位,之后的四个字节分别对应Y轴和Z轴速度。最后一个字节用来指定各个轴的正方向,机器人最终的运动即是三轴运动的矢量合;过程中用户遥控的信息会实时的传送给上位机App显示。A complete serial port command contains ten bytes, of which the first three bytes are the fixed command header, the fourth byte is the high 8 bits of the X-axis speed, and the fifth byte is the low 8 bits of the X-axis speed. , The next four bytes correspond to Y-axis and Z-axis speeds respectively. The last byte is used to specify the positive direction of each axis. The final motion of the robot is the vector combination of the three-axis motion; the information of the user's remote control will be transmitted to the upper computer App for display in real time.
  4. 根据权利要求1-2所述的一种用于捡乒乓球的机器人的双模态控制方法,其特征在于:自动巡航模式下有两种状态:巡航状态和捡球状态;当视野中没有乒乓球时,机器人处于巡航状态,巡航过程中,机器人沿当前方向前进,当遇到障碍物时,后退一小段距离,向没有障碍物的方向转75度,若两边都有障碍物,则重复上述操作,当视觉系统识别到球后,机器人切换到捡球状态;A dual-mode control method for a robot for picking up ping pong according to claim 1-2, characterized in that: there are two states in the automatic cruise mode: cruise state and ball picking state; when there is no ping pong in the field of view When the ball, the robot is in a cruise state. During the cruise, the robot moves forward in the current direction. When encountering an obstacle, it moves back a short distance and turns 75 degrees in the direction where there is no obstacle. If there are obstacles on both sides, repeat the above Operation, when the vision system recognizes the ball, the robot switches to the state of picking up the ball;
    所述捡球状态分为调整阶段和收集阶段:The ball picking state is divided into an adjustment phase and a collection phase:
    调整阶段:在识别到球后需要先进入调整阶段校准球的位置与机器人的朝向;在工作时,当机器人识别到乒乓球后会暂停移动,再次精确识别球的坐标,之后根据其半径大小估算与机器人的距离,选择合适的最佳收集区间,依据乒乓球位置坐标与最佳收集区间坐标的差值不断进行姿态调整,直到乒乓球位于最佳收集区间,进入收集阶段;Adjustment stage: After the ball is recognized, it is necessary to first enter the adjustment stage to calibrate the position of the ball and the orientation of the robot; at work, when the robot recognizes the ping-pong ball, it will pause to move, and then accurately identify the coordinates of the ball, and then estimate it based on its radius Select the appropriate optimal collection interval for the distance from the robot, and continuously adjust the posture according to the difference between the coordinates of the table tennis position and the coordinates of the optimal collection interval until the table tennis is in the optimal collection interval and enter the collection stage;
    收集阶段:依据估算的距离,得出大致的移动时间并驱动车体运动,若执行一次收集操作后,还能在视野中识别到乒乓球,则机器人返回捡球状态的调整阶段继续捡球,若视野中不存在乒乓球,则转变为巡航状态;在自动巡航模式中, 机器人的工作数据会实时上传到上位机App,方便用户对机器人进行监控和维护。Collection stage: According to the estimated distance, get the approximate moving time and drive the car body to move. If the ping pong ball can be recognized in the field of view after the collection operation is performed once, the robot returns to the adjustment stage of picking up the ball and continues to pick up the ball. If there is no ping pong ball in the field of view, it will switch to the cruise state; in the automatic cruise mode, the robot's work data will be uploaded to the upper computer App in real time, which is convenient for the user to monitor and maintain the robot.
  5. 根据权利要求1-2所述的一种用于捡乒乓球的机器人的双模态控制方法,其特征在于:所述避障功能可在上位机App上开启或关闭;当功能开启后,程序实时接收来自超声波距离传感器传回的距离信息,若与障碍物间距小于预设值15cm,则执行避障操作;机器人原地向左右转动,确认左右是否存在障碍物,确认完毕后机器人向没有障碍物的方向转75度,若两边都存在障碍物,则机器人后退后再次执行上述确认操作,直到旁边没有障碍物,机器人转向该方向,继续工作;避障状态下的数据将会被实时上传至上位机App。The bimodal control method of a robot for picking up table tennis according to claim 1-2, characterized in that: the obstacle avoidance function can be turned on or off on the upper computer App; when the function is turned on, the program Receive the distance information from the ultrasonic distance sensor in real time. If the distance between the obstacle and the obstacle is less than the preset value of 15cm, the obstacle avoidance operation will be executed; the robot rotates to the left and right to confirm whether there are obstacles on the left and right sides. After the confirmation is completed, the robot is facing no obstacles Turn the direction of the object by 75 degrees. If there are obstacles on both sides, the robot will retreat and perform the above confirmation operation again. Until there are no obstacles nearby, the robot will turn to this direction and continue to work; the data in the obstacle avoidance state will be uploaded in real time. Host computer App.
PCT/CN2020/087354 2019-10-31 2020-04-28 Dual-mode control method for table tennis ball retriever robot WO2021082376A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911051357.1 2019-10-31
CN201911051357.1A CN110681133A (en) 2019-10-31 2019-10-31 Bimodal control method for table tennis ball picking robot

Publications (1)

Publication Number Publication Date
WO2021082376A1 true WO2021082376A1 (en) 2021-05-06

Family

ID=69114992

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/087354 WO2021082376A1 (en) 2019-10-31 2020-04-28 Dual-mode control method for table tennis ball retriever robot

Country Status (2)

Country Link
CN (1) CN110681133A (en)
WO (1) WO2021082376A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114432677A (en) * 2022-02-22 2022-05-06 山东大学 Table tennis ball picking machine
CN114432676A (en) * 2022-02-22 2022-05-06 山东大学 Tennis ball picking machine

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110681133A (en) * 2019-10-31 2020-01-14 北京工业大学 Bimodal control method for table tennis ball picking robot
CN111346351A (en) * 2020-04-05 2020-06-30 北京工业大学 Ping-pong ball picking robot based on friction wheel
CN112162546A (en) * 2020-06-24 2021-01-01 上汽通用五菱汽车股份有限公司 Method, system and storage medium for remote control of vehicle
CN112604247B (en) * 2020-11-24 2022-04-15 合肥工业大学 Robot is collected to tennis

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250024A1 (en) * 2007-08-13 2010-09-30 Macedo Ribeiro Antonio Fernando Fully autonomous or remotely operated golf ball picking system
CN203191821U (en) * 2013-04-29 2013-09-11 兰州理工大学 Control system of dual-mode intelligent ball-picking robot
CN107080925A (en) * 2017-06-08 2017-08-22 无锡工艺职业技术学院 Bi-mode intelligent ball picking robot system based on binocular vision
CN207694194U (en) * 2017-12-21 2018-08-07 华中科技大学 A kind of intelligence of view-based access control model picks up tennis robot
CN208274954U (en) * 2018-01-06 2018-12-25 西南林业大学 Smart table tennis collecting cart
KR20190120522A (en) * 2018-04-16 2019-10-24 손서용 A shuttlecock collection automatic device
CN110681133A (en) * 2019-10-31 2020-01-14 北京工业大学 Bimodal control method for table tennis ball picking robot

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3901555A1 (en) * 1988-11-09 1990-05-10 Transita Vertriebs Und Handels DEVICE FOR COLLECTING BAELLS, ESPECIALLY TENNIS BAELLS, AND / OR SMOOTHING THE PLAYING MAT
WO2007120837A2 (en) * 2006-04-14 2007-10-25 Icon Health & Fitness, Inc. Exercise apparatuses, components for exercise apparatuses and related methods
CN203169878U (en) * 2013-03-27 2013-09-04 上海理工大学 Remote-controlled firefighting robot
CN103345252A (en) * 2013-07-15 2013-10-09 兰州理工大学 Intelligent ball-picking robot system and ball-picking method thereof
CN104298235A (en) * 2014-08-25 2015-01-21 洛阳理工学院 Mobile robot system based on wireless video transmission and PID compound control
EP3274791A4 (en) * 2015-03-27 2018-10-31 Intel Corporation Motion tracking using electronic devices
CN204709727U (en) * 2015-05-29 2015-10-21 济南大学 A kind of device automatically picking up tennis based on Bluetooth control
CN105383696A (en) * 2015-10-20 2016-03-09 中国矿业大学 Air quality monitoring aircraft based on mobile phone client
CN105759820A (en) * 2016-04-08 2016-07-13 济宁中科先进技术研究院有限公司 Road autonomous cleaning control system and method based on laser and vision
CN107137890A (en) * 2016-09-27 2017-09-08 五邑大学 A kind of intelligent tennis ball pickup robot based on image recognition
CN206114897U (en) * 2016-10-28 2017-04-19 西安科技大学 Ultrasonic ranging meter
CN106730683A (en) * 2016-12-30 2017-05-31 浙江大学 Automatic picking up table tennis ball robot based on TensorFlow
CN207950512U (en) * 2018-01-19 2018-10-12 烟台大学 A kind of automatic seeking ball collection arrangement of view-based access control model identification
CN110314344B (en) * 2018-03-30 2021-08-24 杭州海康威视数字技术股份有限公司 Exercise reminding method, device and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250024A1 (en) * 2007-08-13 2010-09-30 Macedo Ribeiro Antonio Fernando Fully autonomous or remotely operated golf ball picking system
CN203191821U (en) * 2013-04-29 2013-09-11 兰州理工大学 Control system of dual-mode intelligent ball-picking robot
CN107080925A (en) * 2017-06-08 2017-08-22 无锡工艺职业技术学院 Bi-mode intelligent ball picking robot system based on binocular vision
CN207694194U (en) * 2017-12-21 2018-08-07 华中科技大学 A kind of intelligence of view-based access control model picks up tennis robot
CN208274954U (en) * 2018-01-06 2018-12-25 西南林业大学 Smart table tennis collecting cart
KR20190120522A (en) * 2018-04-16 2019-10-24 손서용 A shuttlecock collection automatic device
CN110681133A (en) * 2019-10-31 2020-01-14 北京工业大学 Bimodal control method for table tennis ball picking robot

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114432677A (en) * 2022-02-22 2022-05-06 山东大学 Table tennis ball picking machine
CN114432676A (en) * 2022-02-22 2022-05-06 山东大学 Tennis ball picking machine

Also Published As

Publication number Publication date
CN110681133A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
WO2021082376A1 (en) Dual-mode control method for table tennis ball retriever robot
JP3667281B2 (en) Robot cleaning system using mobile communication network
CN107019883A (en) A kind of tennis automatically picking up balls robot of machine vision
US20100250024A1 (en) Fully autonomous or remotely operated golf ball picking system
CN103737573B (en) A kind of search and rescue robot
CN206200973U (en) A kind of intelligent barrier avoiding detects robot
CN206797516U (en) Lun Zu double modes robot
CN104175308A (en) Self-service robot
CN106625569B (en) Self-balancing detection robot with two-axis self-stabilizing cradle head
CN110744544A (en) Service robot vision grabbing method and service robot
Datta et al. Development of autonomous mobile robot with manipulator for manufacturing environment
WO2022053078A1 (en) Robot accompaniment device and four-legged robot using same
CN206728172U (en) A kind of video monitoring apparatus
CN218698992U (en) Intelligent power supply robot device
CN211149276U (en) Control device of unmanned cleaning vehicle and vehicle
CN107756402A (en) A kind of intelligent avoidance grasping system based on deep learning
CN207448450U (en) Nuclear power station underwater operation robot
CN204209679U (en) Autonomous service robot
CN111251271A (en) SLAM robot for constructing and positioning rotary laser radar and indoor map
CN212016646U (en) Intelligent table tennis ball picking robot
CN207448487U (en) A kind of exploration robot
CN116867611A (en) Fusion static large-view-field high-fidelity movable sensor for robot platform
CN111729269A (en) Autonomous tennis ball picking robot based on depth vision
CN112572635A (en) Wheel-leg type stair climbing robot
Sawalmeh et al. A surveillance 3D hand-tracking-based Tele-operated UGV

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: 20881384

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20881384

Country of ref document: EP

Kind code of ref document: A1