Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_imu_msg_fix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
sensors
imu
iri_imu_msg_fix
Commits
57fe7f18
Commit
57fe7f18
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Change package name, add iri_ prefix
parent
5b83924e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cfg/ImuMsgFix.cfg
+1
-1
1 addition, 1 deletion
cfg/ImuMsgFix.cfg
launch/node.launch
+1
-1
1 addition, 1 deletion
launch/node.launch
package.xml
+4
-4
4 additions, 4 deletions
package.xml
with
7 additions
and
7 deletions
CMakeLists.txt
+
1
−
1
View file @
57fe7f18
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
)
...
...
This diff is collapsed.
Click to expand it.
cfg/ImuMsgFix.cfg
+
1
−
1
View file @
57fe7f18
...
@@ -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
*
...
...
This diff is collapsed.
Click to expand it.
launch/node.launch
+
1
−
1
View file @
57fe7f18
...
@@ -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)"/>
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
4
−
4
View file @
57fe7f18
<?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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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