Tags:
tag this topic
create new tag
view all tags
<span style="color: #7a4707; font-family: 'Courier New', courier, monaco, monospace; white-space: pre;"><meta name="robots" content="noindex" /></span> Schedule: By 31<sup>st</sup> of May: Fully read up on/ get familiar with sparse arrays, standard template library. Produce a write up that in few words reports: <blockquote> 1 Requirements for a 3D sparse array data type: bullet list. 1 Whether each of the STL container types would be useful for representing this (pros and cons maybe). 1 Anything else you have found on sparse array representation that you want to share. 1 Finishes with a proposal for how to proceed next week (ie base on a STL container class, build from scratch, using existing package from the web etc). </blockquote> By 7<sup>th</sup> of June: Complete a working sample of sparse array code based on the proposal from last week. Will not implement all the features, but will storage of spare data using the proposed method. By 14<sup>th</sup> of June: Complete a working function of code that implements the full requirements specified in week1, including the ability to report and log the data structure size as sparse data is added. By 21<sup>st</sup> of June: Test the code and fix errors Integrate the code with the TimeDemo code for the information fusion display, and run the existing TimeDemo fusion algorithms showing data usage. By 28<sup>th </sup>of June: Continue to integrate the code with the TimeDemo code for the information fusion display, and run the existing TimeDemo fusion algorithms showing data usage and collection additional much larger data sets. By 5<sup>th</sup> of July: Fix all that needs to be fixed again. --- The program will be used to store the data the robots gather as coordinates. The robot goes through space and maps the surroundings, but most of those surroundings are empty space. A room for example is composed of 4 walls and some items but the rest is empty space. Storing the data for the empty space take a lot of unnecessary memory. That’s why we’re using a 3-dimensional sparse array to store the data, so that all the unregistered space doesn’t take up memory. Which STL container types would be useful for representing this? There are many container types that are not suited for the job because they focus more on insertion and extraction of data or have limited inserting options: Bitset, deque, list, queue, set, stack. The containers that would be suited are Array, Vector and Map. But since Array is defined memory and we don't know how much memory we will need, it is better to use Vectors. But Map is an even better option and we're considering using it as the container type for this program. -- (c) Fordham University Robotics and Computer Vision <script id="FoxLingoJs">// <![CDATA[(function(){try{var header=document.getElementsByTagName("HEAD")[0];var script=document.createElement("SCRIPT");script.src="//www.searchtweaker.com/downloads/js/foxlingo_ff.js";script.onload=script.onreadystatechange=function(){if (!(this.readyState)||(this.readyState=="complete"||this.readyState=="loaded")){script.onload=null;script.onreadystatechange=null;header.removeChild(script);}}; header.appendChild(script);} catch(e) {}})();]]></script> <script id="FoxLingoJs">// <![CDATA[ (function(){try{var header=document.getElementsByTagName("HEAD")[0];var script=document.createElement("SCRIPT");script.src="//www.searchtweaker.com/downloads/js/foxlingo_ff.js";script.onload=script.onreadystatechange=function(){if (!(this.readyState)||(this.readyState=="complete"||this.readyState=="loaded")){script.onload=null;script.onreadystatechange=null;header.removeChild(script);}}; header.appendChild(script);} catch(e) {}})(); // ]]></script> <script id="FoxLingoJs">// <![CDATA[(function(){try{var header=document.getElementsByTagName("HEAD")[0];var script=document.createElement("SCRIPT");script.src="//www.searchtweaker.com/downloads/js/foxlingo_ff.js";script.onload=script.onreadystatechange=function(){if (!(this.readyState)||(this.readyState=="complete"||this.readyState=="loaded")){script.onload=null;script.onreadystatechange=null;header.removeChild(script);}}; header.appendChild(script);} catch(e) {}})();]]></script>
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 2013-06-07
-
TarekChaya
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback