-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b7eed9
commit cf80571
Showing
7 changed files
with
26 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<launch> | ||
<node pkg="ieuagv_localization" name="kalman_filter_localization" type="kalman_filter_localization.py"/> | ||
<node pkg="advoard_localization" name="kalman_filter_localization" type="kalman_filter_localization.py"/> | ||
</launch> |
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 @@ | ||
<launch> | ||
<include file="$(find ieuagv_localization)/launch/kalman_localization.launch" /> | ||
<node pkg="ieuagv_localization" name="initialpose_lidar_uwb" type="initialpose_lidar_uwb.py" /> | ||
<include file="$(find advoard_localization)/launch/kalman_localization.launch" /> | ||
<node pkg="advoard_localization" name="initialpose_lidar_uwb" type="initialpose_lidar_uwb.py" /> | ||
</launch> |
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 @@ | ||
<launch> | ||
<node pkg="ieuagv_pozyx" name="kalman_filter_localization" type="kalman_filter_localization.py"/> | ||
<node pkg="ieuagv_pozyx" name="initialpose_uwb_average" type="initialpose_uwb_average.py" > | ||
<node pkg="advoard_pozyx" name="kalman_filter_localization" type="kalman_filter_localization.py"/> | ||
<node pkg="advoard_pozyx" name="initialpose_uwb_average" type="initialpose_uwb_average.py" > | ||
</launch> |
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,8 +1,8 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>ieuagv_localization</name> | ||
<name>advoard_localization</name> | ||
<version>0.0.1</version> | ||
<description>The ieuagv_localization package</description> | ||
<description>The advoard_localization package</description> | ||
<maintainer email="[email protected]">Bostanci</maintainer> | ||
<license>BSD</license> | ||
<author email="[email protected]">Bekir Bostanci</author> | ||
|
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,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python3 | ||
''' | ||
__author__ = "Bekir Bostanci" | ||
__license__ = "BSD" | ||
|