Skip to content

基于 ROS2 框架,适配 fdilink-ahrs 型号的 IMU 数采节点

Notifications You must be signed in to change notification settings

postrantor/imu_fdilink_ahrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

date
2024-12-29 06:57:04 -0800

install rviz2

sudo apt install ros-humble-rviz-imu-plugin

pub

ros2 topic pub /imu sensor_msgs/msg/Imu \
  "{header: {frame_id: 'gyro_link'}, \
    orientation: {x: 0.0, y: 0.0, z: 0.0, w: 1.0}, \
    angular_velocity: {x: 0.1, y: 0.2, z: 0.3}, \
    linear_acceleration: {x: 0.0, y: 0.0, z: 9.8}}"

sub

ros2 topic echo /imu --field "orientation.x"

launch

load imu sensor

ros2 launch fdilink_ahrs ahrs_driver.launch.py
ros2 topic echo /imu --field orientation

About

基于 ROS2 框架,适配 fdilink-ahrs 型号的 IMU 数采节点

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published