Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_velodyne_gazebo
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
ranger3d
iri_velodyne_gazebo
Commits
9d736cc0
Commit
9d736cc0
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed the state_publihser type to the robot_state_publihser type because it is deprecated.
parent
1a68e633
No related branches found
No related tags found
1 merge request
!1
Changed the state_publihser type to the robot_state_publihser type because it is deprecated.
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
launch/rslidar16_sim.launch
+1
-1
1 addition, 1 deletion
launch/rslidar16_sim.launch
launch/velodyne_hdl32_sim.launch
+1
-1
1 addition, 1 deletion
launch/velodyne_hdl32_sim.launch
launch/velodyne_vlp16_sim.launch
+1
-1
1 addition, 1 deletion
launch/velodyne_vlp16_sim.launch
with
3 additions
and
3 deletions
launch/rslidar16_sim.launch
+
1
−
1
View file @
9d736cc0
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<param
name=
"robot_description"
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_robosense_lidar_description)/urdf/rslidar16_example.xacro'"
/>
command=
"$(find xacro)/xacro --inorder '$(find iri_robosense_lidar_description)/urdf/rslidar16_example.xacro'"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"robosense_tf_broadcaster"
>
<node
pkg=
"robot_state_publisher"
type=
"
robot_
state_publisher"
name=
"robosense_tf_broadcaster"
>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
</node>
</node>
...
...
This diff is collapsed.
Click to expand it.
launch/velodyne_hdl32_sim.launch
+
1
−
1
View file @
9d736cc0
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<param
name=
"robot_description"
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_velodyne_lidar_description)/urdf/velodyne_hdl32_example.xacro'"
/>
command=
"$(find xacro)/xacro --inorder '$(find iri_velodyne_lidar_description)/urdf/velodyne_hdl32_example.xacro'"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"velodyne_tf_broadcaster"
>
<node
pkg=
"robot_state_publisher"
type=
"
robot_
state_publisher"
name=
"velodyne_tf_broadcaster"
>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
</node>
</node>
...
...
This diff is collapsed.
Click to expand it.
launch/velodyne_vlp16_sim.launch
+
1
−
1
View file @
9d736cc0
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<param
name=
"robot_description"
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_velodyne_lidar_description)/urdf/velodyne_vlp16_example.xacro'"
/>
command=
"$(find xacro)/xacro --inorder '$(find iri_velodyne_lidar_description)/urdf/velodyne_vlp16_example.xacro'"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"velodyne_tf_broadcaster"
>
<node
pkg=
"robot_state_publisher"
type=
"
robot_
state_publisher"
name=
"velodyne_tf_broadcaster"
>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"tf_prefix"
type=
"string"
value=
""
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
</node>
</node>
...
...
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