marvin-oh

Results 2 issues of marvin-oh

# Description Fixes a bug in SimpleTrajectoryPlanner.set_trajectory() function. There was a missing term for gravity in the calculation of the y-axis position of the parabolic equation. Fixes #8 ## Type...

It seems like there is a missing term for gravity equation while calculating the y-axis position of the parabolic equation. Currently, the code calculates the y-axis position as follows: ```...