<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Project Installation </title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%2520Installation%2520/</link><description>Recent changes to Project Installation </description><atom:link href="https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%20Installation%20/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 23 Jul 2015 23:04:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%20Installation%20/feed" rel="self" type="application/rss+xml"/><item><title>Project Installation  modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%2520Installation%2520/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,10 +8,10 @@
        $ git clone ssh://&amp;lt;your-user&amp;gt;@git.code.sf.net/p/servocontrolvisualderobots/code servocontrolvisualderobots-code
 ~~~~~

-2. Add the following lines in *~/.bashrc*:
+2. Add the model database of the project in your *~/.bashrc*:

 ~~~~~
-       $ export GAZEBO_MODEL_PATH=&amp;lt;catkin_workspace_dir&amp;gt;/src/servocontrolvisualderobots-code/src/model
+       $ echo "export GAZEBO_MODEL_PATH=&amp;lt;catkin_workspace_dir&amp;gt;/src/servocontrolvisualderobots-code/src/model" &amp;gt;&amp;gt; ~/.bashrc
 ~~~~~

 3. Compile all packages:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Thu, 23 Jul 2015 23:04:06 -0000</pubDate><guid>https://sourceforge.net0f605c1939ca89935f6cdb13b52b1b02dc5b09cb</guid></item><item><title>Project Installation  modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%2520Installation%2520/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -26,9 +26,3 @@
 ~~~~~
        $ source ~/.bashrc
 ~~~~~
-
-5. Launch the world:
-
-~~~~~
-       $ roslaunch cgripper_gazebo &amp;lt;world&amp;gt;
-~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Sat, 11 Jul 2015 08:26:46 -0000</pubDate><guid>https://sourceforge.netfd464ddcaa974e0273164a35b261af8678c1ad14</guid></item><item><title>Project Installation  modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Project%2520Installation%2520/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Sat, 11 Jul 2015 08:26:18 -0000</pubDate><guid>https://sourceforge.netb1fd7253dcdacf9f8fb7c48e76ac37fbdcdf4bb6</guid></item><item><title>Model: Installation modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Model%253A%2520Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -30,5 +30,5 @@
 5. Launch the world:

 ~~~~~
-       $ roslaunch cgripper_gazebo cgripper.launch
+       $ roslaunch cgripper_gazebo &amp;lt;world&amp;gt;
 ~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Thu, 09 Jul 2015 22:38:10 -0000</pubDate><guid>https://sourceforge.net3988d54acaa533e43524f2e3889f4ec5506e5a76</guid></item><item><title>Model: Installation modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Model%253A%2520Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,6 @@
 INSTALLATION OF THE MODEL PACKAGES
 ==================================
-
+0. Be sure you installed the tools needed: &amp;lt;https: sourceforge.net="" p="" servocontrolvisualderobots="" wiki="" ROS%20and%20Gazebo%3A%20Installation=""/&amp;gt;
 1. Change to the *&amp;lt;catkin_workspace_dir&amp;gt;/src/* and clone the repository:

 ~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Mon, 18 May 2015 14:58:39 -0000</pubDate><guid>https://sourceforge.netc21ad5ae273f65ec37589dc3f8ecaab988c02bc5</guid></item><item><title>Model: Installation modified by Diego Centelles Beltran</title><link>https://sourceforge.net/p/servocontrolvisualderobots/wiki/Model%253A%2520Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="installation-of-the-model-packages"&gt;INSTALLATION OF THE MODEL PACKAGES&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Change to the &lt;em&gt;&amp;lt;catkin_workspace_dir&amp;gt;/src/&lt;/em&gt; and clone the repository: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   $ cd &amp;lt;catkin_workspace_dir&amp;gt;/src/
   $ git clone ssh://&amp;lt;your-user&amp;gt;@git.code.sf.net/p/servocontrolvisualderobots/code servocontrolvisualderobots-code
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the following lines in &lt;em&gt;~/.bashrc&lt;/em&gt;:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   $ export GAZEBO_MODEL_PATH=&amp;lt;catkin_workspace_dir&amp;gt;/src/servocontrolvisualderobots-code/src/model
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Compile all packages:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   $ cd &amp;lt;catkin_workspace_dir&amp;gt;
   $ catkin_make
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Execute:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   $ source ~/.bashrc
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Launch the world:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;   $ roslaunch cgripper_gazebo cgripper.launch
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Centelles Beltran</dc:creator><pubDate>Mon, 18 May 2015 13:39:09 -0000</pubDate><guid>https://sourceforge.net7f3a49e3ab5967cada42679be31135edab313721</guid></item></channel></rss>