WUT Velma robot API
octomap_offline_server.launch
Go to the documentation of this file.
1 <?xml version="1.0"?>
2 <launch>
3  <arg name="octomap_file"/>
4  <node name="om_server" pkg="octomap_server" type="octomap_server_node" output="screen" args="$(arg octomap_file)" >
5  <param name="frame_id" type="string" value="world" />
6  </node>
7 </launch>