<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to urg3d_node2_en</title><link>https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/</link><description>Recent changes to urg3d_node2_en</description><atom:link href="https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Jan 2023 01:22:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/feed" rel="self" type="application/rss+xml"/><item><title>urg3d_node2_en modified by wada-f</title><link>https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,9 +1,9 @@
 [Back to top](top_en)
-[English](urg3d_node2_en) | [Japanese](urg3d_node2)
+English | [Japanese](urg3d_node2)

 #How to use 3D-URG on ROS2(urg3d_node2)#

-This is how to install "[urg3d_node2](https://github.com/UrgNetworks/urg3d_node2)",  it provides ROS2 driver node for HOKUYO 3D LiDAR(SOKUIKI Sensor).
+This is how to install "[urg3d_node2](https://github.com/Hokuyo-aut/urg3d_node2)",  it provides ROS2 driver node for HOKUYO 3D LiDAR(SOKUIKI Sensor).

 The interfaces and some of the processes are based on [hokuyo3d package](https://github.com/at-wat/hokuyo3d) , which is often used in ROS1.
 [urg3d_library](https://github.com/UrgNetwork/urg3d_library)  is used for communication with LiDAR.
@@ -23,7 +23,7 @@
 ###1.Obtaining Source Code###
 ~~~
 $ cd &amp;lt;ros2_workspace&amp;gt;/src
-$ git clone --recursive https://github.com/UrgNetworks/urg3d_node2.git
+$ git clone --recursive https://github.com/Hokuyo-aut/urg3d_node2.git
 ~~~

 ###2.Installing Related Packages###
&amp;lt;/ros2_workspace&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wada-f</dc:creator><pubDate>Thu, 12 Jan 2023 01:22:09 -0000</pubDate><guid>https://sourceforge.net9a19921840929213a6d4cf063779eafeead689b9</guid></item><item><title>urg3d_node2_en modified by wada-f</title><link>https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 [Back to top](top_en)
 [English](urg3d_node2_en) | [Japanese](urg3d_node2)

-#How to use 3D-URG on ROS(urg3d_node2)ROS2#
+#How to use 3D-URG on ROS2(urg3d_node2)#

 This is how to install "[urg3d_node2](https://github.com/UrgNetworks/urg3d_node2)",  it provides ROS2 driver node for HOKUYO 3D LiDAR(SOKUIKI Sensor).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wada-f</dc:creator><pubDate>Thu, 12 Jan 2023 01:14:09 -0000</pubDate><guid>https://sourceforge.net8b91804826685d30a939bf91291d253807e6e08a</guid></item><item><title>urg3d_node2_en modified by wada-f</title><link>https://sourceforge.net/p/urgnetwork/wiki/urg3d_node2_en/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="" href="/p/urgnetwork/wiki/top_en/"&gt;Back to top&lt;/a&gt;&lt;br/&gt;
&lt;a class="" href="/p/urgnetwork/wiki/urg3d_node2_en/"&gt;English&lt;/a&gt; | &lt;a class="" href="/p/urgnetwork/wiki/urg3d_node2/"&gt;Japanese&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="how-to-use-3d-urg-on-rosurg3d_node2ros2"&gt;How to use 3D-URG on ROS(urg3d_node2)ROS2&lt;/h1&gt;
&lt;p&gt;This is how to install "&lt;a class="" href="https://github.com/UrgNetworks/urg3d_node2" rel="nofollow"&gt;urg3d_node2&lt;/a&gt;",  it provides ROS2 driver node for HOKUYO 3D LiDAR(SOKUIKI Sensor).&lt;/p&gt;
&lt;p&gt;The interfaces and some of the processes are based on &lt;a class="" href="https://github.com/at-wat/hokuyo3d" rel="nofollow"&gt;hokuyo3d package&lt;/a&gt; , which is often used in ROS1.&lt;br/&gt;
&lt;a class="" href="https://github.com/UrgNetwork/urg3d_library" rel="nofollow"&gt;urg3d_library&lt;/a&gt;  is used for communication with LiDAR.&lt;br/&gt;
&lt;a class="" href="http://design.ros2.org/articles/node_lifecycle.html" rel="nofollow"&gt;Life cycle control&lt;/a&gt; support.&lt;/p&gt;
&lt;h2 id="life-cycle-control"&gt;Life cycle control&lt;/h2&gt;
&lt;p&gt;The operation in each state of the life cycle is as follows&lt;br/&gt;
- Unconfigured&lt;br/&gt;
  startup state&lt;br/&gt;
- Inactive&lt;br/&gt;
  LiDAR connection state（not delivered scanning data and diagnostic information）&lt;br/&gt;
- Active&lt;br/&gt;
  LiDAR data delivery state（delivered scanning data and diagnostic information）&lt;br/&gt;
- Finalized&lt;br/&gt;
  end state&lt;/p&gt;
&lt;h3 id="1obtaining-source-code"&gt;1.Obtaining Source Code&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ &lt;span class="nb"&gt;cd&lt;/span&gt; &amp;lt;ROS2_workspace&amp;gt;/src
$ git clone --recursive https://github.com/UrgNetworks/urg3d_node2.git
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h3 id="2installing-related-packages"&gt;2.Installing Related Packages&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ rosdep update
$ rosdep install -i --from-paths urg3d_node2
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h3 id="3build"&gt;3.Build&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ &lt;span class="nb"&gt;cd&lt;/span&gt; &amp;lt;ROS2_workspace&amp;gt;
$ colcon build --symlink-install
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h3 id="launch"&gt;launch&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Connect LiDAR &lt;br/&gt;
   Connect via Ethernet .  &lt;/li&gt;
&lt;li&gt;Set the connection destination (parameters) &lt;br/&gt;
   Edit &lt;code&gt;config/params.yaml&lt;/code&gt; &lt;/li&gt;
&lt;li&gt;Node startup&lt;br/&gt;
   Execute the following command to automatically transition to the Active state and begin distribution of scan data.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;code&gt;$ ros2 launch urg3d_node2 urg_3dnode2.launch.py&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you do not want to automatically transition to the Active state, execute the following command. (After startup, it will enter the Unconfigured state.)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$ ros2 launch urg3d_node2 urg3d_node2.launch.py auto_start:=false&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wada-f</dc:creator><pubDate>Thu, 12 Jan 2023 01:13:38 -0000</pubDate><guid>https://sourceforge.net1f4359ea645c574ec01002bb3cd13e28fab0edb7</guid></item></channel></rss>