This week it is a solo attempt at moving this robotic leg

What is the catch this time?

Well….I have to figure out how to move this robotic leg through a path I will plan out, but I do not have access to test multiple times on that robotic leg. This is not an unlikely scenario as in engineering development, I might have to design a program for something that is still being built.

Screenshot 2023-03-13 at 10.42.40 PM.png

Let’s Get started

Path Planning

The first thing we need to do is think about the motor part of it so that includes thinking about planning the path.

Why did I choose this path?

I wanted to get an idea of what kind of path a leg might do with our robotic dog, and work on smoothness, so I wanted to do a lifting swing forward.

Screenshot 2023-03-14 at 12.46.23 AM.png

MATLAB

Basically the approach to this code is using the spline tool for curves and the linespace tool for straight lines to plot points in between our chosen points. I would say that is the main gist of it.

MidtermLeg/PathTracing at 6aaa69d5376c0f0e1ede7b8f51acedbfcea1b2df · marcjm/MidtermLeg

Why do it this way??

What are the downsides??

Screenshot 2023-03-14 at 1.08.09 AM.png