abishekh / ua-ros-pkg

Automatically exported from code.google.com/p/ua-ros-pkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use geometry_msgs/PointStamped instead of wubble_actions/PointCommand

GoogleCodeExporter opened this issue · comments

We could get rid of this custom message and just use standard geometry
message PointStamped that contains all the same information.


Original issue reported on code.google.com by areb...@gmail.com on 20 Feb 2010 at 12:50

I originally had PointStamped as well. Will switch 
back. 

Original comment by anhxuan....@gmail.com on 20 Feb 2010 at 2:07

Fixed and committed. Removed the use of PointCommand & JointsCommand (replaced 
with the 
equivalent standard ros msgs).

Original comment by anhxuan....@gmail.com on 20 Feb 2010 at 5:24

  • Changed state: Fixed