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>
  • 相关阅读:
    分布式事务之最终一致性BASE理论
    CAP理论
    Comparator中返回0导致数据丢失的大坑
    电脑主板分类
    SimpleDateFormat线程不安全
    Redis面试题
    JS闭包
    ES6将两个数组合并成一个对象数组
    视频色彩空间RGB、YUV、YCbCr
    c#接口作用的深入理解
  • 原文地址:https://www.cnblogs.com/herd/p/11655974.html
Copyright © 2011-2022 走看看