-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
537501d
commit d17dc97
Showing
9 changed files
with
27 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- git: | ||
local-name: 'ros_node_test' | ||
uri: 'https://github.com/tecnalia-advancedmanufacturing-robotics/ros_node_test.git' | ||
version: 'master' | ||
local-name: 'rostest_node_interface_validation' | ||
uri: 'https://github.com/tecnalia-advancedmanufacturing-robotics/rostest_node_interface_validation.git' | ||
version: 'melodic-devel' |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ To do so the input needed are: | |
* A _package template_: a template is created by a _template Designer_. | ||
It contains the list of files to be automatically generated. | ||
The _Developer_ just has to select the template that best fits his needs. | ||
* An _interface specification_: a xml file describing mainly the interface of the package to create, according to the template. | ||
* An _interface specification_: a XML file describing mainly the interface of the package to create, according to the template. | ||
This file is to be filled by the _Developer_, using the interface proposed by the template, according to the concrete needs of the package he is willing to create | ||
|
||
**Author & Maintainer**: Anthony Remazeilles, [email protected] | ||
|
@@ -74,9 +74,11 @@ rosdep update | |
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO | ||
``` | ||
|
||
The testing functionalities generated by the template rely on [rostest](http://wiki.ros.org/rostest) and [node_test](https://github.com/tecnalia-advancedmanufacturing-robotics/ros_node_test). | ||
The testing functionalities generated by the template rely on | ||
[rostest](http://wiki.ros.org/rostest) and | ||
[rostest_node_interface_validation](https://github.com/tecnalia-advancedmanufacturing-robotics/rostest_node_interface_validation/). | ||
The first package can be installed as any regular ROS package. | ||
The second is not in the buildfarm yet, and has to be cloned in your workspace. | ||
The second is not in the build-farm yet, and has to be cloned in your workspace. | ||
A [.rosinstall](.rosinstall) file is added for your convenience. | ||
[wstool](http://wiki.ros.org/wstool) can be used to add it to the workspace. | ||
|
||
|
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
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