1. remap的解释

For example, you are given a node that says it subscribes to the "chatter" topic, but you only have a node that publishes the "hello" topic. They are the same type, and you want to pipe your "hello" topic into the new node which wants "chatter" by simply:

<remap from="chatter" to="hello"/>

https://www.cnblogs.com/LiuQiang921202/p/7679943.html

http://wiki.ros.org/roslaunch/XML/remap

所以cartographer_ros中的remap应该是remap from=“scan” to=“scan”。因为目前hokuyo_node和LMS1XX中发布的都是sensor_msg::LaserScan消息类型。

2.urdf中的link的name要对应到sensor_msg::LaserScan消息的frame_id

目前hokuyo_node和LMS1XX中的消息的frame_id 都是设置为"laser"

3.点云的保存:http://google-cartographer-ros.readthedocs.io/en/latest/assets_writer.html

4.MOOC上仿真的命令

roslaunch robot_sim_demo robot_spawn.launch

rosrun robot_sim_demo robot_keyboard_teleop.py

最新文章

  1. 《连载 | 物联网框架ServerSuperIO教程》- 9. 协议过滤器,解决一包多发、粘包、冗余数据
  2. WPF [调用线程无法访问此对象,因为另一个线程拥有该对象。] 解决方案以及如何实现字体颜色的渐变
  3. css盒子模型 padding
  4. 在centos 6.5 在virtual box 上 安装增强版工具
  5. Android 手机设置CMWAP 接入点
  6. JavaScript中的各种宽高以及位置总结
  7. inner join跟where查询的区别
  8. sql(SqlServer)编程基本语法
  9. &amp;lt;ASP.NET4 从入门到精通&amp;gt;学习笔记1
  10. Bootstrap入门(十一)组件5:输入框组
  11. JavaWeb之JDBC
  12. 栈和队列数据结构的相互实现[LeetCode]
  13. 关于ODP.NET连接数监控及相应的windbg分析提示
  14. 安装kvm模块配置网络
  15. MVC-AOP思想-Filter 三种注册方式
  16. Windows编译OpenCV4Android解决undefined reference to std错误
  17. varnish4 配置文件整理
  18. UVA - 116 Unidirectional TSP 多段图的最短路 dp
  19. This Android SDK requires Android Developer Toolkit version 17.0.0 or above. Current version is 10.0.0.v201102162101-104271. Please update ADT to the latest version.
  20. 如果django里的视图是类(CBV),应该如何写Url的测试用例?

热门文章

  1. HiveQl 基本查询
  2. 动态加载机Servlet容器加载器
  3. Selenium+Python ---- 免登录
  4. Peer-to-Peer (P2P) communication across middleboxes
  5. leetcode目录
  6. [转] 扩展微信小程序框架功能
  7. 【Java】 剑指offer(30) 包含min函数的栈
  8. 20172328 2018-2019《Java软件结构与数据结构》第一周学习总结
  9. 基于335X平台的UBOOT中交换芯片驱动移植
  10. cmd应用基础 扫盲教程