Skip to content

Commit

Permalink
MCP commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-sangster committed Aug 18, 2010
1 parent f7ec8dd commit 6ae92bd
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 194 deletions.
2 changes: 1 addition & 1 deletion config/drone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<instance name="drone"/>
</javascript>
<drone>
<count value="7"/>
<count value="5"/>
</drone>
</dmz>
4 changes: 3 additions & 1 deletion config/mcp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<plugin name="mcp" reserve="true"/>
</plugin-list>
<dmzLuaModuleBasic>
<instance name="mcp"/>
<instance name="recognizer"/>
</dmzLuaModuleBasic>
<javascript>
<instance name="mcp"/>
</javascript>
<!--
<mcp>
<drone-free-play value="true"/>
Expand Down
4 changes: 2 additions & 2 deletions scripts/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ timeSliceFunction = function (time) {
}
}

//Active = 1;
//timeSlice = dmz.time.setRepeatingTimer (self, timeSliceFunction);
Active = 1;
timeSlice = dmz.time.setRepeatingTimer (self, timeSliceFunction);
dmz.input.channel.observe (self, function (channel, state) {
var hil;

Expand Down
1 change: 1 addition & 0 deletions scripts/drone.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var dmz =
, matrix: require("dmz/types/matrix")
, util: require("dmz/types/util")
, isect: require("dmz/components/isect")
, mask: require("dmz/types/mask")
}

, MCP
Expand Down
Loading

0 comments on commit 6ae92bd

Please sign in to comment.