• #maker+t=market
  • COSPLAY 3D 建模
  • 3D列印服務
  • 1
  • 2
  • 3

ROS.Taiwan 造訪社團 » 3D

原文網址 林浩鋕
2018-04-11 00:25:21

ROS-I 最新公布的ROS-compatible 3D sensors清單
https://rosindustrial.org/3d-camera-survey/

我自己有用過:
kinect v1 & v2
Astra & Astra Pro
Realsense R200/SR300/D435
ASUS Xtion/XtionPro
ZED
還有自幹的PS4 Eyes
自己做硬體同步的兩顆PS3 Eye
以及只有軟體同步的兩顆UVC camera

就我自己的使用心得
我偏好 XtionPro, Astra, D435
可惜前面兩個買不太到了
後面那個缺貨XD

Reference: https://discourse.ros.org/t/updated-3d-camera-survey-o…/4418

Don Si
2018-04-11 05:40:50

請問Ps4 eyes 自幹是指?


原文網址 林浩鋕
2018-04-02 22:46:09

Hypha ROS Workshop 說這專頁讚 2018年4月2日

[HyphaROS] Legged Robot Simulation, Trajectory Optimization and Visualization

又是一個小編最近在進行的side project
這是用之前提到的ETHZ-RSL所有的開源ROS Package呈現出來的成果, 背後是套用ipopt去解nonlinear optimization的問題(效能與成果會與選用的CPU chip有關~)

目前支援多種model (1足, 2足, 4足 & 多旋翼)
可切換多種地形 (亦可自行建立model or 地形)

測試影片如下:
https://youtu.be/BXWUi822rKA

最後
對ROS有興趣的, 歡迎加入 # ROSTaiwan

LeggedRobot: 3D Simulation, Trajectory Optimization with Nonlinear Solvers (ROS) All source code are released by ETHZ (BSD) HyphaROS: https://hypharosworksho... 關於這個網站 youtube.com Legged Robot Simulation, Trajectory Optimization and Visualization LeggedRobot: 3D Simulation, Trajectory Optimization with Nonlinear Solvers (ROS) All source code are released by ETHZ (BSD) HyphaROS: https://hypharosworksho... LeggedRobot: 3D Simulation, Trajectory Optimization with Nonlinear Solvers (ROS) All source code are released by ETHZ (BSD) HyphaROS: https://hypharosworksho...

吳亭範
2018-04-03 00:07:47

圖中影片似乎只考慮contact points, 沒有考慮腳跟地面碰撞問題...仔細看影片幾乎每個規劃的腳都跟地面相撞/沈入了

林浩鋕
2018-04-03 00:39:04

我也有發現類似問題
但我不確定是不是沒有考慮碰撞?
因為我的電腦連算簡單的平儀都有點問題
(不知道是ipopt solver設定錯誤 還是 CPU要掛了XD)

我要再確認一下他的架構才能回答

吳亭範
2018-04-03 03:26:12

well一個簡單的解法就是把腳上貼滿contact points. 不是只有末端腳掌而是均勻分布 這樣就可以解決碰撞問題 甚至可以學會用膝蓋走路 只是這麼一來要contact solver要檢查的contact就多了...會更慢

Don Si
2018-04-03 11:14:10

感覺像wu大大所說 planning scene 只考慮了points 沒有做ploygon intersection檢查


原文網址 林浩鋕
2018-03-25 21:55:38

[ROS系列文章] 第10篇 - ETHZ RSL (ANYmal)
系列文章強勢回歸(自己說XD)
上次介紹ETHZ非常有名ASL (Autonomous Systems Lab)
(基本上學術界做VIO都要跟他們的ROVIO, OKVIS比較)
這次來介紹另一個很有名的Lab: RSL
(Robotic Systems Lab)
最有名的是他們的quadrupedal robot: ANYmal
https://youtu.be/ZdeRi_5xK5U
最近的video, ANYmal隨音樂起舞XD
https://youtu.be/kHBLaw5nfzk

我對quadrupedal不太熟
但是ETHZ依舊保持一貫作風
上層架構完全建立在ROS上並且開源!!
free_gait:
An Architecture for the Versatile Control of Legged Robots
Video: https://youtu.be/5BkoGug8HhE
Github: https://github.com/leggedrobotics/free_gait
Slide:
https://www.ethz.ch/…/rs…/ROS2017/case_study_2018_anymal.pdf

透過架構可以看到整合諸多ETHZ本身開發的ROS pkg
像是ASL早期推出(目前還有在維護的) libpointmatcher
用作3D mapping & localization
加上 elevation_mapping 作為dense map generator
最後再導入grid_map以及OMPL(RRT*)
使ANYmal能透根據周遭複雜環境做
path planning & control

另外RSL的leader: Prof: Hutter, Marco
亦有開設ROS初階入門課程
(包含ROS架構, coding技巧, 實際演練與題目等)
算是我看這麼多教學裡面最紮實也最用心的課程
http://www.rsl.ethz.ch/education-stude…/…/robotdynamics.html
Video: https://youtu.be/0BxVPCInS3M

另外一門Robot Dynamics
其所有slides也是公開
強烈建議剛踏入機器人領域的人參考
畢竟ROS裡面很多pkg的參數調整
都是需要相關學術背景才能處理!!
http://www.rsl.ethz.ch/education-stude…/…/robotdynamics.html

Don Si
2018-03-26 08:42:42

感謝小林老師的分享

不知道老師對grid_map和elevation_mapping這兩個包的使用有否建議或分享


原文網址 吳彥寬
2018-02-16 00:26:41

Share a great book "Mastering ROS for Robotic Programming". It's a little bit advanced but useful for users with experience of the basic concept and operations.

Here is the outline:

Chapter 1: Introduction to ROS and its Package Management
Chapter 2: Working with *3D Robot Modeling* in ROS
Chapter 3: Simulating Robots Using ROS and *Gazebo*
Chapter 4: Using ROS *MoveIt*! and Navigation stack
Chapter 5: Working with Pluginlib, Nodelets and Gazebo plugins
Chapter 6: Writing ROS Controllers and Visualization plugins
Chapter 7: Interfacing I/O boards, sensors and actuators to ROS
Chapter 8: Programming Vision sensors using ROS, Open-CV and PCL
Chapter 9: Building and interfacing a differential drive mobile robot hardware in ROS
Chapter 10: Exploring advanced capabilities of ROS-MoveIt!
Chapter 11: *ROS for Industrial Robots*
Chapter 12: Troubleshooting and best practices in ROS

Source code: https://github.com/qboticslabs/mastering_ros
PDF: http://pdf.th7.cn/…/Mastering%20ROS%20for%20Robotics%20Prog…

分享一本很棒的書"掌握 ros for ros for ros for ros for ros". 它有點先進, 但對於擁有基本概念和操作經驗的使用者來說很有用.

這是大綱:

第1章: ros介紹及其套件管理
第2章: 與*3D機器人模特*在ros合作
第3章: 使用ros和* gazebo模擬機器人
第4章: 使用ros * moveit *! 和導航堆
第5章: 與pluginlib, nodelet和gazebo外掛程式合作
第6章: 寫入ros控制器和視覺化外掛程式
第7章: 將i / o板, 感測器和啓動器與ros介面
第8章: 使用ros, open-cv和pcl的程式設計視覺感測器
第9章: 在ros建造和介面不同驅動移動機器人硬體
第10章: 探索ros-moveit的高階功能!
第11章: *工業機器人的ros *
第12章: ros的疑難排解和最佳做法

原始碼: https://github.com/qboticslabs/mastering_ros
PDF: http://pdf.th7.cn/down/files/1603/Mastering%20ROS%20for%20Robotics%20Programming.pdf

· 查看原文 · 為此翻譯評分

林浩鋕
2018-02-16 00:42:36

Lentin Joseph
不過要注意版本問題
書是以indigo為主
到kinetic後 opencv 換成3 會有一些API使用上的問題~

黃大峯
2018-02-16 00:44:13

opencv3在ros 上真的很麻煩...有除了重編譯以外的好解法嗎..

林浩鋕
2018-02-16 00:44:23

不過 Yen-Kuan Wu 你也太認真
在加拿大過年還在po文XD

林浩鋕
2018-02-16 00:46:53

這幾天被KDTree搞死
我後來都直接在cmakelist強迫使用opencv2

吳彥寬
2018-02-16 01:20:58

No holidays here : (

林浩鋕
2018-02-16 01:23:59

我去年過年是在toulouse
因為訂錯機票 初三才回到家 呵呵
(所以與在那邊的台灣人狂喝酒)


原文網址 林浩鋕
2018-01-26 17:30:08

分享一下 Intel 在ROS上的貢獻:
http://wiki.ros.org/IntelROSProject

https://software.intel.com/…/build-an-autonomous-mobile-rob…

大家聽到intel跟ROS第一個想到的應該是Realsense
(小弟很幸運200 & 300系列都有用過~~)

但除了realsense driver之外, 其實intel的團隊也有把一些他們週邊的產品與ROS相接, 像是Movidius !!

並且也提供他們自己設計的3D 物體位置辨識
(based on Movidius/OpenCL, 使用常見的CNN Model/Framework)

另外, 他們也有持續對ROS 2.0核心提出patch等貢獻
可參考:
https://github.com/search?q=org%3Aros2+intel&type=Commits


原文網址 林浩鋕
2018-01-25 11:19:07

這個板可能有點空~~
接下來我會先請認識的人來發文
充實一下XD
也會定期更新一些我知道的ROS發展
(像是ADLINK ROS-I 發表, Intel對ROS2的投入等等)

也歡迎各位把自己的成果放上來
說不定會找到同好喔

HyphaROS目前有在公開進行的專案是:
1. Outdoor Rover 陳曜承 (Yao Cheng Chen)
2. 1/10 RaceCar 應用 李冠廷 (Li Guan Ting)
3. 1/20 MiniCar (MPC) 多線發展中XD
4. Ardrone 3D SLAM 康棓竣

林浩鋕
2018-01-25 11:27:38

對了 大家記得去參加@HyphaROS 抽獎阿XD