-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add support for non standard point step sizes #199
Conversation
Signed-off-by: Florian Vahl <florian@flova.de>
Signed-off-by: Florian Vahl <florian@flova.de>
Signed-off-by: Florian Vahl <florian@flova.de>
Thanks for the fix! Could you please add a test to the tests file that verifies this does fix the issue? |
Thanks for your quick response @gbiggs! I added the test and it seems to solve the issue. |
Do you have an idea what's causing the tests to fail? The option manager traceback seems unrelated to the changes from this or. |
That's a separate issue that we are addressing in ros2/ci#675 |
Okay 👍 |
Thanks for the contribution! |
* Remove reference to old impementation Signed-off-by: Florian Vahl <florian@flova.de> * Add support for non standard point step sizes Signed-off-by: Florian Vahl <florian@flova.de> * Fix code style Signed-off-by: Florian Vahl <florian@flova.de> * Add test Signed-off-by: Florian <florian@flova.de> Signed-off-by: Florian Vahl <florian@flova.de> Signed-off-by: Florian <florian@flova.de>
* Remove reference to old impementation Signed-off-by: Florian Vahl <florian@flova.de> * Add support for non standard point step sizes Signed-off-by: Florian Vahl <florian@flova.de> * Fix code style Signed-off-by: Florian Vahl <florian@flova.de> * Add test Signed-off-by: Florian <florian@flova.de> Signed-off-by: Florian Vahl <florian@flova.de> Signed-off-by: Florian <florian@flova.de> Signed-off-by: Florian Vahl <florian@flova.de> Signed-off-by: Florian <florian@flova.de> Co-authored-by: Florian Vahl <florian@flova.de>
Fixes #197