-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker position change while robot is moving #78
Comments
Is the position of the markers oscillating or moving away as the robot moves? If the position of markers is just oscillating; I believe it's because, when the robot is moving the camera image becomes blurry and causes inaccurate marker pose detection (Happened to me). I sort of solved the issue by implementing a filter (EKF) to stabilize the marker pose, considering the robot movement. |
Talking about oscillation, it is happens even if robot does not move. I suppose it can be because of camera properties or calibration. |
@acachathuranga @dBierni
camera_ar_track is the output frame of the pr2_indiv_no_kinect.launch. If I put as a remap of odom odom, that is another nav_msgs::Odometry topic, it works fine and it prints the odom topic with a different covariance. Can someone help me to handle this situation? |
I have the camera on the robot and in ar track Alvar parameters I specified map frame as output - it means I should obtain marker position related to the map.
The problem is if robots move and its position is change in map coordinates, then position of marker change as well, despite the marker is not moving. It happens for both single and bundle markers. Do you have any idea where is the problem? The situation is the same for gazebo simulation and real robot.
The text was updated successfully, but these errors were encountered: