This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
1 changed file
with
7 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,9 @@ | |
<package format="3"> | ||
<name>bitbots_localization_handler</name> | ||
<version>1.0.0</version> | ||
<description>The bitbots_localization_handler uses high level information to improve | ||
the localization, e.g. by setting the pose estimation next to the side line after being penalized. | ||
<description> | ||
The bitbots_localization_handler uses high level information to improve | ||
the localization, e.g. by initializing at the start of the game or after falling down. | ||
</description> | ||
<maintainer email="[email protected]">Florian Vahl</maintainer> | ||
<maintainer email="[email protected]">Hamburg Bit-Bots</maintainer> | ||
|
@@ -14,10 +15,14 @@ | |
<depend>bitbots_blackboard</depend> | ||
<depend>bitbots_localization</depend> | ||
<depend>bitbots_msgs</depend> | ||
<depend>bitbots_utils</depend> | ||
<depend>dynamic_stack_decider</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>python3-numpy</depend> | ||
<depend>rclpy</depend> | ||
<depend>std_msgs</depend> | ||
<depend>tf2_geometry_msgs</depend> | ||
<depend>tf2_ros</depend> | ||
|
||
|
||
<export> | ||
|