Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_dabo_description
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
robots
dabo
iri_dabo_description
Commits
86ea9eff
Commit
86ea9eff
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add dependencies. Comment bumblebee2 from urdf for now
parent
e8f66228
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
launch/description.launch
+2
-2
2 additions, 2 deletions
launch/description.launch
package.xml
+3
-0
3 additions, 0 deletions
package.xml
urdf/include/sensors.xacro
+2
-0
2 additions, 0 deletions
urdf/include/sensors.xacro
with
7 additions
and
2 deletions
launch/description.launch
+
2
−
2
View file @
86ea9eff
...
...
@@ -11,7 +11,7 @@
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_dabo_description)/urdf/$(arg model).xacro' name:=$(arg ns)"
/>
<node
pkg=
"robot_state_publisher"
type=
"state_publisher"
name=
"state_publisher"
>
<node
pkg=
"robot_state_publisher"
type=
"
robot_
state_publisher"
name=
"
robot_
state_publisher"
>
<param
name=
"tf_prefix"
type=
"string"
value=
"/$(arg ns)"
/>
<param
name=
"publish_frequency"
type=
"double"
value=
"20.0"
/>
</node>
...
...
@@ -38,4 +38,4 @@
<arg
name=
"name"
value=
"$(arg ns)"
/>
</include>
</launch>
\ No newline at end of file
</launch>
This diff is collapsed.
Click to expand it.
package.xml
+
3
−
0
View file @
86ea9eff
...
...
@@ -51,6 +51,9 @@
<buildtool_depend>
catkin
</buildtool_depend>
<exec_depend>
iri_segway_rmp200_description
</exec_depend>
<exec_depend>
iri_hokuyo_laser2d_description
</exec_depend>
<exec_depend>
iri_bumblebee2_camera_description
</exec_depend>
<exec_depend>
iri_stereo_camera_gazebo
</exec_depend>
<exec_depend>
iri_joint_trajectory_gazebo
</exec_depend>
<exec_depend>
xacro
</exec_depend>
<exec_depend>
robot_state_publisher
</exec_depend>
<exec_depend>
tf
</exec_depend>
...
...
This diff is collapsed.
Click to expand it.
urdf/include/sensors.xacro
+
2
−
0
View file @
86ea9eff
...
...
@@ -20,11 +20,13 @@
</xacro:hokuyo_laser2d>
<!--TODO add Bumblebee 2 -->
<!--
<xacro:include filename="$(find iri_bumblebee2_camera_description)/urdf/bumblebee2_camera.xacro" />
<xacro:bumblebee2_camera name="bumblebee2" parent="head_base" resolution="low_res" sim_config="$(find iri_stereo_camera_gazebo)/config/stereo_camera_config.yaml">
<origin xyz="0.03 0.0 0.0" rpy="0 0 0"/>
</xacro:bumblebee2_camera>
-->
<!-- example realsense
<xacro:include filename="$(find iri_realsense_depth_description)/urdf/realsense.xacro" />
...
...
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