Back to top
English | Japanese
Robot Operating System (ROS) supports the 3D-URG(YVT) sensor by hokuyo3d.
Please refer to http://wiki.ros.org/kinetic/Installation for ROS installation.
The following explains how to install hokuyo3d and display data.
sudo apt-get install ros-${ROS_DISTRO}-hokuyo3d
To start a ROS node, it is first necessary to start the ROS master that manages the entire ROS.
To activate the ROS master, execute the following command
roscore
To start hokuyo3d, open a new terminal and execute the following command
rosrun hokuyo3d hokuyo3d _ip:=192.168.0.10
Start RViz to review the data.
rosrun rviz rviz
Display at run rviz