Projects

[2019] Semester Project (ETHZ-RSL): Learning Continuous Time Dynamics using ODENets.

Advisor: Vassilios Tsounis, Dr. Farbod Farshidian, Prof. Dr. Hutter, Marco.

Abstract: Integrate Mixture Density Network (MDN) with Neural ODE to l earn continuous actuated hybrid dynamics (the legged robot with different gaits). The results achieved SOTA accuracy for multi-steps (200 steps forward) trajectory prediction.

[Slides]

[2019] Course Project (ETHZ-ASL): Inter-modality Representation Learning.

Team: Juan-Ting Lin and HaoChih Lin

Abstract: In this project, we aim to find shared and exchangeable representations for both vision and LiDAR modalities. In this manner, both map construction and navigation can be achieved by using either LiDAR or vision. We proposed a network architecture with separate encoders for the two modalities and shared decoder for both interest point and descriptor predictions.

[Report]

[2018] HyphaROS: 1/20 2-layer MPC based Autonomous MiniCar.

Features: Nonlinear Bicycle Model Based MPC (through ipopt solver), Pure-Pursuit Controller, Onboard mapping (Gmapping, Hector-SLAM, Karto-SLAM, MRPT-ICP) STM32 for motor speed closed-loop control, AMCL localization (encoder-odometry based), Dynamic obstacle avoidance, Stage Simulation (supports: MPC & Pure-Pursuit)

[Github] [Slides]

[2018] ADLINK: NeuronBot (People Tracking Mobile Platform).

Abstract: The purpose of this pkg is to demonstrate two main features of ADLINK Neuron miniITX platform. The host robot (for following) is publishing its own pose with respect to known map through ROS2/DDS layer while following a human. On the other hand, the client robot (random wandering), could avoid the host robot by receiving host's pose and replaning its path.

[Video] [Github] [Presentation]

[2017] ADLINK: DDSBot (ROS 1.0/2.0 based swarm robots architecture).

Abstract: The prototype of swarm robots architecture using ROS 2.0 with Opensplice DDS.

[Video] [Github]

[2017] HyphaROS: 1/10 High-speed (~3m/s), Low-cost Autonomous Race Car.

Features: We present a low-cost (~600USD), high speed, fully autonomous 1/10 rc car platform, called Hypha RaceCar. Instead of using high-end sensors/SBC like: hokuyo laser, Nvidia TX1, etc., our platform replace all expensive components with low-cost product (Odroid XU4, RPLidar A1, GY85 ...). The performance of high-end racecar, e.g. MIT RaceCar, is around 4 m/s (~3600USD), in contrast, Hypha RaceCar is able to achieve 3 m/s !

[Video] [Github] [Tutorial]

[2015] Bachelor Project (NCKU-DAA): ARDrone Autonomous Indoor Navigation by 3D SLAM.

Advisor: Prof. Dr. Tarn, Jiun-Hao.

Abstract: This project aims to make ARDrone 2.0 automatically explore unknown area and avoid obstacle by using OctoMap created from lsd_slam. It uses recursive least square algorithm to caculate the transfer function of tum_ardrone/pose (in real size) and LSD_slam/pose (nonscale). After recursive least square converges completely, we used this transfer function to convert nonscale point cloud map from LSD_slam to real world's map which is used for navigation.

[Video] [Github]