About Me

(This page is not adapted for mobile phones, so please try to browse it on the PC if you can.)

I am a Research associate in AutomMan Lab working with Asst Prof. Chen Lv at MAE, Nanyang Technology University (NTU), Singapore now. I graduated from NTU and got my MSc. degree in Computer Control and Automation in Apr 2022 (Dissertation Supervisor: Prof. GuoQiang Hu). Before that, I received my B.Eng in Automation from Hefei University of Technology (HFUT), China in Jun 2020. At undergraduate years, I tried to explore and conducted a preliminary look to some fields, such as electroencephalography(EEG) interaction, hexopod robot, computer vision and reinforcement learning.

Currently, I am responsible for manipulator part of the project in Continental-NTU Corporate Lab whose goal is industrial application of cobot and aAGV. And the topic of master dissertation was researching Human-Robot-Interaction(HRI) applied on the manipulator, such as Human-to-Robot(H2R) and collision avoidance based on proximity sensors. Now I am finding a Ph.D. position and want to research more about intelligence and its pratical application. If you are interested in me, please feel free to contact me.

Research interests: computer vision, robotics, human robot interaction and reinforcement learning.

READ MORE

Human Robot Interaction(2022)

Slow Down or Stop by using Proximity Sensor


According to the distance to collision, the robot can do some reactions like slowing down and even stop if it is close enough. To avoid the influence of the ray shadowed by itself, I code with FCL and implement the visualization of collision and self-collision check between robot body and sensors’ ray.


READ MORE

Human Robot Interaction(2021)

Human Collision Avoidance based on Global Skeleton Detection

The quick glance(left) is a demo for exploring collision avoidance between humans and manipulators through global skeleton detection.(The camera is not shown in the animation, but you can see it in the picture(right) of workspace setup.)

We use Nuitrack to detect skeleton keypoints of human and then model these points as spheres which are given collision volume so that Moveit! can plan a trajectory to avoid collision. If there is any potential collision appearing in the trajectory, the manipulator will stop first and replan a new path so that it can get around the obstacles.

READ MORE

Hexapod Robot(2018)

Introduction

The hexapod robot uses a master-slave control system with a high-performance MCU acting as the master who schedules the resources of each slave chip and takes on the computationally intensive work. The slave processor is mainly responsible for the control of the individual motion structures, thus reducing the load of the master.

The hexapod robot aims to search and rescue problems in complex and narrow environments. Therefore, we equipped it with Lidar and camera, and try to use ToF camera to improve the efficiency and accuracy of detection.

In the 1-year project, we implement the functions as below:

  1. The implementation of simple walking function with multiple processors, and capability of performing the corresponding basic movements according to the instructions of the remote control.
  2. The implementation of obstacle avoidance with multi-modal perception(foot pressure, gyroscope, point cloud and RGB image).
  3. The algorithm for walking over uneven surface.
READ MORE