1 Star 0 Fork 0

李梦凡/ORB_SLAM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ExampleGroovyOrNewer.launch 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
<launch>
<node pkg="image_view" type="image_view" name="image_view" respawn="false" output="log">
<remap from="/image" to="/ORB_SLAM/Frame" />
<param name="autosize" value="true"/>
</node>
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find ORB_SLAM)/Data/rviz.rviz" output="log">
</node>
<node pkg="ORB_SLAM" type="ORB_SLAM" name="ORB_SLAM" args="Data/ORBvoc.txt Data/Settings.yaml" cwd="node" output="screen">
</node>
</launch>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vanlemon/ORB_SLAM.git
git@gitee.com:vanlemon/ORB_SLAM.git
vanlemon
ORB_SLAM
ORB_SLAM
master

搜索帮助