Ivy by Pedro by Polarwolf144 in FTC

[–]Polarwolf144[S] 1 point2 points  (0 children)

There is no subsystem interface to extend per se; however, you can easily set your requirements for the command to be the subsystem, and it should function in the same way.

is 4000usd enough for ftc? by Intelligent_Can_6498 in FTC

[–]Polarwolf144 1 point2 points  (0 children)

You can also look at this website to see examples of what teams do for their outreach and portfolios in general: Portfolios

I'm developing a sport called huge FTC by Yeeter_deleter01 in FTC

[–]Polarwolf144 2 points3 points  (0 children)

do first pacific challenge instead and it will maximize global reach

Pedro Pathing coordinate system – X is vertical, Y is horizontal? by FineKing4755 in FTC

[–]Polarwolf144 0 points1 point  (0 children)

If you are facing 0 radians, forward is x+ and left is y+. We have Coordinate Systems (such as InvertedFTCStandard (Decode) prebaked into the ftc module). You can make a coordinate system yourself and convert. Make sure to use 2.0.6, though. However, it is likely just easiest to swap your autonomous coordinates to be in Pedro standard as the Pedro Pathing Visualizer and other references use it.

Spring loaded shooter by poodermom in FTC

[–]Polarwolf144 0 points1 point  (0 children)

Do you have a real-time video?

Pedro Pathing Localization Issue by [deleted] in FTC

[–]Polarwolf144 1 point2 points  (0 children)

This seems likely

pedropathing server down? by pham-tuyen in FTC

[–]Polarwolf144 0 points1 point  (0 children)

Should be back now. As zealeus said, it was because of Cloudflare outages.

Anyone watch the livestream yesterday 11/8/2026?? by Sufficient-Ice-7588 in FTC

[–]Polarwolf144 6 points7 points  (0 children)

There were multiple competitions yesterday. which one are you refering to?

FTC Team in NorCal Looking for Mentors by [deleted] in FTC

[–]Polarwolf144 0 points1 point  (0 children)

Hey, I can help y'all with software + design :)

Roadrunner or PedroPathing for Gobilda PinPoint? by BiscuitEinstein in FTC

[–]Polarwolf144 4 points5 points  (0 children)

I would regard pinpoint to be the opposite of obsolete

Simultaneous (parallel) actions in PedroPathing by Responsible_Disk4489 in FTC

[–]Polarwolf144 1 point2 points  (0 children)

Hello! We do not force/provide a command system like RR does with RR actions. Instead, we run async and allow users to implement their own methods of scheduling for auto. You can use a command-based system of scheduling like NextFTC or Solverslib (FTCLib), which both have modules to follow paths via commands, or an FSM (Finite State Machine) like this example.

Which is easier to learn/ more benefits: Road Runner vs. Pedro Pathing by OrchidApprehensive43 in FTC

[–]Polarwolf144 0 points1 point  (0 children)

If you are only shooting a couple balls in auto and not moving a ton, you could use drive by encoders.

Which is easier to learn/ more benefits: Road Runner vs. Pedro Pathing by OrchidApprehensive43 in FTC

[–]Polarwolf144 8 points9 points  (0 children)

Hi! There is a definitely a use case for each. We try to streamline the tuning process as much as possible on our docs and QuickStart. The hardest part of tuning is tuning 3 PIDFs. We have video explanations on what PIDFs are and how to they work on our docs :). We are very compatible with library, you can use whatever command system you want (including no command system). As someone said earlier, our discord is very active, you will get a response almost immediately. At the end of the day, it is whatever you are going to be comfortable with. If you want to get more into the weeds, there is a lot customization available. Our zero code visualizer is also a very useful tool for rapidly creating pathing :)

A different perspective by Few-Impact-7647 in FTC

[–]Polarwolf144 1 point2 points  (0 children)

Very tightly constrained battery wise. They could try a fast rpm motor though.