osrf / robocup3ds

Gazebo support for the RoboCup 3D simulation league.
11 stars 2 forks source link

Ground truth information doesn't match simspark #35

Closed osrf-migration closed 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Patrick MacAlpine (Bitbucket: patmac).


When I turned on ground truth information our agent wasn't able to read it. This is because in simspark the ground truth information is contained within See messages while in gazebo it's appended to the end of a server message.

In simspark: ... (See ... (mypos x y z ) (myorien theta) (ballpos x y z)) ... In gazebo: ... (mypos x y z ) (myorien theta) (ballpos x y z)

Also the robot's global ground truth position and orientation information is measured from the position of the robot's camera on it's head in simspark (meaning if the robot turns its head its orientation changes), while in gazebo this position and orientation information seems to be that of the robot's torso.

osrf-migration commented 8 years ago

Original comment by jasonzliang NA (Bitbucket: jasonzliang).


I will take a look at this issue. It should be a straightfoward fix.

osrf-migration commented 8 years ago

Original comment by jasonzliang NA (Bitbucket: jasonzliang).


osrf-migration commented 8 years ago

Original comment by jasonzliang NA (Bitbucket: jasonzliang).


See pull request #61 for a fix

osrf-migration commented 8 years ago

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Fixed in pull request #61