forked from autowarefoundation/autoware.universe
-
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(bytetrack): fix namespace and directory structure (autowaref…
…oundation#8125) * chore: fix namespace Signed-off-by: yoshiri <[email protected]> * chore: change include name Signed-off-by: yoshiri <[email protected]> * refactor: rename perception/bytetrack to perception/autoware_bytetrack Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix node exe Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: yoshiri <[email protected]> Signed-off-by: Taekjin LEE <[email protected]> Co-authored-by: Taekjin LEE <[email protected]>
- Loading branch information
1 parent
d4ce122
commit 4ef61d7
Showing
22 changed files
with
48 additions
and
49 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
|
@@ -116,7 +116,7 @@ perception/autoware_radar_fusion_to_detected_object/** [email protected] s | |
perception/autoware_radar_object_clustering/** [email protected] [email protected] [email protected] [email protected] | ||
perception/autoware_radar_object_tracker/** [email protected] [email protected] [email protected] | ||
perception/autoware_tracking_object_merger/** [email protected] [email protected] [email protected] | ||
perception/bytetrack/** [email protected] [email protected] | ||
perception/autoware_bytetrack/** [email protected] [email protected] | ||
perception/autoware_cluster_merger/** [email protected] [email protected] [email protected] | ||
perception/autoware_compare_map_segmentation/** [email protected] [email protected] [email protected] | ||
perception/autoware_detected_object_feature_remover/** [email protected] | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
perception/bytetrack/package.xml → perception/autoware_bytetrack/package.xml
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>bytetrack</name> | ||
<name>autoware_bytetrack</name> | ||
<version>0.0.1</version> | ||
<description>ByteTrack implementation ported toward Autoware</description> | ||
<maintainer email="[email protected]">Manato HIRABAYASHI</maintainer> | ||
|
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