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

Absolute position of girona500 in uwsim

asked 2014-08-06 08:00:01 -0500

Mind_hunter gravatar image

how to find the absolute position of a moving robot in uwsim?Is there is any inbuilt interface?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-08-08 11:45:08 -0500

Mario Prats gravatar image

Right, it seems now all poses get published over tf. Try this: rosrun tf tf_echo /world /girona500 Also, to set the vehicle pose directly, use the setVehiclePosition example instead of setVehicleVelocity, like this: rosrun uwsim setVehiclePosition /dataNavigator 2 0 0 0 0 0

edit flag offensive delete link more
0

answered 2014-08-07 11:18:02 -0500

Mario Prats gravatar image

UWSim uses ROS topics to communicate externally. Have a look to the cirs.xml scene, there is a pose publisher on "/g500/pose", and an odometry publisher on "/dataNavigator".

edit flag offensive delete link more

Comments

On using [ $ rosrun UWSim setVehicleVelocity /dataNavigator 0.1 0 0 0 0 0 ] only velocity is published on /dataNavigator and pose field remains the same [0 0 0 0 0 0]. If i m not wrong, inside nav_msgs pose designate position/orientation and twist designate velocity linear/angular . At the same time , using [rostopic echo /g500/pose] no messages are shown. So setVehicleVelocity interface is not publishing on "/g500/pose".

Mind_hunter gravatar image Mind_hunter  ( 2014-08-08 00:16:48 -0500 )edit

Got it. Actually i was using setVehicleVelocity to set the vehicle in motion and know its position at each instant to time so that i can change its orientation at any instant and then move again .Thanks a lot

Mind_hunter gravatar image Mind_hunter  ( 2014-08-09 00:42:10 -0500 )edit

How did you solve it? I am trying to make it work with teleop.

murdock gravatar image murdock  ( 2019-02-22 05:49:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-06 08:00:01 -0500

Seen: 290 times

Last updated: Aug 07 '14