ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
-1

how definition geometry_msgs/Pose for link ??

asked 2017-03-05 23:10:56 -0500

zakizadeh gravatar image

updated 2017-03-06 11:10:00 -0500

hi . i want to plot position x of /my_robot/pose topic, which is a type of geometry_msgs/Pose message. This can be plotted by /your_robot/pose/position/x. in this page say :

step one -- >> geometry_msgs/Pose contains a member position. Look into its definition by clicking the link at geometry_msgs/Point in the api page. step two -->> You see x as a member of geometry_msgs/Point.

how can i doing step one ?? where is a api page ?? how can i write geometry_msgs/Poin for links ?? i want ploot pose of link in rqt like this : /your_robot/pose/position/x

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-03-06 07:46:26 -0500

kramer gravatar image

geometry_msgs/Pose API page. You'll have to follow the geometry_msgs/Point link.

This wasn't difficult to find. 2nd link when googling ros geometry_msgs api. Here, LMGTFY.

edit flag offensive delete link more

Comments

thanks . how can i write geometry_msgs/Poin for links ?? i want ploot pose of link in rqt like this : /your_robot/pose/position/x

zakizadeh gravatar image zakizadeh  ( 2017-03-06 11:09:40 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-03-05 23:10:56 -0500

Seen: 378 times

Last updated: Mar 06 '17