Replies: 1 comment 2 replies
-
The time taken to follow paths will vary depending on external disturbances, voltages, and other factors. That variation can make it difficult to structure an autonomous as a series of fixed steps that always execute.
You will need to come up with your own termination criteria probably based on position/velocity error.
Trajectory functions like
Yes, actions work with path following. One could write a path following action that composes like normal with other actions. There is no path action builder to match
It would help if you could identify specific points of confusion (like the questions above). |
Beta Was this translation helpful? Give feedback.
-
Hey @rbrott,
Recently, my FTC team has begun using roadrunner 1.0 on our robot, and we have very quickly seen enormous benefits. However, we were wondering if there was a way to push the robot to its limits more, while still keeping the useful features of roadrunner. We discovered Path Following on your website, and it does seem like a good solution, as it keeps the benefits of roadrunner while adding some of those from pure pursuit. Before implementing it, we do have some questions though:
After that, we were wondering about the actual implementation of Path Following. After looking through the webpage on it many times, we still are a bit confused!
Beta Was this translation helpful? Give feedback.
All reactions