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
Merge requests
!8
Kinetic migration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Kinetic migration
kinetic_migration
into
master
Overview
0
Commits
73
Pipelines
0
Changes
140
Merged
Sergi Hernandez
requested to merge
kinetic_migration
into
master
5 years ago
Overview
0
Commits
73
Pipelines
0
Changes
140
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
62fe2760
73 commits,
5 years ago
140 files
+
16677
−
3783
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
140
Search (e.g. *.vue) (Ctrl+P)
darwin_apps/launch/ceabot/ceabot_base.launch
0 → 100644
+
13
−
0
Options
<launch>
<arg name="robot" default="darwin" />
<include file="$(find darwin_description)/launch/darwin_base.launch">
<arg name="robot" value="$(arg robot)" />
</include>
<include file="$(find darwin_apps)/launch/xs_camera_qr.launch"/>
<include file="$(find bno055_imu)/launch/darwin_bno055_imu.launch"/>
</launch>
Loading