Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > e4dadac20ffc555d5d604c740510eecd > files > 153

python-rosdep-0.10.33-1.fc19.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>rosdep manual page &mdash; rosdep 0.10.33 documentation</title>
    
    <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '0.10.33',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="top" title="rosdep 0.10.33 documentation" href="../index.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><a href="../contents.html">rosdep 0.10.33 documentation</a> &raquo;</li> 
      </ul>
    </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../contents.html">
              <img class="logo" src="../_static/ros.png" alt="Logo"/>
            </a></p>
  <h3><a href="../contents.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">rosdep manual page</a><ul>
<li><a class="reference internal" href="#synopsis">Synopsis</a></li>
<li><a class="reference internal" href="#description">Description</a></li>
<li><a class="reference internal" href="#commands">Commands</a></li>
<li><a class="reference internal" href="#options">Options</a></li>
<li><a class="reference internal" href="#install-options">Install Options</a></li>
</ul>
</li>
</ul>

  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/man/rosdep.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="rosdep-manual-page">
<h1>rosdep manual page<a class="headerlink" href="#rosdep-manual-page" title="Permalink to this headline">¶</a></h1>
<div class="section" id="synopsis">
<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
<p><strong>rosdep</strong> &lt;<em>command</em>&gt; [<em>options</em>] [<em>args</em>]</p>
</div>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>The <strong>rosdep</strong> command helps you install external dependencies in an
OS-independent manner.  For example, what Debian packages do you need
in order to get the OpenGL headers on Ubuntu? How about OS X? Fedora?
rosdep can answer this question for your platform and install the
necessary package(s).</p>
<p>For more information on rosdep, see <a class="reference external" href="http://ros.org/wiki/rosdep">http://ros.org/wiki/rosdep</a>.</p>
<p>Run &#8220;rosdep -h&#8221; or &#8220;rosdep &lt;command&gt; -h&#8221; to access the built-in tool
documentation.</p>
</div>
<div class="section" id="commands">
<h2>Commands<a class="headerlink" href="#commands" title="Permalink to this headline">¶</a></h2>
<p><strong>check &lt;stacks-and-packages&gt;...</strong></p>
<blockquote>
<div>Check if the dependencies of ROS package(s) have been met.</div></blockquote>
<p><strong>db</strong></p>
<blockquote>
<div>Display the local rosdep database.</div></blockquote>
<p><strong>init</strong></p>
<blockquote>
<div>Initialize /etc/ros/sources.list.d/ configuration.  May require sudo.</div></blockquote>
<p><strong>install &lt;stacks-and-packages&gt;...</strong></p>
<blockquote>
<div>Install dependencies for specified ROS packages.</div></blockquote>
<p><strong>keys &lt;stacks-and-packages&gt;...</strong></p>
<blockquote>
<div>List the rosdep keys that the ROS packages depend on.</div></blockquote>
<p><strong>resolve &lt;rosdeps&gt;...</strong></p>
<blockquote>
<div>Resolve &lt;rosdeps&gt; to system dependencies</div></blockquote>
<p><strong>update</strong></p>
<blockquote>
<div>Update the local rosdep database based on the rosdep sources.</div></blockquote>
<p><strong>what-needs &lt;rosdeps&gt;...</strong></p>
<blockquote>
<div>Print a list of packages that declare a rosdep on (at least
one of) &lt;rosdeps&gt;</div></blockquote>
<p><strong>where-defined &lt;rosdeps&gt;...</strong></p>
<blockquote>
<div>Print a list of YAML files that declare a rosdep on (at least
one of) &lt;rosdeps&gt;</div></blockquote>
</div>
<div class="section" id="options">
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
<p><strong>&#8211;os=OS_NAME:OS_VERSION</strong></p>
<blockquote>
<div>Override OS name and version (colon-separated), e.g. ubuntu:lucid</div></blockquote>
<p><strong>-c SOURCES_CACHE_DIR, &#8211;sources-cache-dir=SOURCES_CACHE_DIR</strong></p>
<blockquote>
<div>Override default sources cache directory (local rosdep database).</div></blockquote>
<p><strong>-a, &#8211;all</strong></p>
<blockquote>
<div>Select all ROS packages.  Only valid for commands that take &lt;stacks-and-packages&gt; as arguments.</div></blockquote>
<p><strong>-h, &#8211;help</strong></p>
<blockquote>
<div>Show usage information</div></blockquote>
<p><strong>-v, &#8211;verbose</strong></p>
<blockquote>
<div>Enable verbose output</div></blockquote>
</div>
<div class="section" id="install-options">
<h2>Install Options<a class="headerlink" href="#install-options" title="Permalink to this headline">¶</a></h2>
<p><strong>&#8211;reinstall</strong></p>
<blockquote>
<div>(re)install all dependencies, even if already installed</div></blockquote>
<p><strong>-y, &#8211;default-yes</strong></p>
<blockquote>
<div>Tell the package manager to default to y or fail when installing</div></blockquote>
<p><strong>-s, &#8211;simulate</strong></p>
<blockquote>
<div>Simulate install</div></blockquote>
<p><strong>-r</strong></p>
<blockquote>
<div>Continue installing despite errors.</div></blockquote>
<p><strong>-R</strong></p>
<blockquote>
<div>Install implicit/recursive dependencies.</div></blockquote>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><a href="../contents.html">rosdep 0.10.33 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2011, Willow Garage.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>