Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscriber 블럭 디자인 #61

Open
dwlee opened this issue Jun 14, 2015 · 0 comments
Open

Subscriber 블럭 디자인 #61

dwlee opened this issue Jun 14, 2015 · 0 comments

Comments

@dwlee
Copy link
Collaborator

dwlee commented Jun 14, 2015

composer에서 사용되는 rocon 블럭에 사용되는 상수 값을 protocols ui 에서 미리 정의할 수 있습니다. 예를 들어 set_hue라는 블럭에서 rocon_device_msgs/HueState라는 메세지를 검색한 뒤, hue의 색에대한 변수인 string color 에 대한 상수를 미리 정의하여 실제 composer 에서 저작할 때 사용할 수 있습니다.
하지만, 이렇게 만들어진 블럭은 현재 publisher 또는 action 블럭에서 goal을 보내는 부분에서만 사용할 수 있습니다.
현재의 subscriber 블럭이나, action의 feedback, result 블럭 디자인 에서는 이렇게 미리 정의된 정보를 사용할 수 없습니다. 그렇기 때문에 빠르고 편리한 저작을 위해서 subscriber와 action의 feedback, result 와 같은 블럭이 다시 디자인 되어야 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant