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
18e4655d
Commit
18e4655d
authored
6 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added a launch file to simulate the robot on top of a platform with 2 degrees of freedom.
parent
7a62e34b
No related branches found
No related tags found
1 merge request
!8
Kinetic migration
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
darwin_apps/launch/darwin_eq.launch
+14
-0
14 additions, 0 deletions
darwin_apps/launch/darwin_eq.launch
darwin_gazebo/launch/darwin.launch
+1
-1
1 addition, 1 deletion
darwin_gazebo/launch/darwin.launch
with
15 additions
and
1 deletion
darwin_apps/launch/darwin_eq.launch
0 → 100644
+
14
−
0
View file @
18e4655d
<launch>
<arg name="robot" default="darwin_cpp" />
<include file="$(find darwin_description)/launch/darwin_sim.launch">
<arg name="robot" value="$(arg robot)" />
</include>
<group ns="platform">
<include file="$(find eq_platform_description)/launch/eq_platform.launch">
</include>
</group>
</launch>
This diff is collapsed.
Click to expand it.
darwin_gazebo/launch/darwin.launch
+
1
−
1
View file @
18e4655d
...
...
@@ -14,7 +14,7 @@
</include>
<!-- Spawn a robot into Gazebo -->
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-param robot_description -urdf -model darwin -x 0 -y 0 -z 0.4 -R 1.6 -P 0 -Y 0" />
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-param robot_description -urdf -model darwin -x 0 -y 0 -z 0.4
9
-R 1.6 -P 0 -Y 0" />
</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