You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12-4
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,19 @@ Changelog for package ifm3d-ros
5
5
1.0
6
6
===
7
7
8
+
1.0.1
9
+
-----
10
+
11
+
* Removed dependency to OpenCV and PCL.
12
+
* The RGB jpeg image is published in a compressed format.
13
+
* Removed the god_bad pixel publisher and the XYZ publisher (use `cloud`` instead).
14
+
* The `/cloud` topic is published as `sensor_msgs::PointCloud2` instead of `pcl::PointCloud<ifm3d::PointT>`
15
+
8
16
1.0.0
9
17
------
10
18
11
-
Braking changes:
12
-
+ Restructure the ifm3d-ros package into independent subpackages. Please check your path declarations again, especially for the launch files and messages and services.
19
+
Breaking changes:
20
+
* Restructure the ifm3d-ros package into independent subpackages. Please check your path declarations again, especially for the launch files and messages and services.
13
21
14
22
Changes between ifm3d_ros 0.6.x and 1.0.0:
15
23
+ Order of axis changed in 3D (cloud topic and extrinsic calibration parameters): This wrapper keeps the axis orientation as defined by the underlying API, ifm3d. Therefore, you may see a different axis order for the cloud message compared to older versions of the ifm3d and ifm cameras.
@@ -23,10 +31,10 @@ Changes between ifm3d_ros 0.6.x and 1.0.0:
23
31
+ Changed service dump: coverts from json to str for displaying the message
24
32
25
33
added:
26
-
+ Added pcic_port to the list of framegrabber arguments
34
+
* Added pcic_port to the list of framegrabber arguments
27
35
28
36
known limitations:
29
-
+ This version of the ifm3d-ros package only works with the O3R camera platform.
37
+
* This version of the ifm3d-ros package only works with the O3R camera platform.
Copy file name to clipboardExpand all lines: ifm3d_ros_driver/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,9 @@ For further information about the internal ROS nodelet infrastructure and how to
37
37
| cloud | sensor_msgs/PointCloud2 | The point cloud data, i.e. X-, Y-, Z-coordinates. |
38
38
| distance | sensor_msgs/Image | The radial distance image. |
39
39
| raw_amplitude | sensor_msgs/Image | The raw (non normalized) amplitude image. |
40
-
| good_bad_pixels | sensor_msgs/Image | The binary image representation of the confidence image. |
41
-
| xyz_imaege | sensor_msgs/Image | A 3-channel image encoding of the point cloud. Each of the three image channels represents a spatial data plane encoding the x, y, z Cartesian values respectively. |
42
40
| unit_vectors | sensor_msgs/Image | The rotated unit vectors. |
43
41
| extrinsics | ifm3d/Extrinsics | The extrinsic calibration of the camera with respect to the camera optical frame. This 3D pose is encoded in mm and rad. |
44
-
42
+
| rgb_image/compressed | sensor_msgs::CompressedImage | The RGB image in compressed format. |
45
43
>Note: Some topics may have empty data fields. We are working on publishing data on all available topics, but have kept all previous topics active for the moment for legacy reasons.
0 commit comments