Closed osrf-migration closed 8 years ago
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
I will take a look at this issue. It should be a straightfoward fix.
Original comment by jasonzliang NA (Bitbucket: jasonzliang).
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
Fixed in pull request #61
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.