team401 / 2024-Robot-Code

Competition code for our 2024 robot
Other
6 stars 0 forks source link

On-the-fly trajectories and following to field locations #99

Open PChild opened 6 months ago

PChild commented 6 months ago

Purpose The purpose of this addition is to add on-the-fly trajectory generation and following to the robot project. This should allow us to automate most if not all scoring actions when undefended.

Project Scope

PChild commented 6 months ago

I set this as Advanced because I'm not sure we want to prioritize it before Blacksburg, but it would be nice to have :)

redPlover commented 6 months ago

I started some of the boilerplate necessary for this in the auto PR. It "should be fairly easy" to incorporate.

jkleiber commented 6 months ago

Yeah this is firmly in the Advanced category (i.e. we should prioritize all MVP work over this)

jkleiber commented 5 months ago

This likely will be needed for #123

jkleiber commented 5 months ago

Arbitrary OTF will likely not make it in for VAFAL, moving to DCMP

linglejack06 commented 5 months ago

@jkleiber i saw honzik added a OTF path generation command for climb, is it a lot of extra code to just add different poses in there? If not I could code that this weekend to have it ready.

jkleiber commented 5 months ago

@linglejack06 it's totally worth it for us to have additional locations if possible. We'll just need to get our climb stuff in first

jkleiber commented 4 months ago

@aidnem / @linglejack06 FYI, I'd like us to start making progress on this ticket in support of #182. Ideally they could be worked in parallel