• Diff for "stargazer_cu"
Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2010-02-10 22:07:26
Size: 708
Editor: MichaelOtte
Comment:
Revision 11 as of 2010-02-11 08:07:05
Size: 793
Editor: MeloneeWise
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
'''stargazer_cu''' is responsible for interfacing with the Stargazer indoor positioning sensor, and then publishing global position information to the rest of the system. Stargazer outputs its position and orientation (or pose) with respect to an observed psudolite in world coordinates (/world_cu). Psudolite locations are stored in an XML file.
Line 7: Line 6:
---- == API Documentation ==
{{{
#!clearsilver CS/NodeAPI
node.0 {
 name = base_planner_cu
 desc << EOM
`stargazer_cu` is responsible for interfacing with the Stargazer indoor positioning sensor, and then publishing global position information to the rest of the system. Stargazer outputs its position and orientation (or pose) with respect to an observed psudolite in world coordinates (/world_cu). Psudolite locations are stored in an XML file.
EOM
pub {
  0.name= /cu/stargazer_pose_cu
  0.type= geometry_msgs/Pose2D
  0.desc= Pose from (indoor) global positioning system in world coordinates (/world_cu in tf).
 }
}
}}}
Line 9: Line 22:
== Documentation ==

=== Publishes to topic: ===
 * '''"/cu/stargazer_pose_cu"''': [geometry_msgs::Pose2D] pose from (indoor) global positioning system in world coordinates (/world_cu in tf).

API Documentation

base_planner_cu

stargazer_cu is responsible for interfacing with the Stargazer indoor positioning sensor, and then publishing global position information to the rest of the system. Stargazer outputs its position and orientation (or pose) with respect to an observed psudolite in world coordinates (/world_cu). Psudolite locations are stored in an XML file.

Published Topics

/cu/stargazer_pose_cu (geometry_msgs/Pose2D)
  • Pose from (indoor) global positioning system in world coordinates (/world_cu in tf).

Wiki: stargazer_cu (last edited 2010-02-11 21:56:30 by MichaelOtte)