How to print pose of a robot using robot_state_publisher
Hi,
I want to print the pose of my robot using robot_state_publisher. I am adding the following code in my launch file
<include file="$(find p2os_urdf)/launch/upload_pioneer3at.xml"/> <node pkg="robot_state_publisher" type="state_publisher" name="robot_state_publisher"> <param name="publish_frequency" type="double" value="30.0"/> </node>
But, I am not sure, where can I see the pose of the robot? Is there any way I can print it ?