Size: 708
Comment:
|
Size: 793
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).