zoukankan      html  css  js  c++  java
  • j2s7s300 refers to jaco v2 7DOF spherical 3fingers

    <?xml version="1.0"?>
    <!-- j2s7s300 refers to jaco v2 7DOF spherical 3fingers -->
    
    
    <robot xmlns:xi="http://www.w3.org/2001/XInclude"
        xmlns:gazebo="http://playerstage.sourceforge.net/gazebo/xmlschema/#gz"
        xmlns:model="http://playerstage.sourceforge.net/gazebo/xmlschema/#model"
        xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
        xmlns:body="http://playerstage.sourceforge.net/gazebo/xmlschema/#body"
        xmlns:geom="http://playerstage.sourceforge.net/gazebo/xmlschema/#geom"
        xmlns:joint="http://playerstage.sourceforge.net/gazebo/xmlschema/#joint"
        xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
        xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
        xmlns:rendering="http://playerstage.sourceforge.net/gazebo/xmlschema/#rendering"
        xmlns:renderable="http://playerstage.sourceforge.net/gazebo/xmlschema/#renderable"
        xmlns:physics="http://playerstage.sourceforge.net/gazebo/xmlschema/#physics"
        xmlns:xacro="http://www.ros.org/wiki/xacro" name="j2s7s300">
    
    
      <xacro:include filename="$(find kinova_description)/urdf/j2s7s300.xacro"/>
    
      <link name="root"/>
    
      <!-- for gazebo -->
      <link name="world"/>
      
      <joint name="connect_root_and_world" type="fixed">
        <child link="root" />
        <parent link="world" />
        <origin xyz="0 0 0" rpy="0 0 0" />    
      </joint> 
    
      <xacro:property name="robot_root" value="root" />
    
      <xacro:j2s7s300  base_parent="${robot_root}"/>
    
    </robot>
  • 相关阅读:
    [HNOI2013]切糕
    [POI2015]Kinoman
    「NOI2014」动物园
    [ZJOI2006]书架
    [HEOI2015]定价
    bzoj1833 数字计数
    bzoj2565 最长双回文子串
    bzoj4198 荷马史诗
    bzoj1193 马步距离
    bzoj3329 Xorequ
  • 原文地址:https://www.cnblogs.com/herd/p/11655974.html
Copyright © 2011-2022 走看看