-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch creates a `beluga_ros` package in order to decouple common functionality to interface with ROS from `beluga_amcl`. The goal is to reduce the boilerplate needed to create a new ROS localization package using `beluga`. Signed-off-by: Nahuel Espinosa <[email protected]>
- Loading branch information
1 parent
bac478d
commit e51ac33
Showing
31 changed files
with
609 additions
and
164 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
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
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
<maintainer email="[email protected]">Gerardo Puga</maintainer> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Michel Hidalgo</maintainer> | ||
<maintainer email="[email protected]">Nahuel Espinosa</maintainer> | ||
|
||
<license>Apache License 2.0</license> | ||
|
@@ -16,9 +17,9 @@ | |
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend> | ||
|
||
<depend>beluga</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>beluga_ros</depend> | ||
<depend>message_filters</depend> | ||
<depend>nav_msgs</depend> | ||
<depend>std_srvs</depend> | ||
|
||
<depend condition="$ROS_VERSION == 1">diagnostic_updater</depend> | ||
<depend condition="$ROS_VERSION == 1">dynamic_reconfigure</depend> | ||
|
@@ -30,13 +31,6 @@ | |
<depend condition="$ROS_VERSION == 2">rclcpp_components</depend> | ||
<depend condition="$ROS_VERSION == 2">rclcpp_lifecycle</depend> | ||
|
||
<depend>sensor_msgs</depend> | ||
<depend>std_srvs</depend> | ||
<depend>tf2</depend> | ||
<depend>tf2_eigen</depend> | ||
<depend>tf2_geometry_msgs</depend> | ||
<depend>tf2_ros</depend> | ||
|
||
<test_depend condition="$ROS_VERSION == 1">rostest</test_depend> | ||
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gmock</test_depend> | ||
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend> | ||
|
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
Oops, something went wrong.