1
- # or_interactivemarker #
1
+ # or_rviz #
2
2
3
- ** or_interactivemarker ** is an OpenRAVE plugin that provides two ROS-friendly OpenRAVE
3
+ ** or_rviz ** is an OpenRAVE plugin that provides two ROS-friendly OpenRAVE
4
4
viewers that publish an OpenRAVE environment as
5
5
[ interactive markers] ( http://wiki.ros.org/interactive_markers )
6
6
to be visualized in
@@ -19,12 +19,12 @@ to be visualized in
19
19
> ROS Groovy or Hydro, you must checkout and build the ` indigo-devel ` branch of
20
20
> ` interactive_markers ` .**
21
21
22
- ** or_interactivemarker ** is a ROS package that can be installed into any ROS
22
+ ** or_rviz ** is a ROS package that can be installed into any ROS
23
23
Catkin workspace. It requires the helper package
24
24
[ ` openrave_catkin ` ] ( https://github.com/personalrobotics/openrave_catkin ) to be
25
25
automatically added to the ` OPENRAVE_PLUGIN ` path.
26
26
27
- You can try running ` rosrun or_interactivemarker test.py ` to test your
27
+ You can try running ` rosrun or_rviz test.py ` to test your
28
28
installation. This script loads the ` wamtest1.env.xml ` environment, which is
29
29
one of the default environments shipped with OpenRAVE, into the ` RViz `
30
30
in-process viewer.
@@ -105,7 +105,7 @@ The following functions are unimplemented:
105
105
106
106
## Brief Overview of Features ##
107
107
108
- or_interactivemarker publishes a separate ` InteractiveMarker ` for each of a
108
+ or_rviz publishes a separate ` InteractiveMarker ` for each of a
109
109
robot's links. You can right click on any link of a robot to access the
110
110
following functionality:
111
111
@@ -143,9 +143,9 @@ You may get the following error message when running a standalone RViz instance
143
143
after using the in-process viewer:
144
144
145
145
> [ ERROR] PluginlibFactory: The plugin for class
146
- > 'or_interactivemarker ::rviz::EnvironmentDisplay' failed to load. Error:
146
+ > 'or_rviz ::rviz::EnvironmentDisplay' failed to load. Error:
147
147
> Could not find library corresponding to plugin
148
- > or_interactivemarker ::rviz::EnvironmentDisplay. Make sure the plugin
148
+ > or_rviz ::rviz::EnvironmentDisplay. Make sure the plugin
149
149
> description XML file has the correct name of the library and that the library
150
150
> actually exists.
151
151
@@ -157,20 +157,20 @@ prevent this error from printing in the future by deleting the offending
157
157
` EnvironmentDisplay ` component from RViz and re-saving your configuration.
158
158
159
159
We are interested in finding a more elegant workaround for this problem. Please
160
- [ open an issue] ( https://github.com/personalrobotics/or_interactivemarker /issues ) or
161
- [ send us a pull request] ( https://github.com/personalrobotics/or_interactivemarker /compare )
160
+ [ open an issue] ( https://github.com/personalrobotics/or_rviz /issues ) or
161
+ [ send us a pull request] ( https://github.com/personalrobotics/or_rviz /compare )
162
162
if you have any suggestions.
163
163
164
164
165
165
## License ##
166
166
167
- or_interactivemarker is licensed under a BSD license. See [ LICENSE] ( LICENSE ) for more
167
+ or_rviz is licensed under a BSD license. See [ LICENSE] ( LICENSE ) for more
168
168
information.
169
169
170
170
171
171
## Contributors ##
172
172
173
- or_interactivemarker is developed by the
173
+ or_rviz is developed by the
174
174
[ Personal Robotics Lab] ( https://personalrobotics.ri.cmu.edu ) in the [ Robotics
175
175
Institute] ( https://www.ri.cmu.edu ) at [ Carnegie Mellon
176
176
University] ( http://www.cmu.edu ) . The out-of-process ` InteractiveMarker ` viewer
0 commit comments