<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to hokuyo_navigation2</title><link>https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/</link><description>Recent changes to hokuyo_navigation2</description><atom:link href="https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Mar 2026 01:08:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/feed" rel="self" type="application/rss+xml"/><item><title>hokuyo_navigation2 modified by Takahashi Shotaro</title><link>https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,23 +2,28 @@
 

 # Using for Navigation System 
+
 Introducing hokuyo_navigation2, an autonomous navigation package leveraging the high-precision self-localization of the RSF sensor.
 hokuyo_navigation2 is a suite of ROS 2-based navigation packages specifically designed for Hokuyo’s RSF sensor, supporting both indoor and outdoor environments. It integrates 3D-SLAM, self-localization, and the ROS 2 Navigation Stack (Nav2) to provide a high-precision, all-in-one autonomous mobility solution.
 Furthermore, its intuitive web-based GUI allows users to easily manage the entire workflow—from mapping to navigation—directly from a web browser.
 Note: Users are required to adjust and implement path planning and velocity command topics (cmd_vel) according to their specific drivetrain/mobile base.
+
 | | |
 | :---: | :---: |
 | [[img src=expo_navigation.png height=250 alt=expo]] | [[img src=hokuyo_nav2_at_nakanoshima.png height=250 alt=nakanoshima]] |


 ## Overview
+
 This package consists of three main components: data acquisition, 3D-SLAM, and navigation. 
 By leveraging the high-precision self-localization output from the RSF sensor, it can generate 3D point cloud maps, 2D occupancy grid maps, and 2D waypoints. Utilizing this data, the system enables stable autonomous navigation in both indoor and outdoor environments.

 ## Getting Data
+
 Use the browser-based GUI tool to record a rosbag.

 ## 3D-SLAM
+
 A high-precision point cloud map is generated using graph-based SLAM, integrating LiDAR Inertial Odometry and RTK-GNSS.
 (Point cloud map of "Hikari no Hiroba" at Expo 2025 Osaka, Kansai, Japan)

@@ -27,6 +32,7 @@
 | [[img src=expo2025_2.png width=700 alt=feature]] |

 ## Navigation
+
 Autonomous navigation is performed using 2D waypoints, 3D point cloud maps, and 2D occupancy grid maps. Users can switch between two self-localization methods depending on their environment: mapless localization using RTK-GNSS and LIO, or map-based localization using 3D point cloud maps.
 (Autonomous navigation at the Nakanoshima Challenge 2025, Osaka Central Public Hall)

@@ -35,6 +41,7 @@
 | [[img src=hokuyo_navigation2.png width=700 alt=nav]] |

 ## Core Packages for Autonomous Navigation
+
 This package depends on the following ROS 2 packages:

 **Note: This package uses the `icart_mini_driver_ros2` motor driver. If you wish to use a different motor driver, please edit the `launch_motor_driver` function within `nav_common.sh`, located in the Navigation Execution Scripts section.**
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Takahashi Shotaro</dc:creator><pubDate>Tue, 24 Mar 2026 01:08:37 -0000</pubDate><guid>https://sourceforge.net6f3ab5099d28c84236eeaf5a2abebab3006b2419</guid></item><item><title>hokuyo_navigation2 modified by Takahashi Shotaro</title><link>https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -32,7 +32,7 @@

 | |
 | :---: |
-| [[img src=hokuyo_navigation2 (1).png width=700 alt=nav]] |
+| [[img src=hokuyo_navigation2.png width=700 alt=nav]] |

 ## Core Packages for Autonomous Navigation
 This package depends on the following ROS 2 packages:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Takahashi Shotaro</dc:creator><pubDate>Tue, 24 Mar 2026 01:07:18 -0000</pubDate><guid>https://sourceforge.net3e63de9f2129a39e401164a53f25121791a8982a</guid></item><item><title>hokuyo_navigation2 modified by Takahashi Shotaro</title><link>https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -0,0 +1,71 @@
+[トップへ戻る](top_jp)
+
+
+# Using for Navigation System 
+Introducing hokuyo_navigation2, an autonomous navigation package leveraging the high-precision self-localization of the RSF sensor.
+hokuyo_navigation2 is a suite of ROS 2-based navigation packages specifically designed for Hokuyo’s RSF sensor, supporting both indoor and outdoor environments. It integrates 3D-SLAM, self-localization, and the ROS 2 Navigation Stack (Nav2) to provide a high-precision, all-in-one autonomous mobility solution.
+Furthermore, its intuitive web-based GUI allows users to easily manage the entire workflow—from mapping to navigation—directly from a web browser.
+Note: Users are required to adjust and implement path planning and velocity command topics (cmd_vel) according to their specific drivetrain/mobile base.
+| | |
+| :---: | :---: |
+| [[img src=expo_navigation.png height=250 alt=expo]] | [[img src=hokuyo_nav2_at_nakanoshima.png height=250 alt=nakanoshima]] |
+
+
+## Overview
+This package consists of three main components: data acquisition, 3D-SLAM, and navigation. 
+By leveraging the high-precision self-localization output from the RSF sensor, it can generate 3D point cloud maps, 2D occupancy grid maps, and 2D waypoints. Utilizing this data, the system enables stable autonomous navigation in both indoor and outdoor environments.
+
+## Getting Data
+Use the browser-based GUI tool to record a rosbag.
+
+## 3D-SLAM
+A high-precision point cloud map is generated using graph-based SLAM, integrating LiDAR Inertial Odometry and RTK-GNSS.
+(Point cloud map of "Hikari no Hiroba" at Expo 2025 Osaka, Kansai, Japan)
+
+| |
+| :---: |
+| [[img src=expo2025_2.png width=700 alt=feature]] |
+
+## Navigation
+Autonomous navigation is performed using 2D waypoints, 3D point cloud maps, and 2D occupancy grid maps. Users can switch between two self-localization methods depending on their environment: mapless localization using RTK-GNSS and LIO, or map-based localization using 3D point cloud maps.
+(Autonomous navigation at the Nakanoshima Challenge 2025, Osaka Central Public Hall)
+
+| |
+| :---: |
+| [[img src=hokuyo_navigation2 (1).png width=700 alt=nav]] |
+
+## Core Packages for Autonomous Navigation
+This package depends on the following ROS 2 packages:
+
+**Note: This package uses the `icart_mini_driver_ros2` motor driver. If you wish to use a different motor driver, please edit the `launch_motor_driver` function within `nav_common.sh`, located in the Navigation Execution Scripts section.**
+
+**The following components must be installed as a prerequisite. Please refer to the instructions in [hokuyo_navigation2](https://github.com/Hokuyo-aut/hokuyo_navigation2.git) for a streamlined method to clone and build all of them at once. **
+
+- [**hokuyo_navigation2**](https://github.com/hokuyo-rd-release/hokuyo_navigation2.git)

+    - This is the core autonomous navigation package based on Nav2. It contains execution scripts for starting autonomous navigation, as well as scripts for running `hokuyo_slam` and `hokuyo_navigation_gui`
+
+- [**hokuyo_navigation2_gui**](https://github.com/hokuyo-rd-release/hokuyo_navigation2_gui.git)
+    - A browser-based GUI implemented using Flask.
+
+- [**hokuyo_rsf**](https://github.com/Hokuyo-aut/hokuyo_rsf.git)
+    - This is the ROS 2 package for the Hokuyo RSF sensor. It provides localization outputs (Odometry, fix) through the mutual conversion and integration of GNSS and LiDAR Inertial Odometry (LIO).
+- [**vizanti**](https://github.com/hokuyo-rd-release/vizanti.git)
+    - A tool for visualizing ROS topics directly on a web browser.
+    - It is used as the backend for the Map Viewer feature in `hokuyo_navigation2_gui.`
+- [**rosbridge_suite**](https://github.com/hokuyo-rd-release/rosbridge_suite.git)
+    - It is a dependency for `vizanti`, a package that enables ROS topic communication over the web using WebSockets.
+- [**jsk_visualization**](https://github.com/hokuyo-rd-release/jsk_visualization.git)
+    - Custom RViz2 plugins for enhanced data visualization.
+- [**hokuyo_slam_ros2**](https://github.com/hokuyo-rd-release/hokuyo_slam_ros2.git)
+    - Provides the `p2o` algorithm for 3D-SLAM operations.
+    - Utilized to generate high-fidelity 3D point cloud maps.
+- [**simple_fastlio_localization**](https://github.com/hokuyo-rd-release/simple_fastlio_localization.git)
+    - An LIO-based self-localization package.
+    - Estimates the robot's current pose within a pre-generated 3D map.
+- [**fix2xyz_packages_ros2**](https://github.com/hokuyo-rd-release/fix2xyz_packages_ros2.git)
+    - Facilitates the transformation of GNSS messages `sensor_msgs/NavSatFix` into local Cartesian coordinates (XYZ).
+    - Essential for performing autonomous navigation and mapping using GNSS data.
+- [**lio_nav2_bringup**](https://github.com/hokuyo-rd-release/lio_nav2_bringup.git)
+    - A package providing launch files for the seamless integration and startup of LIO and Nav2.
+- [**waypoint_manager**](https://github.com/hokuyo-rd-release/waypoint_manager.git)
+    - A dispatcher node responsible for sending navigation waypoints to the Nav2 stack
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Takahashi Shotaro</dc:creator><pubDate>Tue, 24 Mar 2026 01:06:05 -0000</pubDate><guid>https://sourceforge.net924c4d40de29f9a32af96bf8857d42ba18d2e24a</guid></item><item><title>hokuyo_navigation2 modified by Takahashi Shotaro</title><link>https://sourceforge.net/p/urgnetwork/wiki/hokuyo_navigation2/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Takahashi Shotaro</dc:creator><pubDate>Mon, 23 Mar 2026 00:29:50 -0000</pubDate><guid>https://sourceforge.net9fa26739262167e922ec9e9b6b8295e6f9f2fd2b</guid></item></channel></rss>