forked from autowarefoundation/autoware_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(autoware_map_msgs): modify pcd metadata msg (autowarefoundat…
…ion#96) Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
- Loading branch information
1 parent
6f4f478
commit 06ceea7
Showing
9 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Metadata of pointcloud map cell | ||
|
||
string cell_id | ||
float32 min_x | ||
float32 min_y | ||
float32 max_x | ||
|
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
..._map_msgs/msg/PointCloudMapCellWithID.msg → ...sgs/msg/PointCloudMapCellWithMetaData.msg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Pointcloud data with ID | ||
# Pointcloud with metadata | ||
|
||
string cell_id | ||
sensor_msgs/PointCloud2 pointcloud | ||
PointCloudMapCellMetaData metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Header | ||
std_msgs/Header header | ||
|
||
PointCloudMapCellMetaDataWithID[] metadata_list | ||
PointCloudMapCellMetaData[] metadata_list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters