Closed drchrislewis closed 10 years ago
+1, assuming the build error is fixed.
please explain both the +1, and the build error. My intuition says +1 is same as kudos.
It seems to build, run, and the resulting file works with the GUI. The main issue I have is making sure the parameter names an default values I provide are identical to those in the source of ompl. I tried not to change the default behavior. Toward this goal I would have liked to have generated commented parameters like:
However, yaml's emitter did not want to do that... at all.
On Thu, May 15, 2014 at 11:52 AM, Ioan A Sucan notifications@github.comwrote:
+1, assuming the build error is fixed.
— Reply to this email directly or view it on GitHubhttps://github.com/ros-planning/moveit_setup_assistant/pull/85#issuecomment-43235624 .
+1 means that i agree this should be merged. the Travis build that run for your previous version had failed (I did not check why), but it passes now. I will let someone else complete the merge, as this is a config change, and more eyes are better :)
Looks good
Each parameter is set to current defaults. This is fragile, as defaults may change. However, yaml makes it difficult to provide correct syntax for parameters as comments which would have been preferable.
Each parameter also has comments which help users understand what it means.