Hello all, I'm both new to the forum, and to C++. The only languages I know (and not extremely well) are CLISP, ICARUS, and MatLab. I'm planning on learning C++, but I was wondering if this problem could be solved without a full-fledged understanding of C++ for the time being.
My current problem lies within access to data from a program that's already been written. This program is for a MAV Quadcopter and utilizes this code that can be found at the link here https://code.google.com/p/arducopter/downloads/list
Arducopter 2.9.1b is the version we're working with as a team.
I'm trying to get the data to be accessed through the terminal, and thus able to utilize in real-time for other programs. I know the Arducopter program provides me with the data necessary as I can access it from programs like ArducopterMissionPlanner10 (Mission Planner 1.2.52 mav 1.0) and call it from test mode and setup modes within the terminal of that application.
Odds are I will get a C++ book here in the next couple of days or seek out an online route, so if you cannot help me initially, but have a good book to suggest or route to learn, I'd be appreciative in the same.
I appreciate any and all help in advance, and I'm looking forward to learning!
Best regards,
B