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>
  • 相关阅读:
    textarea内容随高度自适应
    2017年7月19日面试后记
    如何在django中设置用邮箱也可以登录?
    新闻网站项目笔记
    新闻网站项目django+rest framework api+vue.js+reqwest
    关于js的一些基本概念
    新闻网站项目django--个人资料页
    新闻网站项目django--注册页
    新闻网站项目django--登录页
    新网网站项目django--详情页
  • 原文地址:https://www.cnblogs.com/herd/p/11655974.html
Copyright © 2011-2022 走看看