anandvgeorge

project.world

Dec 18th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <sdf version="1.4">
  3.   <world name="default">
  4.  
  5.     <!-- Ground Plane -->
  6.     <include>
  7.       <uri>model://ground_plane</uri>
  8.     </include>
  9.  
  10.     <include>  
  11.       <uri>model://sun</uri>
  12.     </include>
  13.  
  14.     <include>
  15.       <uri>model://my_robot</uri>
  16.       <plugin name="Diff" filename="build/libDiff.so">
  17.         <right_joint>my_robot::right_wheel_hinge</right_joint>
  18.         <left_joint>my_robot::left_wheel_hinge</left_joint>
  19.         <torque>5</torque>
  20.       </plugin>
  21.     </include>
  22.   </world>
  23. </sdf>
Add Comment
Please, Sign In to add comment