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

Update README.md #277

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ If you are interested in working on the node in a docker container, see the [Doc

If you need to modify the source of this repository, or are running on a platform that we do not support, you can build from source by following the [Building From Source](#building-from-source) guide below.

When building from source it is important to install the udev rules to ensure ports are static. Instructions below:

Download the [udev](https://github.com/LORD-MicroStrain/microstrain_inertial/blob/ros/microstrain_inertial_driver/debian/udev) file, and copy it to `/usr/lib/udev/rules.d/100-microstrain.rules` on Ubuntu or `/etc/udev/rules.d/100-microstrain.rules` on debian, CentOS, or Redhat

Once the udev rule is installed, the devices will appear as follows in the file system, where {serial} is the serial number of the device:

* `/dev/microstrain_main_{serial}` - All GX5 devices, and the main port of GQ7 devices
* `/dev/microstrain_aux_{serial}` - The aux port of GQ7 devices
* `/dev/microstrain_rtk_{serial}` - 3DM-RTK devices

#### **IMPORTANT NOTE ABOUT CLONING**

Expand Down