yijiangh / choreo

Choreo: robotic motion planning platform for discrete architectural assembly
34 stars 10 forks source link

Collision in scene is working but too slow... #16

Closed yijiangh closed 7 years ago

yijiangh commented 7 years ago
yijiangh commented 7 years ago

@cookt I'm wondering if we have to specify the pose in the collision generation here. I think the orientation of pose is to be determined in searching and motion planning process.

yijiangh commented 7 years ago

RenderingWidget is supposed to be a scene builder currently sits on Qt UI framework.

It implements the slot callback function in response to click event from button (or slider) in RvizPanel class.

It should only take following functionalities:

Thus it should maintain the following class as member variables:

yijiangh commented 7 years ago

Prerequisite for #17 .

yijiangh commented 7 years ago

Introducing property container hierarchy (refer OpenMesh property container).

wechat image_20170430094353 Thanks for the idea of @kiki007