Commit d7be48f
Fix the issue with Subproblem 2 when there is a single solution (#31)
* correct the order of the input parameters to subproblem1 from subproblem2 for single solution case.
* Add a test case which verifies the fix.
* Make the test case style the same as the style of the other subproblem2 test case
---------
Co-authored-by: Burak Aksoy <burakaksoy20@gmail.com>1 parent 1c56b4c commit d7be48f
File tree
2 files changed
+10
-2
lines changed- src/general_robotics_toolbox
- test
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
766 | | - | |
767 | | - | |
| 766 | + | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
332 | 340 | | |
333 | 341 | | |
334 | 342 | | |
| |||
0 commit comments