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

Rapp의 public parameter parsing 시 key value 가 2-depth 이상인 경우 에러 발생 #32

Open
dwlee opened this issue Jul 3, 2015 · 0 comments

Comments

@dwlee
Copy link
Collaborator

dwlee commented Jul 3, 2015

Rapp 의 public parameter 는 yaml 형식으로 작성됩니다.

대표적인 예로 talker 의 경우

message: hello world
frequency: 10

처러 단순한 key value를 같습니다.
하지만, room_checker

time_interval: 1
rooms:
    - meeting_room: "motion_detector_2"
    - conf_room: "motion_detector_1"
    - small_conf_room: "motion_detector_3"

과 같이 2depth 의 파라미터 구조를 같는 경우, 이를 fetch 하다가 에러가 발생합니다.

파마미터를 key value로 parsing 하는 부분을 살펴 보면,
1depth 에 대해서만 지원합니다.

만약 이 부분이 업데이트가 된다면 , rocon composer의 blockly workflow 저작 ui도 개선되어야 합니다.

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