-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated example structure, added python example
- Loading branch information
Showing
13 changed files
with
29 additions
and
35 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<library path="lib/libWaypointFlier"> | ||
<class name="waypoint_flier/WaypointFlier" type="waypoint_flier::WaypointFlier" base_class_type="nodelet::Nodelet"> | ||
<class name="example_waypoint_flier/WaypointFlier" type="example_waypoint_flier::WaypointFlier" base_class_type="nodelet::Nodelet"> | ||
<description>WaypointFlier nodelet</description> | ||
</class> | ||
</library> |
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
|
||
<name>waypoint_flier</name> | ||
<name>example_waypoint_flier</name> | ||
<version>1.0.0</version> | ||
<description>waypoint_flier</description> | ||
<description>The Example Waypoint Flier</description> | ||
|
||
<maintainer email="[email protected]">Matej Petrlik</maintainer> | ||
<author email="[email protected]">Matej Petrlik</author> | ||
|
@@ -21,10 +21,7 @@ | |
<depend>dynamic_reconfigure</depend> | ||
|
||
<export> | ||
|
||
<!-- The plugins.xml file defines nodelet as a plugin --> | ||
<nodelet plugin="${prefix}/nodelets.xml" /> | ||
|
||
</export> | ||
|
||
</package> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<library path="lib/libWaypointFlierSimple"> | ||
<class name="waypoint_flier_simple/WaypointFlierSimple" type="waypoint_flier_simple::WaypointFlierSimple" base_class_type="nodelet::Nodelet"> | ||
<class name="example_waypoint_flier_simple/WaypointFlierSimple" type="example_waypoint_flier_simple::WaypointFlierSimple" base_class_type="nodelet::Nodelet"> | ||
<description>WaypointFlierSimple nodelet</description> | ||
</class> | ||
</library> |
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
|
||
<name>waypoint_flier_simple</name> | ||
<name>example_waypoint_flier_simple</name> | ||
<version>1.0.0</version> | ||
<description>waypoint_flier_simple</description> | ||
<description>Example for the Simple Waypoint Flier</description> | ||
|
||
<maintainer email="[email protected]">Daniel Hert</maintainer> | ||
<author email="[email protected]">Daniel Hert</author> | ||
|
@@ -20,10 +20,7 @@ | |
<depend>mrs_msgs</depend> | ||
|
||
<export> | ||
|
||
<!-- The plugins.xml file defines nodelet as a plugin --> | ||
<nodelet plugin="${prefix}/nodelets.xml" /> | ||
|
||
</export> | ||
|
||
</package> |
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