(Jetson Project#7)Launch the MPU6050 IMU Node and Visualize in RViz (3)

mseokq23·2024년 11월 24일
0
post-thumbnail

Last post, I resolved "rostopic issue"(with an unnecessary thing).

So, let's Visualizing IMU data!

  1. First terminal
roscore
  1. Second terminal
roslaunch mpu6050_driver mpu6050.launch
  1. Third terminal
rostopic echo /imu/data_raw
  1. Last terminal
rviz

In rviz,
1) Set the "Fixed Frame" to "imu_link"
2) Click "Add" button
3) In the "By topic" tab, Select "Imu" and "OK"

Now, you can see the below.

  1. If want Verification all current node.
    Use rqt_graph to visualize the TF tree.
rosrun rqt_graph rqt_graph

Ensure that imu_link is correctly connected to base_link.

0개의 댓글