[ros-users] Simple URDF viewer

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [ros-users] Simple URDF viewer
Hi,
I've created simple URDF viewer. My aim is to be able to view and
debug robot models directly in a (modern) browser.

Viewer is available at:
http://mymodelrobot.appspot.com/
I've put Pi Robot by Patrick Goebel as a demo robot.

At the moment the app is capable of parsing urdf robot into 3D model
visible in browser with movable joints. It does not read or show STL
files yet.

Currently I am working on animating robot by trajectory from text file.

I hope this project will be useful for someone. If you want to
contribute, fork the project from:
https://github.com/AdoHaha/modelrobot

Igor Zubrycki