-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{melodic} microstrain-mips: undo incorrect conversion
_mips wasn't an override in this case Signed-off-by: Martin Jansa <[email protected]>
- Loading branch information
1 parent
d6ba803
commit a238693
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ | |
inherit ros_distro_melodic | ||
inherit ros_superflore_generated | ||
|
||
DESCRIPTION = "The microstrain:mips package provides a driver for the LORD/Microstrain 3DM_GX5_XX GPS-aided IMU sensor." | ||
DESCRIPTION = "The microstrain_mips package provides a driver for the LORD/Microstrain 3DM_GX5_XX GPS-aided IMU sensor." | ||
AUTHOR = "Brian Bingham <[email protected]>" | ||
ROS_AUTHOR = "Brian Bingham <[email protected]>" | ||
HOMEPAGE = "http://wiki.ros.org/microstrain_3dm_gx5_45" | ||
SECTION = "devel" | ||
LICENSE = "GPL" | ||
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=162b49cfbae9eadf37c9b89b2d2ac6be" | ||
|
||
ROS_CN = "microstrain:mips" | ||
ROS_BPN = "microstrain:mips" | ||
ROS_CN = "microstrain_mips" | ||
ROS_BPN = "microstrain_mips" | ||
|
||
ROS_BUILD_DEPENDS = " \ | ||
cmake-modules \ | ||
|