I just committed revision 614 moving all the art_nav messages to
art_msgs. I also fixed all known uses of these messages. There were
none in sandbox that I could find.
Also, revision 613 fixed the references to GpsInfo in art_speech,
which I had missed when I first moved that message.
I'll probably do the art_nav messages next. The immediate intent is to
make it easier to experiment with different implementations of art_map
and art_nav.
--
joq
> I'll probably do the art_nav messages next. The immediate intent is to
> make it easier to experiment with different implementations of art_map
> and art_nav.
Those messages just moved.
There were a lot references in sandbox. I hope I found them all, but
it's hard to be sure with python code. Please update and check your
packages if there is any doubt.
--
joq
All known users of the messages have been updated in svn (including
sandbox). If you have copies checked out from the repository, "svn up"
should fix most of the references, with local changes possibly needing
to be modified by hand.
I have updated the documentation, including a new ROS wiki page for
the art_msgs package:
http://www.ros.org/wiki/art_msgs
In addition, I moved the pilot node and its scripts out of the art_nav
package into a new art_pilot package of its own:
http://www.ros.org/wiki/art_pilot
That was easy to do after the global message move, a definite plus to
defining all our messages in a separate package.
With all these far-reaching changes, something is sure to have broken.
Let me know right away if you discover any new strange behavior.
--
joq