-
Notifications
You must be signed in to change notification settings - Fork 8
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 #52 from rt-net/master
Sync with master branch
- Loading branch information
Showing
28 changed files
with
282 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Create and publish a Docker image | |
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
workflow_dispatch: | ||
|
||
env: | ||
|
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,12 +2,13 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>crane_plus</name> | ||
<version>1.0.0</version> | ||
<description>ROS 2 package suite of CRANE+V2</description> | ||
<version>1.1.0</version> | ||
<description>ROS 2 package suite of CRANE+ V2</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Atsushi Kuwagata</author> | ||
|
||
<url type="website">https://rt-net.jp/products/cranev2/</url> | ||
<url type="bugtracker">https://github.com/rt-net/crane_plus/issues</url> | ||
|
@@ -19,6 +20,7 @@ | |
<exec_depend>crane_plus_description</exec_depend> | ||
<exec_depend>crane_plus_examples</exec_depend> | ||
<exec_depend>crane_plus_gazebo</exec_depend> | ||
<exec_depend>crane_plus_ignition</exec_depend> | ||
<exec_depend>crane_plus_moveit_config</exec_depend> | ||
|
||
<export> | ||
|
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,12 +2,13 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>crane_plus_control</name> | ||
<version>1.0.0</version> | ||
<description>CRANE+V2 control package</description> | ||
<version>1.1.0</version> | ||
<description>CRANE+ V2 control package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Atsushi Kuwagata</author> | ||
|
||
<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
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,12 +2,13 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>crane_plus_description</name> | ||
<version>1.0.0</version> | ||
<description>CRANE+V2 description package</description> | ||
<version>1.1.0</version> | ||
<description>CRANE+ V2 description package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">ShotaAk</author> | ||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Atsushi Kuwagata</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</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
Oops, something went wrong.