Skip to content

Changes based on comments on PR #72#74

Merged
wjwwood merged 8 commits intoros2:parameters_support_rangesfrom
gonzodepedro:gonzodepedro/parameters_descriptor_constraints
Apr 25, 2019
Merged

Changes based on comments on PR #72#74
wjwwood merged 8 commits intoros2:parameters_support_rangesfrom
gonzodepedro:gonzodepedro/parameters_descriptor_constraints

Conversation

@gonzodepedro
Copy link
Copy Markdown

No description provided.

@tfoote tfoote added the in progress Actively being worked on (Kanban column) label Apr 23, 2019
@gonzodepedro gonzodepedro changed the title hanges based on comments on PR #72 Changes based on comments on PR #72 Apr 23, 2019
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
@gonzodepedro gonzodepedro force-pushed the gonzodepedro/parameters_descriptor_constraints branch from b0892b0 to ce23afa Compare April 23, 2019 19:25
@gonzodepedro gonzodepedro self-assigned this Apr 23, 2019
Gonzalo de Pedro added 2 commits April 23, 2019 18:48
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Gonzalo de Pedro added 2 commits April 24, 2019 16:07
…er line on ParameterDescriptor

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
…valid even if it is not multiple of step

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
@gonzodepedro
Copy link
Copy Markdown
Author

I think I addressed all the comments based on what was discussed here and offline.

@wjwwood
Copy link
Copy Markdown
Member

wjwwood commented Apr 25, 2019

I think I addressed all the comments based on what was discussed here and offline.

I think there are still several that have not been addressed.

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Copy link
Copy Markdown
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After the minor style change is addressed, lgtm!

Thanks for pushing on it, @gonzodepedro.

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Copy link
Copy Markdown
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@wjwwood wjwwood merged commit e61fc50 into ros2:parameters_support_ranges Apr 25, 2019
@wjwwood wjwwood removed the in progress Actively being worked on (Kanban column) label Apr 25, 2019
wjwwood pushed a commit that referenced this pull request Apr 25, 2019
* Added changes based on comments on PR #72

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Minor changes based on comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Augmented comments on ParameterDescriptor constraints

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comment on 'step' field of FloatingPointRange. One sentence per line on ParameterDescriptor

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comments on IntegerRange and FloatingPointRange, to_value is valid even if it is not multiple of step

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Addressed multiple comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Improved documentation

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Oxford comma FTW!

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Signed-off-by: William Woodall <william@osrfoundation.org>
wjwwood pushed a commit that referenced this pull request Apr 25, 2019
* Added changes based on comments on PR #72

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Minor changes based on comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Augmented comments on ParameterDescriptor constraints

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comment on 'step' field of FloatingPointRange. One sentence per line on ParameterDescriptor

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comments on IntegerRange and FloatingPointRange, to_value is valid even if it is not multiple of step

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Addressed multiple comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Improved documentation

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Oxford comma FTW!

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Signed-off-by: William Woodall <william@osrfoundation.org>
wjwwood added a commit that referenced this pull request Apr 29, 2019
* small cleanup commit

Signed-off-by: William Woodall <william@osrfoundation.org>

* first proposal from Dirk

Signed-off-by: William Woodall <william@osrfoundation.org>

* add description fields in the parameter descriptor (#73)

Signed-off-by: William Woodall <william@osrfoundation.org>

* Changes based on comments on PR #72 (#74)

* Added changes based on comments on PR #72

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Minor changes based on comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Augmented comments on ParameterDescriptor constraints

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comment on 'step' field of FloatingPointRange. One sentence per line on ParameterDescriptor

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed comments on IntegerRange and FloatingPointRange, to_value is valid even if it is not multiple of step

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Addressed multiple comments

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Improved documentation

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Oxford comma FTW!

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
Signed-off-by: William Woodall <william@osrfoundation.org>

* remove draft comment

Signed-off-by: William Woodall <william@osrfoundation.org>

* Added new messages file to cmakelists

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Changed double to float64 to be consistent with parameter values

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>

* Alphabetized msg file list on CMakeList

Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
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

Successfully merging this pull request may close these issues.

5 participants