Skip to content

Commit 26a850d

Browse files
committed
Removed warnings about API being preliminary in Fuerte from docs.
1 parent 77a099a commit 26a850d

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

librviz_tutorial/src/doc/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Librviz Tutorial
22
================
33

4-
**The RViz plugin API and library API are preliminary in Fuerte.** We
5-
welcome feedback about how to make them more powerful and easier to
6-
program with. We expect the APIs to change (possibly significantly)
7-
between Fuerte and Groovy.
8-
94
Overview
105
--------
116

rviz_plugin_tutorials/src/doc/display_plugin_tutorial.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
ImuDisplay
22
==========
33

4-
**The RViz plugin API and library API are preliminary in Fuerte.** We
5-
welcome feedback about how to make them more powerful and easier to
6-
program with. We expect the APIs to change (possibly significantly)
7-
between Fuerte and Groovy.
8-
94
Overview
105
--------
116

@@ -148,11 +143,3 @@ ImuVisual. Imu data displays might look like:
148143

149144
As all this might be visually cluttered, it may make sense to include
150145
boolean options to enable or disable some of them.
151-
152-
Conclusion
153-
----------
154-
155-
Remember, the plugin API for RViz is still preliminary. I think there
156-
are a number of ways the process of writing a plugin can be
157-
streamlined before the Groovy release. In the meantime, please try
158-
out this Fuerte API version and let us know what you think!
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
RViz Plugin Tutorials
22
=====================
33

4-
The RViz plugin API and library API are preliminary in Fuerte. We
5-
welcome feedback about how to make them more powerful and easier to
6-
program with. We expect the APIs to change (possibly significantly)
7-
between Fuerte and Groovy.
8-
94
The rviz_plugin_tutorials package builds a plugin library for rviz
105
containing two main classes: ImuDisplay and TeleopPanel.
116

@@ -15,4 +10,3 @@ containing two main classes: ImuDisplay and TeleopPanel.
1510
- :doc:`panel_plugin_tutorial` is an example of an rviz::Panel
1611
subclass which shows a simple control input for sending velocities
1712
to a mobile base.
18-

rviz_plugin_tutorials/src/doc/panel_plugin_tutorial.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
TeleopPanel
22
===========
33

4-
**The RViz plugin API and library API are preliminary in Fuerte.** We
5-
welcome feedback about how to make them more powerful and easier to
6-
program with. We expect the APIs to change (possibly significantly)
7-
between Fuerte and Groovy.
8-
94
Overview
105
--------
116

@@ -119,13 +114,3 @@ are a few things which might make it more useful:
119114
- Enforced maxima for the velocities.
120115
- An adjustable robot width parameter, so that the curved arrows accurately show the arc a robot would traverse.
121116
- A "strafe" mode (maybe when holding down the Shift key) for robots like the PR2 with (more) holonomic drive ability.
122-
123-
Conclusion
124-
----------
125-
126-
Remember, the plugin API for RViz is still preliminary. I think there
127-
are a number of ways the process of writing a plugin can be
128-
streamlined before the Groovy release. In the meantime, please try
129-
out this Fuerte API version and let us know what you think!
130-
131-

0 commit comments

Comments
 (0)