Skip to content
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

The robot goes in the opposite direction of the target #8

Open
Zxr1230 opened this issue Mar 31, 2021 · 1 comment
Open

The robot goes in the opposite direction of the target #8

Zxr1230 opened this issue Mar 31, 2021 · 1 comment

Comments

@Zxr1230
Copy link

Zxr1230 commented Mar 31, 2021

I am using the below message to send the goal to the robot. The robot can travel to the correct latitude position but opposite longitude position. For example, the goal is at the top left of the robot. The robot will travel to the top right. If the goal is at the top right of the robot. Then the robot will travel to the top left. Any possible solutions? Thank you!
{
"op": "publish",
"topic": "/gps_goal_fix",
"msg": {
"status": {
"status": 2,
"service": 0
},
"altitude": -0.03936214196751092,
"longitude": 8.9002013431619637,
"position_covariance": [741985448272.8313, -1628874706.209279, -437539014936.25494, -1628874706.2092788, 3575855.5841113734, 960525891.8060722, -437539014936.25494, 960525891.8060722, 258010975871.58453],
"header": {
"stamp": {
"secs": 681,
"nsecs": 683000000
},
"frame_id": "wheel_base_link",
"seq": 6813
},
"latitude": 49.90000046264395,
"position_covariance_type": 3
}
}

@Risbo6
Copy link

Risbo6 commented Dec 1, 2021

I have the exact same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants