趙 漠居(Zhao, Moju)

Results 42 comments of 趙 漠居(Zhao, Moju)

I tested the data in 柏 while flying towards to target tree. RGB space ![rgb_filter](https://cloud.githubusercontent.com/assets/3666095/25303863/c18706be-2796-11e7-929c-95f8f33b1f76.gif) HLS spce ![hls_filter](https://cloud.githubusercontent.com/assets/3666095/25303865/caa6ebec-2796-11e7-8014-685f16c7d0c6.gif) HSV space ![hsv_filter-iloveimg-compressed](https://cloud.githubusercontent.com/assets/3666095/25303894/0f817c6e-2797-11e7-9d6c-025c922583d0.gif) I am not familiar with the format of point...

I tried with the same rosbag. LVGTM! RGB space ![rgb_filter_new2](https://cloud.githubusercontent.com/assets/3666095/25320495/8de1a38a-28e2-11e7-984b-d672313fd184.gif) HLS space ![hls_filter_new2](https://cloud.githubusercontent.com/assets/3666095/25320498/94529896-28e2-11e7-9f77-76d8d1dbd33b.gif) HSV space ![hsv_filter_new](https://cloud.githubusercontent.com/assets/3666095/25320425/ec3eb28e-28e1-11e7-83e4-09852f81055a.gif)

Based on the work of @Tiryoh (https://github.com/Tiryoh/mycobot_ros), I have modified lots of files in this repository and finally I restored the gazebo simulation as explained in https://github.com/elephantrobotics/mycobot_ros/pull/47. I hope some...

@Tiryoh Thanks for your contribution! I have merged your PR. For license issue, could you also send a PR to #47 if necessary?

Hi, I face the same with MyCobot Pro 320 M5. My code is based on mycobot_ros. The debug branch is https://github.com/tongtybj/mycobot_ros/tree/interface_bug_mycobot320pro_m5. ## Code You can try following command to check...

A special implemenation of DRAGON is that, the `baselink` is not `link1`, but is the link attached with IMU sensor (`link2`) for the purpose of stable flight control. So you...

Is it because the random stretch may resize the raw image with a -0.05: https://github.com/bilylee/SiamFC-TensorFlow/blob/f572dca95f2b3b2861f54de467259753428e468c/datasets/transforms.py#L49?