Release 1.0. (#889)
parent
c4ac76a579
commit
42b2763830
|
@ -1,3 +1,3 @@
|
|||
- git: {local-name: cartographer, uri: 'https://github.com/googlecartographer/cartographer.git'}
|
||||
- git: {local-name: cartographer_ros, uri: 'https://github.com/googlecartographer/cartographer_ros.git'}
|
||||
- git: {local-name: cartographer, uri: 'https://github.com/googlecartographer/cartographer.git', version: '1.0.0'}
|
||||
- git: {local-name: cartographer_ros, uri: 'https://github.com/googlecartographer/cartographer_ros.git', version: '1.0.0'}
|
||||
- git: {local-name: ceres-solver, uri: 'https://ceres-solver.googlesource.com/ceres-solver.git', version: '1.13.0'}
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
Changelog for package cartographer_ros
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
1.0.0 (2018-06-01)
|
||||
----------------------
|
||||
* https://github.com/googlecartographer/cartographer_ros/compare/0.3.0...1.0.0
|
||||
|
||||
0.3.0 (2017-11-23)
|
||||
------------------
|
||||
* https://github.com/googlecartographer/cartographer_ros/compare/0.2.0...0.3.0
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<package format="2">
|
||||
<name>cartographer_ros</name>
|
||||
<version>0.3.0</version>
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
Cartographer is a system that provides real-time simultaneous localization
|
||||
and mapping (SLAM) in 2D and 3D across multiple platforms and sensor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<package format="2">
|
||||
<name>cartographer_ros_msgs</name>
|
||||
<version>0.3.0</version>
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
ROS messages for the cartographer_ros package.
|
||||
</description>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<package format="2">
|
||||
<name>cartographer_rviz</name>
|
||||
<version>0.3.0</version>
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
Cartographer is a system that provides real-time simultaneous localization
|
||||
and mapping (SLAM) in 2D and 3D across multiple platforms and sensor
|
||||
|
|
Loading…
Reference in New Issue