Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Introduction To Robotics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GUT Teaching
introduction-to-robotics
Introduction To Robotics
Commits
9d6ddd55
Commit
9d6ddd55
authored
2 months ago
by
Brolin Antony
Browse files
Options
Downloads
Patches
Plain Diff
Fixing home position issue
parent
a76f6816
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Exercises/catkin_ws/src/gut_robot/arm_robot/launch/arm_urdf.launch
+7
-2
7 additions, 2 deletions
.../catkin_ws/src/gut_robot/arm_robot/launch/arm_urdf.launch
with
7 additions
and
2 deletions
Exercises/catkin_ws/src/gut_robot/arm_robot/launch/arm_urdf.launch
+
7
−
2
View file @
9d6ddd55
...
@@ -12,14 +12,19 @@
...
@@ -12,14 +12,19 @@
<!--spawn
<!--spawn
a empty gazebo world-->
a empty gazebo world-->
<include file="$(find gazebo_ros)/launch/empty_world.launch" />
<include file="$(find gazebo_ros)/launch/empty_world.launch" >
<arg name="world_name" value="$(find arm_robot)/worlds/empty.world" />
<arg name="paused" value="true" />
<arg name="use_sim_time" value="true" />
</include>
<node name="tf_footprint_base" pkg="tf" type="static_transform_publisher"
<node name="tf_footprint_base" pkg="tf" type="static_transform_publisher"
args="0 0 0 0 0 0 base_link base_footprint 40" />
args="0 0 0 0 0 0 base_link base_footprint 40" />
<!--spawn
<!--spawn
model-->
model-->
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model"
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model"
args="-x $(arg arg_x) -y $(arg arg_y) -z $(arg arg_z) -Y $(arg arg_Y) -param robot_description -urdf -model arm_robot -J joint1 0.0 -J joint2 0.0 -J joint3 0.0 -J joint4 0.0 -J joint5 0.0 -J joint6 0.0" />
args="-x $(arg arg_x) -y $(arg arg_y) -z $(arg arg_z) -Y $(arg arg_Y) -param robot_description -urdf -model arm_robot
-J joint1 0.0 -J joint2 0.0 -J joint3 0.73 -J joint4 1.07 -J joint5 0.0 -J joint6 0.0 -unpause" />
<!--Load
<!--Load
and launch the joint trajectory controller-->
and launch the joint trajectory controller-->
...
...
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