|
From: <hsu...@us...> - 2009-09-04 20:54:51
|
Revision: 23870
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23870&view=rev
Author: hsujohnhsu
Date: 2009-09-04 20:54:44 +0000 (Fri, 04 Sep 2009)
Log Message:
-----------
remove debug comment
Modified Paths:
--------------
pkg/trunk/stacks/simulator_gazebo/gazebo/gazebo_new_patch.diff
Modified: pkg/trunk/stacks/simulator_gazebo/gazebo/gazebo_new_patch.diff
===================================================================
--- pkg/trunk/stacks/simulator_gazebo/gazebo/gazebo_new_patch.diff 2009-09-04 20:42:44 UTC (rev 23869)
+++ pkg/trunk/stacks/simulator_gazebo/gazebo/gazebo_new_patch.diff 2009-09-04 20:54:44 UTC (rev 23870)
@@ -192,7 +192,7 @@
}
}
}
-@@ -614,6 +624,17 @@
+@@ -614,6 +624,16 @@
this->directionVec.z -= this->moveAmount;
break;
@@ -204,13 +204,12 @@
+ case XK_Alt_L:
+ case XK_Alt_R:
+ this->altKeyPressed = true;
-+ std::cout << "pressing alt" << std::endl;
+ break;
+
default:
break;
}
-@@ -641,7 +662,20 @@
+@@ -641,7 +661,20 @@
case ']':
CameraManager::Instance()->DecActiveCamera();
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|