Skip to content
Snippets Groups Projects
Commit 57fe7f18 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Change package name, add iri_ prefix

parent 5b83924e
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 2.8.3)
project(imu_msg_fix) project(iri_imu_msg_fix)
## Find catkin macros and libraries ## Find catkin macros and libraries
find_package(catkin REQUIRED) find_package(catkin REQUIRED)
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Author: # Author:
PACKAGE='imu_msg_fix' PACKAGE='iri_imu_msg_fix'
from dynamic_reconfigure.parameter_generator_catkin import * from dynamic_reconfigure.parameter_generator_catkin import *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<arg name="imu_in" default="/imu_in/data"/> <arg name="imu_in" default="/imu_in/data"/>
<arg name="imu_out" default="/imu_out/data"/> <arg name="imu_out" default="/imu_out/data"/>
<node pkg="imu_msg_fix" name="imu_msg_fix" type="imu_msg_fix" output="screen"> <node pkg="iri_imu_msg_fix" name="imu_msg_fix" type="imu_msg_fix" output="screen">
<remap from="~imu_in" to="$(arg imu_in)"/> <remap from="~imu_in" to="$(arg imu_in)"/>
<remap from="~imu_out" to="$(arg imu_out)"/> <remap from="~imu_out" to="$(arg imu_out)"/>
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<name>imu_msg_fix</name> <name>iri_imu_msg_fix</name>
<version>0.0.0</version> <version>0.0.0</version>
<description>The imu_msg_fix package</description> <description>The iri_imu_msg_fix package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag --> <!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: --> <!-- Example: -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!-- Url tags are optional, but mutiple are allowed, one per tag --> <!-- Url tags are optional, but mutiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository --> <!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: --> <!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/imu_msg_fix</url> --> <!-- <url type="website">http://wiki.ros.org/iri_imu_msg_fix</url> -->
<!-- Author tags are optional, mutiple are allowed, one per tag --> <!-- Author tags are optional, mutiple are allowed, one per tag -->
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
<!-- Other tools can request additional information be placed here --> <!-- Other tools can request additional information be placed here -->
</export> </export>
</package> </package>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment