Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_tiago_arm_module
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
platforms
TIAGo
iri_tiago_arm_module
Commits
84e284ca
Commit
84e284ca
authored
6 years ago
by
Irene Garcia Camacho
Browse files
Options
Downloads
Patches
Plain Diff
Modified ArmClient.cfg file
parent
2efee7a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/ArmClient.cfg
+9
-9
9 additions, 9 deletions
cfg/ArmClient.cfg
with
9 additions
and
9 deletions
cfg/ArmClient.cfg
+
9
−
9
View file @
84e284ca
...
...
@@ -45,22 +45,22 @@ const = gen.add_group("Path constraints")
#gen.add("velocity_scale_factor",
double_t, 0, "Maximum velocity scale factor", 0.5, 0.0, 1.0)
move_joints.add("start_joints",
bool_t, 0, "Execute selected motion", False)
move_joints.add("cancel_joints",
bool_t, 0, "Cancel current motion", False)
move_joints.add("torso",
double_t, 0, "Target angle for torso", 0.
0
, 0.0, 0.35)
move_joints.add("joint1",
double_t, 0, "Target angle for joint 1", 0.
0
, -3.14159, 3.14159)
move_joints.add("joint2",
double_t, 0, "Target angle for joint 2",
0.0
, -3.14159, 3.14159)
move_joints.add("joint3",
double_t, 0, "Target angle for joint 3", 0.
0
, -3.14159, 3.14159)
move_joints.add("joint4",
double_t, 0, "Target angle for joint 4",
0
.0, -3.14159, 3.14159)
move_joints.add("joint5",
double_t, 0, "Target angle for joint 5",
0.0
, -3.14159, 3.14159)
move_joints.add("joint6",
double_t, 0, "Target angle for joint 6",
0.0
, -3.14159, 3.14159)
move_joints.add("torso",
double_t, 0, "Target angle for torso", 0.
15
, 0.0, 0.35)
move_joints.add("joint1",
double_t, 0, "Target angle for joint 1", 0.
2
, -3.14159, 3.14159)
move_joints.add("joint2",
double_t, 0, "Target angle for joint 2",
-1.3
, -3.14159, 3.14159)
move_joints.add("joint3",
double_t, 0, "Target angle for joint 3",
-
0.
2
, -3.14159, 3.14159)
move_joints.add("joint4",
double_t, 0, "Target angle for joint 4",
2
.0, -3.14159, 3.14159)
move_joints.add("joint5",
double_t, 0, "Target angle for joint 5",
-1.5
, -3.14159, 3.14159)
move_joints.add("joint6",
double_t, 0, "Target angle for joint 6",
1.4
, -3.14159, 3.14159)
move_joints.add("joint7",
double_t, 0, "Target angle for joint 7", 0.0, -3.14159, 3.14159)
move_joints.add("joint_tol",
double_t, 0, "Target angle tolerance", 0.0, -3.14159, 3.14159)
move_pose.add("start_pose",
bool_t, 0, "Execute selected motion", False)
move_pose.add("cancel_pose",
bool_t, 0, "Cancel current motion", False)
move_pose.add("plan_frame_id",
str_t, 0, "Target pose reference frame", "/base_footprint")
move_pose.add("x_pos",
double_t, 0, "Target X position", 0.
0
, -2.0, 2.0)
move_pose.add("x_pos",
double_t, 0, "Target X position", 0.
5
, -2.0, 2.0)
move_pose.add("y_pos",
double_t, 0, "Target Y position", 0.0, -2.0, 2.0)
move_pose.add("z_pos",
double_t, 0, "Target Z position", 0.
0
, -2.0, 2.0)
move_pose.add("z_pos",
double_t, 0, "Target Z position", 0.
6
, -2.0, 2.0)
move_pose.add("x_orientation",
double_t, 0, "Target X orientation", 0.0, -3.14159,3.14159)
move_pose.add("y_orientation",
double_t, 0, "Target Y orientation", 0.0, -3.14159,3.14159)
move_pose.add("z_orientation",
double_t, 0, "Target Z orientation", 0.0, -3.14159,3.14159)
...
...
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