Drama, Film, and Mass Communication homework help

Drama, Film, and Mass Communication homework help. This is an assignment that focuses on investigation on the going of a C++ SFML program. The assignment also provides hints that are helpful.,Investigation on the going of a C++ SFML program,Your own choice of language:,You’ve got two options:,1.      Firstly, use the solution extracted from the zip file and run as normal in Visual Studio,., 2.      Then, use the executable (make sure the AriaDebugVC14.dll is in the same folder). However, you may get an warning about the program trying to access the network – allow this – the program hasn’t got any certificates etc, show windows will throw a warning.,For both, make sure MobileSim is open and a map is loaded first.,Whats going on with this program?,The program is barebones, it contains a small webserver library (Crow), a JSON library (rapidjson). Also, Boost (a set of C++ libraries similar to the STL, that makes this solution 8gb+). If you look at the main.cpp, you’ll see Aria is set up as standard, a server is created, and  a request to ‘http://127.0.0.1:18080/’ will serve a JSON string as the response body currently containing:,The absolute position of the robot in the map (don’t use this unless you really have to), The relative position of the robot (robot odometry), The ,odometry data,, from week 4, All readings from the 16 sonar sensors,This might be all the data that you’ll require., You can extend this program, if you need any more data from Aria. Take a look at the rapidjson section, it should all look self-explanatory., C++ SFML,I’ve uploaded the ’64 bit SFML and Aria’, which will contain the general structure to create a real time GUI., Take a look online and the documentation of SFML to understand how to create objects. Also, update the movement based on what the robot is doing., You may be able to extend SFML into a separate class (like the robot actions) but creating the GUI in the main.cpp, and getting the data from ‘robot’ instead of ‘myRobot’ is still fine.,Some hints:,·        Like most programming tasks, break the problem down into small chunks and think of how you would solve it initially, take a look at StackOverflow or any documentation. For example, if you know you need to get data from the webpage, you can use a module called ‘urllib3’ then parse the response body (the data) using ‘json’ module to get the data into a array., ·        Additionally, think about how things would work procedurally, i.e get the data, parse the data, do scattergram, do line segments, do occupancy grid, update plots/graphics.,·        If you get the single plot/image working first, you can easily extend it to real time. For those using Python I suggest you look at the matplotlib animation module that may help you., ·        You could also use the odometry data instead of the robots position, or compare the two to show the ‘uncertainties’ (if there are any) in the readings., ·        NOTE: you may NOT use any module/library that creates the occupancy grid, or the creates the line segments functionality for you. I know the modules that will help you do this and will be looking through your code.,Attachments,Click Here To Download,

Drama, Film, and Mass Communication homework help

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now