<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to change the Turtlebot Environment Variables in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464028#M4026</link>
    <description>&lt;P&gt;In case anyone wants to try a roomba 500 series or create with the euclid.  You can make a cable with an FTDI232 ($5 on amazon) board an a mini-din connector.  Use the OI documentation from iRobot to match the RX to TX, TX to RX, DTS to "Baud Rate" (CTS), and GND to GND.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Set the following environment variables in your .bashrc:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_SERIAL_PORT=/dev/ttyUSB0&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_3D_SENSOR=euclid&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_BASE=roomba&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_STACKS=circles&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;source .bashrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Copy the roomba.circles.kinect.urdf.xacro to roomba.circles.euclid.urdf.xacro and replace "kinect" with "euclid" in the file.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;sudo cp /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.kinect.urdf.xacro /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.euclid.urdf.xacro&lt;/P&gt;&lt;P&gt;sudo vi /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.euclid.urdf.xacro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;You can now run turtlebot_bringup to test it (watch the TX/RX lights on the FTDI, if they flash rapidly, it's probably working):&lt;/B&gt;&lt;/P&gt;&lt;P&gt;roslaunch turtlebot_bringup minimal.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Try a teleop using a new terminal window:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;roslaunch turtlebot_teleop keyboard_teleop.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Now edit the Turtlebot node in the Euclid Nodes tab of the Euclid web page (10.42.0.1) and add the following parameters:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;Parameter&amp;nbsp;&lt;/B&gt;Valueserialport /dev/ttyUSB03d_sensoreuclidbaseroombastackscircles&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to start the scenarios now, watch the RX/TX lights on the FTDI to see if it's working.  It sometimes takes about a minute to start working.  The scenarios stay red for me, I'm still trying to figure that out.  Hope this helps someone out.  It took me all day to get it working.  TurtlebotCA explores and navigates, TurtlebotDepthFollower seems to only run away from you, and TurtlebotPersonFollower works pretty well.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Nov 2017 05:24:16 GMT</pubDate>
    <dc:creator>MRich8</dc:creator>
    <dc:date>2017-11-05T05:24:16Z</dc:date>
    <item>
      <title>How to change the Turtlebot Environment Variables</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464026#M4024</link>
      <description>&lt;P&gt;I created an interface between the Euclid and a Roomba 530 with an FTDI 232.  The env variables are set for a turtlebot, so the serial, base and stacks needed to be modified to get it working.  I was able to modify my .bashrc and run turtlebot_bringup from the cli.  I did have to add a new roomba.circles.euclid.urdf.xacro file to point to the euclid sensors.  I can teleop and it seems to work; however the web interface (scenarios) won't work.  Where are the global env variables for the turtlebot set?  They are not in /etc/environment.  How do I change them for the web interface?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2017 03:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464026#M4024</guid>
      <dc:creator>MRich8</dc:creator>
      <dc:date>2017-11-05T03:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Turtlebot Environment Variables</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464027#M4025</link>
      <description>&lt;P&gt;Ok, nevermind   I figured it out.  I added the parameters (base, 3d_sensor, serialport, stacks) to the node.  Works great now!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2017 04:33:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464027#M4025</guid>
      <dc:creator>MRich8</dc:creator>
      <dc:date>2017-11-05T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the Turtlebot Environment Variables</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464028#M4026</link>
      <description>&lt;P&gt;In case anyone wants to try a roomba 500 series or create with the euclid.  You can make a cable with an FTDI232 ($5 on amazon) board an a mini-din connector.  Use the OI documentation from iRobot to match the RX to TX, TX to RX, DTS to "Baud Rate" (CTS), and GND to GND.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Set the following environment variables in your .bashrc:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_SERIAL_PORT=/dev/ttyUSB0&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_3D_SENSOR=euclid&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_BASE=roomba&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;echo export TURTLEBOT_STACKS=circles&amp;gt;&amp;gt;~/.bashrc&lt;/P&gt;&lt;P&gt;source .bashrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Copy the roomba.circles.kinect.urdf.xacro to roomba.circles.euclid.urdf.xacro and replace "kinect" with "euclid" in the file.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;sudo cp /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.kinect.urdf.xacro /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.euclid.urdf.xacro&lt;/P&gt;&lt;P&gt;sudo vi /opt/ros/kinetic/share/turtlebot_description/robots/roomba.circles.euclid.urdf.xacro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;You can now run turtlebot_bringup to test it (watch the TX/RX lights on the FTDI, if they flash rapidly, it's probably working):&lt;/B&gt;&lt;/P&gt;&lt;P&gt;roslaunch turtlebot_bringup minimal.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Try a teleop using a new terminal window:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;roslaunch turtlebot_teleop keyboard_teleop.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Now edit the Turtlebot node in the Euclid Nodes tab of the Euclid web page (10.42.0.1) and add the following parameters:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;Parameter&amp;nbsp;&lt;/B&gt;Valueserialport /dev/ttyUSB03d_sensoreuclidbaseroombastackscircles&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to start the scenarios now, watch the RX/TX lights on the FTDI to see if it's working.  It sometimes takes about a minute to start working.  The scenarios stay red for me, I'm still trying to figure that out.  Hope this helps someone out.  It took me all day to get it working.  TurtlebotCA explores and navigates, TurtlebotDepthFollower seems to only run away from you, and TurtlebotPersonFollower works pretty well.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2017 05:24:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-change-the-Turtlebot-Environment-Variables/m-p/464028#M4026</guid>
      <dc:creator>MRich8</dc:creator>
      <dc:date>2017-11-05T05:24:16Z</dc:date>
    </item>
  </channel>
</rss>

