Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
imu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CdF
modules
imu
Commits
b770beee
Commit
b770beee
authored
4 years ago
by
Paul D'Angio
Browse files
Options
Downloads
Patches
Plain Diff
updated readme to use new sensor_msgs_ext publications
parent
4895d90a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-5
7 additions, 5 deletions
README.md
with
7 additions
and
5 deletions
README.md
+
7
−
5
View file @
b770beee
...
...
@@ -22,7 +22,7 @@ The driver_mpu9250 package has been tested under [ROS] Melodic and Ubuntu 18.04.
#### Dependencies
-
[
Robot Operating System (ROS)
](
http://wiki.ros.org
)
(
middleware
for robotics)
-
[
sensor_msgs
](
http://
wiki.ros.org/
sensor_msgs
)
(
ROS
sensor_msg
s)
-
[
sensor_msgs
_ext
](
http
s
://
github.com/pcdangio/ros-
sensor_msgs
_ext
)
(
ROS
extended sensor message
s)
-
[
pigpio
](
http://abyz.me.uk/rpi/pigpio/
)
(
Raspberry
PI I/O)
#### Building
...
...
@@ -52,11 +52,13 @@ A Raspberry Pi driver for MPU9250. Ensure that the pigpio daemon is running bef
#### Published Topics
*
**`imu/imu`**
(
[
sensor_msgs/Imu
](
http://docs.ros.org/api/sensor_msgs/html/msg/Imu.html
)
)
The acceleration and gyroscope measurements from the MPU9250.
*
**`imu/magneto`**
(
[
sensor_msgs/MagneticField
](
http://docs.ros.org/api/sensor_msgs/html/msg/MagneticField.html
)
)
*
**`imu/accelerometer`**
(
[
sensor_msgs_ext/accelerometer
](
https://github.com/pcdangio/ros-sensor_msgs_ext/blob/master/msg/accelerometer.msg
)
)
The acceleration measurements from the MPU9250.
*
**`imu/gyroscope`**
(
[
sensor_msgs_ext/gyroscope
](
https://github.com/pcdangio/ros-sensor_msgs_ext/blob/master/msg/gyroscope.msg
)
)
The gyroscope measurements from the MPU9250.
*
**`imu/magnetometer`**
(
[
sensor_msgs_ext/magnetometer
](
https://github.com/pcdangio/ros-sensor_msgs_ext/blob/master/msg/magnetometer.msg
)
)
The magnetic field measurements from the onboard AK8963 compass.
*
**`imu/temperature`**
(
[
sensor_msgs
/T
emperature
](
http://
docs.ros.org/api/sensor_msgs/html
/msg/
T
emperature.
html
)
)
*
**`imu/temperature`**
(
[
sensor_msgs
_ext/t
emperature
](
http
s
://
github.com/pcdangio/ros-sensor_msgs_ext/blob/master
/msg/
t
emperature.
msg
)
)
The die temperature of the MPU9250 sensor.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment