Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
octomapTransform.launch 953 Bytes
Copy Edit Raw Blame History
''' authored 2021-04-26 15:51 . add note
<launch>
<node pkg="octomap_server" type="octomap_server_node" name="octomap_server">
<!-- resolution in meters per pixel -->
<param name="resolution" value="0.1" />
<!-- name of the fixed frame, needs to be "/map" for SLAM -->
<param name="frame_id" type="string" value="world" />
<!-- max range / depth resolution of the kinect in meter -->
<param name="sensor_model/max_range" value="50.0" />
<param name="latch" value="true" />
<!-- max/min height for occupancy map, should be in meters -->
<param name="pointcloud_max_z" value="1000" />
<param name="pointcloud_min_z" value="0" />
<!-- topic from where pointcloud2 messages are subscribed -->
<remap from="cloud_in" to="//orbslam2_pointcloud/PointCloudOutput" />
</node>
<!-- RViz -->
<node pkg="rviz" type="rviz" name="rviz" respawn="false" output="screen" args="-d $(find orbslam2_pointcloud)/OctomapRealtimeShow.rviz" />
</launch>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化