Kudan Integration
This guide shows you how to integrate the Kudan packages into Seirios RNS.
Last updated
This guide shows you how to integrate the Kudan packages into Seirios RNS.
Last updated
Kudan Inc is a Japan-headquartered company focusing on artificial perception computer software by providing artificial perception solutions, such as localization and mapping software.
Kudan offers commercial-grade localization and mapping software based on SLAM technology (Simultaneous localization and mapping). This technology enables machines and devices to understand where they are, how they are moving, and the structure of their environment.
For more information, please refer to Kudan’s website, or if you want to use a Kudan as your SLAM solution for your 3D lidar, you can contact sales@movel.ai.
First, you have to download the Kudan ROS Packages,
If you haven't installed the Seirios RNS yet, you can download the kudan-movel easy deploy package using this link (only for x86_64 architecture).
But if you already installed the Seirios RNS yet, you can contact sales@movel.ai for the link to download the Kudan Packages.
Then please make sure your seirios-ros image version is at least 2.48.9
or newer.
You can check it by executing this command:
docker ps | grep seirios-ros
And see the version on this line:
If your version is older than 2.48.9
, please contact sales@movel.ai for updating the version.
Copy the kdlidar_ros package into the ~/catkin_ws/movel_ai/
folder
Change the permission of kdlidar_ros, so it can be executed inside the docker
chmod -R +x ~/catkin_ws/movel_ai/kdlidar_ros/
Configure tf/transform parameters in these launch files:
~/movel_ws/kdlidar_ros/install/share/kdlidar_ros/launch/kdlidar_ros_pcl_localise.launch
,
Change the platform_to_lidar0_rot
and platform_to_lidar0_trans
based on your tf from lidar link to base_link.
~/movel_ws/kdlidar_ros/install/share/kdlidar_ros/launch/kdlidar_ros_pcl_mapping.launch
,
Change the platform_to_lidar0_rot
and platform_to_lidar0_trans
based on your tf from lidar link to base_link.
Create the ros_entrypoint.sh
in the ~/catkin_ws/movel_ai/
folder.
Also, change the permission of the ros_entry_point.sh by executing this command:
sudo chmod +x ~/catkin_ws/movel_ai/ros_entrypoint.sh
Edit your docker-compose.yaml
file in the ~/catkin_ws/movel_ai/
folder.
Under the seirios-ros volumes, add the following line:
Add the following variables under the seirios-backend and seirios-frontend environment:
Edit the task_supervisor.yaml
(at ~/catkin_ws/movel_ai/config/task_supervisor/config/task_supervisor.yaml
)
Add kudan_localization_handler
to the plugins section with the following lines and comment if there's any plugin with the same type number. Example:
Add a kudan_localization_handler
section with the following parameters at the end of the file:
Add kudan_slam_handler
to the plugins section with the following lines and comment if there's any plugin with the same type number. Example:
Add a kudan_slam_handler
section with the following parameters at the end of the file:
After you edit the task_supervisor.yaml
, please restart all the docker containers by executing the following commands:
Now you can do the 3D Mapping using Kudan Package by clicking the "Mapping" feature on Seirios RNS UI. If you are facing any issues and have questions, please feel free to ask by reaching us at sales@movel.ai