-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from lbr-stack/dev-humble-ignition-gazebo
Humble ignition gazebo
- Loading branch information
Showing
20 changed files
with
69 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,26 +2,27 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_bringup</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>LBR launch files.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
|
||
<exec_depend>lbr_description</exec_depend> | ||
<exec_depend>lbr_fri_ros2</exec_depend> | ||
<exec_depend>lbr_ros2_control</exec_depend> | ||
<exec_depend>controller_manager</exec_depend> | ||
<exec_depend>ign_ros2_control</exec_depend> | ||
<exec_depend>joint_state_broadcaster</exec_depend> | ||
<exec_depend>joint_trajectory_controller</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
<exec_depend>lbr_description</exec_depend> | ||
<exec_depend>lbr_fri_ros2</exec_depend> | ||
<exec_depend>lbr_ros2_control</exec_depend> | ||
<exec_depend>rclpy</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
<exec_depend>gazebo_ros</exec_depend> | ||
<exec_depend>gazebo_ros2_control</exec_depend> | ||
<exec_depend>ros_gz_sim</exec_depend> | ||
<exec_depend>ros_gz_bridge</exec_depend> | ||
<exec_depend>rviz2</exec_depend> | ||
<exec_depend>rclpy</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_demos_advanced_cpp</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Advanced C++ demos for the lbr_ros2_control.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_demos_advanced_py</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Advanced Python demos for the lbr_ros2_control.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<maintainer email="[email protected]">cmower</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_demos_cpp</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>C++ demos for lbr_ros2_control.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_demos_py</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Python demos for lbr_ros2_control.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_moveit_cpp</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>Demo for using MoveIt C++ API.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache-2.0</license> | ||
|
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 +1 @@ | ||
prepend-non-duplicate;GAZEBO_MODEL_PATH;share | ||
prepend-non-duplicate;GZ_SIM_RESOURCE_PATH;share |
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,19 +2,19 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_description</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>KUKA LBR description files</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_pytest</buildtool_depend> | ||
|
||
<exec_depend>gazebo_ros2_control</exec_depend> | ||
<exec_depend>ign_ros2_control</exec_depend> | ||
<exec_depend>joint_state_publisher_gui</exec_depend> | ||
<exec_depend>tf2_ros</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
<exec_depend>rviz2</exec_depend> | ||
<exec_depend>tf2_ros</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
|
||
<test_depend>python3-pytest</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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_fri_ros2</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>The lbr_fri_ros2 package provides the Fast Robot Interface (FRI) integration into ROS | ||
2. Robot states can be extracted and commanded.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_fri_ros2_stack</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>ROS 2 stack for KUKA LBRs.</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>lbr_ros2_control</name> | ||
<version>2.1.0</version> | ||
<version>2.1.1</version> | ||
<description>ROS 2 hardware hardware_interface for KUKA LBR through Fast Robot Interface (FRI).</description> | ||
<maintainer email="[email protected]">mhubii</maintainer> | ||
<license>Apache License 2.0</license> | ||
|