<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ros2 中的 time消息类型]]></title><description><![CDATA[<p dir="auto">在ROS1中默认的消息类型中有time，用于表示时间信息。比如std_msgs/Header里面用于表示时间的就是这个类型。但是如果在ROS2中直接使用这个类型会报错误。因为ROS2的默认类型类型中取消了这个类型。要替换成下面的形式</p>
<p dir="auto">ROS1中表示</p>
<pre><code>time stamp
</code></pre>
<p dir="auto">ROS2中表示</p>
<pre><code>builtin_interfaces/Time stamp
</code></pre>
]]></description><link>http://community.bwbot.org/topic/16551/ros2-中的-time消息类型</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 15:47:52 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/16551.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Feb 2023 02:52:54 GMT</pubDate><ttl>60</ttl></channel></rss>