Revision: 8884
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8884&view=rev
Author:   hsujohnhsu
Date:     2010-09-07 23:45:52 +0000 (Tue, 07 Sep 2010)

Log Message:
-----------
manually increasing model xml string size, more permanent fix is to switch to 
dynamically allocated buffer.

Modified Paths:
--------------
    code/gazebo/branches/mpi/libgazebo/gz.h

Modified: code/gazebo/branches/mpi/libgazebo/gz.h
===================================================================
--- code/gazebo/branches/mpi/libgazebo/gz.h     2010-09-07 23:43:26 UTC (rev 
8883)
+++ code/gazebo/branches/mpi/libgazebo/gz.h     2010-09-07 23:45:52 UTC (rev 
8884)
@@ -1290,7 +1290,7 @@
   public: GazeboData head;
 
   /// String describing the model to be initiated
-  public: uint8_t newModel[409600];
+  public: uint8_t newModel[4096000];
 
   /// Delete an entity by name
   public: uint8_t deleteEntity[512];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to