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

imu data is not proper using ros #1

Open
Neel125 opened this issue Oct 9, 2020 · 0 comments
Open

imu data is not proper using ros #1

Neel125 opened this issue Oct 9, 2020 · 0 comments

Comments

@Neel125
Copy link

Neel125 commented Oct 9, 2020

Hello,
I was installed Taraxl SDK in xavier and then after i installed taraxl-ros-package. All topics were work correctly but following imu topic always gives same values like all 0 s.

rostopic echo /taraxl/imu/data_raw
---
header: 
  seq: 153468
  stamp: 
    secs: 1602235463
    nsecs: 133998392
  frame_id: "taraxl_IMU"
orientation: 
  x: 0.0
  y: 0.0
  z: 0.0
  w: 0.0
orientation_covariance: [-1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
angular_velocity: 
  x: 0.0
  y: 0.0
  z: 0.0
angular_velocity_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
linear_acceleration: 
  x: 0.0
  y: 0.0
  z: 0.0
linear_acceleration_covariance: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
---

and also using below command

rostopic echo /taraxl/imu/inclination

i got below values

---
x: 0.0
y: 0.0
z: 0.0
---

but after that i run taraxl-imu-viewer of taraxl-tools and it gives me some better values like below image, not like all 0 s using ros gave me.

Screenshot from 2020-10-09 14-49-49

so what am i doing wrong ? or How can i get proper data using SDK ?
please help me.

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

1 participant