-
Notifications
You must be signed in to change notification settings - Fork 52
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
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
- Loading branch information
1 parent
f3ee114
commit 61fc0c0
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