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

TAG300N1000 serial launch imu data is wrong #11

Open
TZECHIN6 opened this issue Jan 18, 2024 · 0 comments
Open

TAG300N1000 serial launch imu data is wrong #11

TZECHIN6 opened this issue Jan 18, 2024 · 0 comments

Comments

@TZECHIN6
Copy link

TZECHIN6 commented Jan 18, 2024

Setup configuration

IMU model: TAG300N1000
OS: Ubuntu 22.04
ROS: ROS2 humble

Reproduce

  1. git clone this package and switch to Humble branch
  2. ros2 launch tamagawa_imu_driver serial_AU7554N.launch
---
header:
  stamp:
    sec: 1705563680
    nanosec: 445984098
  frame_id: imu
orientation:
  x: 0.0
  y: 0.0
  z: 0.0
  w: 1.0
orientation_covariance:
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
angular_velocity:
  x: 0.0008522115488253562
  y: 0.0003195793308095086
  z: -0.023542344036300466
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.35400390625
  y: -9.686279296875
  z: 1.0894775390625
linear_acceleration_covariance:
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
---

The sensor is placed flat on a desk, Z is pointing downward. However, the serial driver is wrongly decode the message (please see above imu/data log.

Remark: CAN driver can correctly decode the IMU package as expected

Update
https://github.com/tier4/tamagawa_imu_driver/tree/feature/TAG300
Actually, there is a fork from Tier 4 as well, but the last update date is older than this repository, can anyone suggest which one should I go for?

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