Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
darwin_robot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
humanoides
darwin_robot
Commits
488f2d5c
Commit
488f2d5c
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
moved the darwin driver inside the darwin namespace.
parent
34ee3608
No related branches found
No related tags found
1 merge request
!8
Kinetic migration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
darwin_description/launch/darwin_sim.launch
+6
-4
6 additions, 4 deletions
darwin_description/launch/darwin_sim.launch
with
6 additions
and
4 deletions
darwin_description/launch/darwin_sim.launch
+
6
−
4
View file @
488f2d5c
...
@@ -10,10 +10,12 @@
...
@@ -10,10 +10,12 @@
<arg name="robot" value="$(arg robot)" />
<arg name="robot" value="$(arg robot)" />
</include>
</include>
<include file="$(find darwin_driver)/launch/darwin.launch">
<group ns="darwin">
<arg name="device" value="/dev/pts/6"/>
<include file="$(find darwin_driver)/launch/darwin.launch">
<arg name="simulate" value="True"/>
<arg name="device" value="/dev/pts/24"/>
</include>
<arg name="simulate" value="True"/>
</include>
</group>
</launch>
</launch>
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