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
c6c4e358
Unverified
Commit
c6c4e358
authored
4 years ago
by
pcdangio
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
package: updated readme to reference pigpiod in usage
parent
405a834a
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
+20
-6
20 additions, 6 deletions
README.md
with
20 additions
and
6 deletions
README.md
+
20
−
6
View file @
c6c4e358
...
...
@@ -29,20 +29,34 @@ The driver_mpu9250 package has been tested under [ROS] Melodic and Ubuntu 18.04.
To build from source, clone the latest version from this repository into your catkin workspace and compile the package using
cd catkin_workspace/src
git clone https://github.com/pcdangio/ros-driver_mpu9250.git driver_mpu9250
cd ../
catkin_make
```
bash
# Switch to your catkin workspace directory.
cd
catkin_workspace
# Clone the package into the workspace src directory.
git clone https://github.com/pcdangio/ros-driver_mpu9250.git src/driver_mpu9250
# Build the package.
catkin_make
```
## Usage
Run any of the driver nodes with (where xxx is the driver type):
rosrun driver_mpu9250 driver_mpu9250_xxx
```
bash
rosrun driver_mpu9250 driver_mpu9250_xxx
```
For example, to run the node using a driver for a Raspberry Pi:
rosrun driver_mpu9250 driver_mpu9250_rpi
```
bash
# First, in a different terminal, start up the PiGPIO Daemon:
sudo
pigpiod
# In a second terminal, start up the driver.
rosrun driver_mpu9250 driver_mpu9250_rpi
```
### Creating Device Drivers
...
...
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