Skip to content

Commit

Permalink
Merge branch 'multiple-blank-lines-markdown' into 'master'
Browse files Browse the repository at this point in the history
Fix markdown rule MD012

See merge request anthony.remazeilles/ros_pkg_gen!19
  • Loading branch information
aremazeilles committed Feb 13, 2020
2 parents 253d59b + c88f0f8 commit 7ad4a7e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## General description of the package

<!--- protected region package descripion begin -->
<!--- protected region package description begin -->
{packageDescription}
<!--- protected region package descripion end -->
<!--- protected region package description end -->

<!--- todo How to handle the image generation -->
<!--- <img src="./model/{componentName}.png" width="300px" />-->

{forallcomponent}

## Node: {componentName}

Update frequency: {componentFrequency} Hz.
Expand Down Expand Up @@ -95,10 +95,10 @@ rosrun {packageName} {componentName} [old_name]:=[new_name]

### Services proposed

A remapping of the service name is made possible at node launch:
Any service name can be adjusted using the ROS remapping functionality:

```shell
rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]
rosrun {packageName} {componentName} [old_name]:=[new_name]
```

{endifserviceServer}
Expand All @@ -112,10 +112,10 @@ rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]

### Services used

A remapping of the service name is made possible at node launch:
Any service name can be adjusted using the ROS remapping functionality:

```shell
rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]
rosrun {packageName} {componentName} [old_name]:=[new_name]
```

{endifserviceClient}
Expand Down Expand Up @@ -187,7 +187,8 @@ The subscription handler is triggered as soon as a message arrives.
{description}
<!--- protected region direct subscriber {name} end -->
{endforalldirectSubscriber}

{endforallcomponent}

---

*Package generated with the [ROS Package Generator](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_pkg_gen).*
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## General description of the package

<!--- protected region package descripion begin -->
<!--- protected region package description begin -->
{packageDescription}
<!--- protected region package descripion end -->
<!--- protected region package description end -->

<!--- todo How to handle the image generation -->
<!--- <img src="./model/{componentName}.png" width="300px" />-->

{forallcomponent}

## Node: {componentName}

<!--- protected region {componentName} begin -->
Expand Down Expand Up @@ -111,6 +111,8 @@ The subscription handler is triggered as soon as a message arrives.
{description}
<!--- protected region direct subscriber {name} end -->
{endforalldirectSubscriber}

{endforallcomponent}

---

*Package generated with the [ROS Package Generator](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_pkg_gen).*
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## General description of the package

<!--- protected region package descripion begin -->
<!--- protected region package description begin -->
{packageDescription}
<!--- protected region package descripion end -->
<!--- protected region package description end -->

{ifmsg}

Expand Down Expand Up @@ -40,4 +40,6 @@
<!--- protected region msg {name} end -->
{endforallaction}

---

*Package generated with the [ROS Package Generator](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_pkg_gen).*
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## General description of the package

<!--- protected region package descripion begin -->
<!--- protected region package description begin -->
{packageDescription}
<!--- protected region package descripion end -->
<!--- protected region package description end -->

<!--- todo How to handle the image generation -->
<!--- <img src="./model/{componentName}.png" width="300px" />-->

{forallcomponent}

## Node: {componentName}

Update frequency: {componentFrequency} Hz.
Expand Down Expand Up @@ -194,7 +194,8 @@ The subscription handler is triggered as soon as a message arrives.
{description}
<!--- protected region direct subscriber {name} end -->
{endforalldirectSubscriber}

{endforallcomponent}

---

*Package generated with the [ROS Package Generator](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_pkg_gen).*
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## General description of the package

<!--- protected region package descripion begin -->
<!--- protected region package description begin -->
{packageDescription}
<!--- protected region package descripion end -->
<!--- protected region package description end -->

<!--- todo How to handle the image generation -->
<!--- <img src="./model/{componentName}.png" width="300px" />-->

{forallcomponent}

## Node: {componentName}

Update frequency: {componentFrequency} Hz.
Expand Down Expand Up @@ -96,10 +96,10 @@ rosrun {packageName} {componentName} [old_name]:=[new_name]

### Services proposed

A remapping of the service name is made possible at node launch:
Any service name can be adjusted using the ROS remapping functionality:

```shell
rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]
rosrun {packageName} {componentName} [old_name]:=[new_name]
```

{endifserviceServer}
Expand All @@ -113,10 +113,10 @@ rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]

### Services used

A remapping of the service name is made possible at node launch:
Any service name can be adjusted using the ROS remapping functionality:

```shell
rosrun {packageName} {componentName} _[old_name]_remap:=/[new_name]
rosrun {packageName} {componentName} [old_name]:=[new_name]
```

{endifserviceClient}
Expand Down Expand Up @@ -193,7 +193,8 @@ The subscription handler is triggered as soon as a message arrives.
{description}
<!--- protected region direct subscriber {name} end -->
{endforalldirectSubscriber}

{endforallcomponent}

---

*Package generated with the [ROS Package Generator](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_pkg_gen).*

0 comments on commit 7ad4a7e

Please sign in to comment.