Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Don't use the semantic sensor by default #116
Don't use the semantic sensor by default #116
Changes from 8 commits
17249c6
950b6c9
a4392b3
a006194
e6c50fd
dad74bd
bfcb38d
a5452f5
e9b1296
e2bb36b
7c92374
a33d3d8
9b08b2b
1fd3b37
0035622
4186fae
ede3007
2f6e7f4
4c343be
9184f60
c71bd2a
1eaa595
5c88140
23842cd
e4d3aee
edcd230
b194f95
01f3f02
c3d48db
6d0701e
8f83704
cd7bb10
b8dd850
ae767ce
1a1ea85
d9170a7
1e22061
7f55693
310e968
69c6edf
21de91b
74c33da
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you are not using key words here anymore? I prefer it looking like
min_depth_range=0.01,
instead of just0.01,
since it is more readable and less error prone.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, I'll change it back. I agree it's more readable to use keywords here. I had switched it to the above to make the calling style uniform (within this class, at least).