-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francisco Martín Rico <[email protected]>
- Loading branch information
Showing
11 changed files
with
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_basics</name> | ||
<version>0.0.0</version> | ||
<version>0.2.0</version> | ||
<description>Basic nodes for ROS2 introduction</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_bt_bumpgo</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering Behavior Trees in ROS2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_bt_patrolling</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering Behavior Trees in ROS2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<version>0.1.0</version> | ||
<description>Bump and Go behavior based on Finite State Machines</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_fsm_bumpgo_py</name> | ||
<version>0.0.0</version> | ||
<description>TODO: Package description</description> | ||
<version>0.2.0</version> | ||
<description>Bump and Go behavior based on Finite State Machines (Python)</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<depend>rclcpy</depend> | ||
<depend>sensor_msgs</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_navigation</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering Navigation2 in ROS2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<build_depend>ament_cmake_auto</build_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,19 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_tf2_detector</name> | ||
<version>0.0.0</version> | ||
<description>TODO: Package description</description> | ||
<version>0.2.0</version> | ||
<description>Detector using TF2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>TODO: License declaration</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>rclcpp</depend> | ||
<depend>tf2_ros</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>tf2_geometry_msgs</depend> | ||
<depend>sensor_msgs</depend> | ||
<depend>visualization_msgs</depend> | ||
|
||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_lint_common</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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_tiago</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering tiago simulated in ROS2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_tracking</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering Hierarchical Finite State Machines in ROS2 </description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,9 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_tracking_msgs</name> | ||
<version>0.0.0</version> | ||
|
||
<version>0.2.0</version> | ||
<description>Messages for br2_tracking</description> | ||
|
||
<maintainer email="[email protected]">Francisco Martin Rico</maintainer> | ||
|
||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>br2_vff_avoidance</name> | ||
<version>0.1.0</version> | ||
<version>0.2.0</version> | ||
<description>Mastering Reactive Behaviors in ROS2</description> | ||
<maintainer email="[email protected]">fmrico</maintainer> | ||
<license>Apache 2.0</license> | ||
<license>Apache License, Version 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|