~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/other/xacro/gazebo/gazebo.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
just moved all the models out of sr_hand into sr_description, not rewritten yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
 
3
       xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
 
4
       xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface">
 
5
 
 
6
  <gazebo>
 
7
    <controller:sr_gazebo_ros_controller_manager name="sr_gazebo_ros_controller_manager" plugin="libsr_gazebo_ros_controller_manager.so">
 
8
      <alwaysOn>true</alwaysOn>
 
9
      <updateRate>1000.0</updateRate>
 
10
    </controller:sr_gazebo_ros_controller_manager>
 
11
  </gazebo>
 
12
 
 
13
</robot>
 
 
b'\\ No newline at end of file'