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

Can not find gps velocity? #15

Closed
libing64 opened this issue Oct 25, 2020 · 2 comments
Closed

Can not find gps velocity? #15

libing64 opened this issue Oct 25, 2020 · 2 comments

Comments

@libing64
Copy link

No description provided.

@yzrobot
Copy link
Contributor

yzrobot commented Oct 25, 2020

Hi, did you try to run this? If so, when you type $ rostopic echo /vel, you could get something like:

---
header: 
  seq: 6
  stamp: 
    secs: 1531487932
    nsecs: 969429833
  frame_id: "navsat"
twist: 
  linear: 
    x: 7.3565107369
    y: -0.0256791710611
    z: 0.0
  angular: 
    x: 0.0
    y: 0.0
    z: 0.0
---
header: 
  seq: 7
  stamp: 
    secs: 1531487933
    nsecs: 160320017
  frame_id: "navsat"
twist: 
  linear: 
    x: 7.35403464769
    y: 0.192572174502
    z: 0.0
  angular: 
    x: 0.0
    y: 0.0
    z: 0.0

Also c.f. this

@libing64
Copy link
Author

@yzrobot Great thanks, so i need the nmea_topic_driver to calclulate gps velocity from nmea_sentence, right?
I would have a try.

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