buckbaskin / drive_stack

lang:ROS/Python/C++ End to end solution for driving a robot based on position, Twist command output
MIT License
1 stars 2 forks source link

[Leader] - Simple Path generation #9

Closed buckbaskin closed 8 years ago

buckbaskin commented 8 years ago

Do an example path implementation that connects point to point with a straight line and a turn in place operation. Of interest, I'd like to implement the velocity curve portion of the path at this point:

buckbaskin commented 8 years ago

I wrote the initial path generation. The other path generation is likely to be the same kind of thing.

buckbaskin commented 8 years ago

First iteration does not implement the velocity curve stuff