#self driving BTR tech

1 messages · Page 1 of 1 (latest)

tepid rampart
#

conga line when?

glass frigate
#

could be useful for missions until real driving is in

tepid rampart
#

gib

glass frigate
#

it's just dot product to figure out if wheels should turn left or right

flint pendant
#

tower defense vibes

kindred vault
#

Is it live? @glass frigate

glass frigate
#

nope, just me being bored, but if I make something out of this I'll publish it

#

it only drives forward and turns (following a polyline), so don't expect any actual driving

#

er obstacle avoidance rather

kindred vault
acoustic widget
#

Nice @glass frigate
I'd like to see the code one day
We kind of prepared controller component to be usable this way, but I'm sure you had some issues which we didn't predict

glass frigate
#

the biggest issue with this so far is different vehicles behave differently, so it'd have to be smart enough to figure out maximum acceptable steering angles and what not without being written to deal with a particular vehicle specifically

#

this is literally just turn wheels until you're heading toward the destination, so no reverse, no avoidance, etc

#

still works better than tesla self driving

flint pendant
#

I like the swimming sounds the btr makes :3

solid pendant
#

Release date?

solid pendant
#

@glass frigate

glass frigate
solid pendant
#

Ok

acoustic widget
#

You using PID for steering?

glass frigate
#

no just a clamped dot product, I'll do better steering after some more important things

#

if I do more work on this I would like to implement some basic avoidance before I do any cool stuff

acoustic widget
#

I have to race you then.

glass frigate
#

what's the prize?

acoustic widget
#

Dunno, being the first I guess

flint pendant
#

if you win I will make you a flamethrower of your choosing for arma refroger or 4

#

can also be a rocket launcher too, that projects a flammable load.

glass frigate
#

as far as I know this is the first "car driving" reforger thing ever posted so I win by default

acoustic widget
#

I see what you did there

#

Mine is the first one to be in the codebase though. AICarSteeringComponent

#

.. and AICarMovementComponent
Which btw we are refactoring to make simpler structure.

glass frigate
#

ah maybe in your build since on main I only see AIBaseSteeringComponent