@davidliuxyz@devonkcopeland Yeah definitely need more of this energy in my life. Not local unfortunately but very eager to solve real world problems instead of making kids games
Getting better at quaternions. Quadcopter simulation that autonomously orients itself, cancels out any linear velocity, and hovers at a target altitude.
MQ-9 Reaper simulator. Missile PIDs still need some tuning but its all working pretty well. All this is simulated using Roblox's new aerodynamics + all controlled using servos for the fins, ailerons, elevators, and rudder
Roblox is kindof op for developing gnc. Control system for orbiting around a given point with set altitude and radius. PID controllers adjust the control surfaces. Automatically figures out ideal bank angle and heading for the orbit. #Roblox#RobloxDev
@TheBrianMcManus Museum is nice but would be great to have more makerspaces. Very few here and the one's that are are very basic and aims towards kids. Would be great to have something like a library but instead of books its tools, workspace and the ability to buy parts + materials right there.
Took 3 hours to develop the fundamentals for that Grow a Garden game. Anyone game designers/producers want to help develop this? Also open to selling it!
#Roblox#RobloxDev
@grilme99 Imo yes. I think a common 'BaseObject' class that everything inherits from + the ability to make other classes inherit from it is ideal for high level programming. Makes things very quick and straightforward and no restrictions like cyclic dependencies