Skip to content

Commit de762ba

Browse files
authored
Merge pull request #6 from ichiro-its/add-documentation
Add First Update
2 parents 41a8a61 + 1040d0e commit de762ba

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Ichiro ITS
3+
Copyright (c) 2021 ICHIRO ITS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Shisen Interfaces
22

3-
[![latest version](https://img.shields.io/github/v/release/ichiro-its/shisen_interfaces.svg)](https://github.com/ichiro-its/shisen_interfaces/releases/)
4-
[![license](https://img.shields.io/github/license/ichiro-its/shisen_interfaces.svg)](./LICENSE)
5-
[![build and test status](https://github.com/ichiro-its/shisen_interfaces/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/ichiro-its/shisen_interfaces/actions)
3+
[![latest version](https://img.shields.io/github/v/release/ichiro-its/shisen_interfaces)](https://github.com/ichiro-its/shisen_interfaces/releases/)
4+
[![milestone](https://img.shields.io/github/milestones/progress/ichiro-its/shisen_interfaces/1?label=milestone)](https://github.com/ichiro-its/shisen_interfaces/milestone/1)
5+
[![license](https://img.shields.io/github/license/ichiro-its/shisen_interfaces)](./LICENSE)
6+
[![test status](https://img.shields.io/github/workflow/status/ichiro-its/shisen_interfaces/Build%20and%20Test?label=test)](https://github.com/ichiro-its/shisen_interfaces/actions)
67

7-
This package provides ROS 2 interfaces for [Shisen camera tools package](https://github.com/ichiro-its/shisen).
8+
This package provides [ROS 2 interfaces](https://docs.ros.org/en/foxy/Concepts/About-ROS-Interfaces.html) for [Shisen](https://github.com/ichiro-its/shisen) camera tools package.
89

910
## License
1011

11-
This project is licensed under [the MIT License](./LICENSE).
12+
This project is maintained by [ICHIRO ITS](https://github.com/ichiro-its) and licensed under the [MIT License](./LICENSE).

include/shisen_interfaces/shisen_interfaces.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Ichiro ITS
1+
// Copyright (c) 2021 ICHIRO ITS
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>shisen_interfaces</name>
5-
<version>0.4.0</version>
5+
<version>0.1.0</version>
66
<description>ROS 2 interfaces for Shisen camera tools package</description>
77
<maintainer email="[email protected]">Alfi Maulana</maintainer>
88
<license>MIT License</license>

0 commit comments

Comments
 (0)