Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 517bdf3

Browse files
committed
add README.rst and CHANGELOG.rst (ros-drivers#14)
1 parent a404c6e commit 517bdf3

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

Diff for: CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Change history
2+
==============
3+
4+
0.1.0 (forthcoming)
5+
-------------------
6+
7+
* Groovy and Hydro release.
8+
* Rename **compressed** topic **image_raw/compressed** (`#5`_).
9+
* Add frame_id parameter (fixes `#8`_)
10+
* Add camera_info_manager support (`#10`_). Adds a new dependency on
11+
**camera_info_manager_py**. Add a new **camera_info_url**
12+
parameter.
13+
* Convert to catkin (`#12`_).
14+
15+
0.0.1 (2012-12-05)
16+
------------------
17+
18+
* Fuerte release
19+
* Initial axis_camera package.
20+
21+
.. _`#5`: https://github.com/clearpathrobotics/axis_camera/issues/5
22+
.. _`#8`: https://github.com/clearpathrobotics/axis_camera/issues/8
23+
.. _`#10`: https://github.com/clearpathrobotics/axis_camera/issues/10
24+
.. _`#12`: https://github.com/clearpathrobotics/axis_camera/issues/12

Diff for: README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Overview
2+
========
3+
4+
This ROS_ package provides an Axis camera driver written in Python.
5+
6+
ROS wiki documentation: `axis_camera`_.
7+
8+
.. _ROS: http://ros.org
9+
.. _`axis_camera`: http://ros.org/wiki/axis_camera

0 commit comments

Comments
 (0)