Skip to content

Commit

Permalink
Merge pull request #29 from threeal/prepare-deb-build
Browse files Browse the repository at this point in the history
Prepare deb build
  • Loading branch information
threeal committed May 11, 2021
2 parents 1f19da3 + 3e75e74 commit 0bc0b54
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
uses: ichiro-its/ros2-ci@v1.0.0
with:
ros2-distro: foxy
external-repos: ichiro-its/keisan#v0.2.0
pre-install: sudo apt update && sudo apt install -y curl && curl -s http://repository.ichiro-its.org/debian/setup.bash | bash -s
apt-packages: ros-foxy-keisan
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
build
install
log

debian
obj-x86_64-linux-gnu

*.deb
*.ddeb
2 changes: 1 addition & 1 deletion tosshin_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>tosshin_cpp</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>C++ implementation of Tosshin mobile robot navigation project</description>
<maintainer email="alfi.maulana.f@gmail.com">Alfi Maulana</maintainer>
<license>MIT License</license>
Expand Down
4 changes: 2 additions & 2 deletions tosshin_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tosshin_interfaces</name>
<version>0.2.0</version>
<version>0.3.0</version>
<description>ROS 2 interfaces for Tosshin mobile robot navigation project</description>
<maintainer email="alfi.maulana.f@gmail.com">Alfi Maulana</maintainer>
<license>MIT License</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generator</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
Expand Down

0 comments on commit 0bc0b54

Please sign in to comment.