ikfast-configuration

​ IKFAST is a very powerful tool when a robot requires inverse kinematic solutions, so it’s necessary for us to config a customized robot ikfast plugin from scratch, which is a basic skill for a robotic engineer, I deem.

Read more

MoveIt Setup Assistant

​ This article shows how to configure a custom arm in MoveIt.

Read more

complier-lab3

​ This lab comes from SE3355 *Compilers* lab3, which requires me to use Bisonc++ to implement a parser for the Tiger language.

Read more

mmdection_hammer_segmentation

The first time for me to construct a custom dataset and apply it in the mmdection.

The whole pipeline is as follows:

I. Collect and prepare the raw dataset.

II. Convert the raw dataset into COCO style.

III. Add and movify the mask-rcnn configuration in mmdection API to fit our requirement.

IV. Train the model by mmdection.

V. Evaluate and visualize the test dataset.

VI. Modify the result into mask image so that we can insert it smoothly in our pipeline.

Read more

MoveIt Configuration

在配置ROS-noetic MoveIt的时候,不可避免地遇到了一些问题。在此记录一下。

Read more

SE3353_assignment4

简单总结一下这次作业。基于Lucene的全文搜索功能和WebService的封装。

Read more

SE335_Compliers_lab2

总而言之前前后后好几天时间都在搞这个lab,不过主要花的时间可能是大半天时间。为了留下点东西,姑且总结一下这个lab。

Read more

pybullet-planning源码解析

我们尝试来阅读一下pybullet-planning中和ik、planning相关的源码。

Read more