0

I am doing school project using EV3 LEGO robot programmed in C# and connected with Visual Studio by MonoBrick library. I would like to make a map of robot movement (like on the picture 1)(1) using some .NET solutions. I wrote program which shows how long should the line be and which turn was taken. Is there any possibility to generate map like this automatically?

Dawid Stefaniak
  • 347
  • 2
  • 12
  • Depends on your movement data structure (distance, turn) and how easily it will map into one of the common vector graphics markup dialects. – Filburt Apr 21 '17 at 14:16
  • Well that's wonderful, I just put an example together using Graphics for you, and it's closed. – Aaron Apr 21 '17 at 14:19
  • @Aaron Closing as duplicate is obviously wrong here - if any reason, it would bordering "too broad" or "asking for tool". – Filburt Apr 21 '17 at 14:30

0 Answers0