UND-Robotic-Mining-Team / Master-Guide

Primary KanBan Board across projects and quickstart guide introducing new devs
MIT License
0 stars 0 forks source link

Get "MotionMagic" Working #9

Open Madwonk opened 5 years ago

Madwonk commented 5 years ago

Evaluate the "Motionmagic" folder, and split it off into its own project. Get it to compile with premake.

It's possible MotionMagic uses an external library, so you may need to search on github to find it.

Madwonk commented 4 years ago

Perhaps Phoenix-API related?

herndez2 commented 4 years ago

@BenMueller from what i gathered overlooking the example folder and then the work in progress folder. This was a work in progress where they followed a particular website to setup controls for the robot using vscode.

https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/1027506-creating-a-robot-program

this is the site i believe they followed to g et the project setup and tweaking it to make it work for our robot. I tried to compile the example robot.c but in the robot.h files im missing frc/TimedRobot.h which might be retrieved on the computer if you setup up the project from scratch?

herndez2 commented 4 years ago

https://github.com/OCHS-STEM-Club/2019HighRise/tree/067d25572cad0c78435315bd6d2937cd336bb83d/build/tmp/expandedArchives/wpilibc-cpp-2019.1.1-headers.zip_bbc5901b0e22ac527e7d642f2ec68009

found all the header files of a similiar project

herndez2 commented 4 years ago

pilib.screenstepslive.com/s/currentCS/m/cpp the step by step process i think