-
Notifications
You must be signed in to change notification settings - Fork 63
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
f4a26af
commit 97f096f
Showing
5 changed files
with
29 additions
and
154 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 was deleted.
Oops, something went wrong.
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,9 +1,9 @@ | ||
<?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>rosbot_controller</name> | ||
<name>rosbot_gazebo</name> | ||
<version>0.13.2</version> | ||
<description>Hardware configuration for ROSbot 2, 2R, PRO</description> | ||
<description>Gazebo Ignition simulation for ROSbot 2, 2R, PRO</description> | ||
|
||
<maintainer email="[email protected]">Husarion</maintainer> | ||
|
||
|
@@ -13,37 +13,27 @@ | |
<url type="repository">https://github.com/husarion/rosbot_ros</url> | ||
<url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url> | ||
|
||
<author email="[email protected]">Krzysztof Wojciechowski</author> | ||
<author email="[email protected]">Jakub Delicat</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<exec_depend>launch</exec_depend> | ||
<exec_depend>launch_ros</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
<exec_depend>controller_manager</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
<exec_depend>rosbot_description</exec_depend> | ||
<exec_depend>ros_components_description</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == hardware)">rosbot_hardware_interfaces</exec_depend> | ||
<exec_depend>joint_state_broadcaster</exec_depend> | ||
<exec_depend>imu_sensor_broadcaster</exec_depend> | ||
<exec_depend>diff_drive_controller</exec_depend> | ||
<exec_depend>mecanum_drive_controller</exec_depend> | ||
|
||
<test_depend>python3-pytest</test_depend> | ||
<test_depend>launch</test_depend> | ||
<test_depend>launch_ros</test_depend> | ||
<test_depend>launch_pytest</test_depend> | ||
<test_depend>xacro</test_depend> | ||
<test_depend>sensor_msgs</test_depend> | ||
<test_depend>nav_msgs</test_depend> | ||
<test_depend>rosbot_description</test_depend> | ||
<test_depend>ros_components_description</test_depend> | ||
<test_depend>controller_manager</test_depend> | ||
<test_depend>joint_state_broadcaster</test_depend> | ||
<test_depend>imu_sensor_broadcaster</test_depend> | ||
<test_depend>diff_drive_controller</test_depend> | ||
<test_depend>mecanum_drive_controller</test_depend> | ||
<author email="[email protected]">Rafal Gorecki</author> | ||
|
||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">rosbot_bringup</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">launch</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">launch_ros</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">husarion_gz_worlds</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">ros_gz_sim</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">ros_gz_bridge</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">ign_ros2_control</exec_depend> | ||
<exec_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">nav2_common</exec_depend> | ||
|
||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">python3-pytest</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">launch</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">launch_ros</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">launch_pytest</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">tf_transformations</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">python-transforms3d-pip</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">nav_msgs</test_depend> | ||
<test_depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">geometry_msgs</test_depend> | ||
|
||
<export> | ||
<build_type>ament_python</build_type> | ||
|