Skip to content

Commit 1877b7e

Browse files
committed
End of 9/6 dinner push
1 parent a9e850a commit 1877b7e

File tree

4 files changed

+38
-18
lines changed

4 files changed

+38
-18
lines changed

ada_feeding/config/ada_feeding_action_servers_custom.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# This file is auto-generated by create_action_servers.py
22
ada_feeding_action_servers:
33
ros__parameters:
4+
Stand:
5+
MoveFromMouth.tree_kwargs.staging_configuration_position:
6+
- 0.28323
7+
- 0.07289
8+
- 0.69509
9+
MoveFromMouth.tree_kwargs.staging_configuration_quat_xyzw:
10+
- 0.00472
11+
- 0.69757
12+
- 0.71645
13+
- -0.00811
14+
MoveToStagingConfiguration.tree_kwargs.goal_configuration:
15+
- -2.32526
16+
- 4.456298
17+
- 4.16769
18+
- 1.53262
19+
- -2.18359
20+
- -2.19525
421
bed_side_table_1:
522
AcquireFood.tree_kwargs.resting_joint_positions:
623
- -1.9742708245801905
@@ -51,7 +68,8 @@ ada_feeding_action_servers:
5168
custom_namespaces:
5269
- bed_side_table_1
5370
- wheelchair_side_table_1
54-
namespace_to_use: wheelchair_side_table_1
71+
- Stand
72+
namespace_to_use: Stand
5573
wheelchair_side_table_1:
5674
AcquireFood.tree_kwargs.resting_joint_positions:
5775
- -0.8280291806000825

ada_feeding/config/ada_feeding_action_servers_default.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ada_feeding_action_servers:
66

77
default:
88
# TODO: Post-deployment, change this back!
9-
planning_scene_namespace_to_use: seated_90
9+
planning_scene_namespace_to_use: seated
1010

1111
# A list of the names of the action servers to create. Each one must have
1212
# it's own parameters (below) specifying action_type and tree_class.
@@ -59,12 +59,13 @@ ada_feeding_action_servers:
5959
- max_velocity_scaling_to_resting_configuration
6060
tree_kwargs:
6161
resting_joint_positions: # required
62-
- -1.94672 # j2n6s200_joint_1
63-
- 2.51268 # j2n6s200_joint_2
64-
- 0.35653 # j2n6s200_joint_3
65-
- -4.76501 # j2n6s200_joint_4
66-
- 5.99991 # j2n6s200_joint_5
67-
- 4.99555 # j2n6s200_joint_6
62+
# Front-staging configuration -- Shorter
63+
- -2.32526
64+
- 4.456298
65+
- 4.16769
66+
- 1.53262
67+
- -2.18359
68+
- -2.19525
6869
max_velocity_scaling_move_above: 1.0 # m/s
6970
max_velocity_scaling_move_into: 1.0 # m/s
7071
max_velocity_scaling_to_resting_configuration: 1.0 # m/s
@@ -84,12 +85,13 @@ ada_feeding_action_servers:
8485
- max_velocity_scaling_factor
8586
tree_kwargs: # optional
8687
goal_configuration: # required
87-
- -1.94672 # j2n6s200_joint_1
88-
- 2.51268 # j2n6s200_joint_2
89-
- 0.35653 # j2n6s200_joint_3
90-
- -4.76501 # j2n6s200_joint_4
91-
- 5.99991 # j2n6s200_joint_5
92-
- 4.99555 # j2n6s200_joint_6
88+
# Front-staging configuration -- Shorter
89+
- -2.32526
90+
- 4.456298
91+
- 4.16769
92+
- 1.53262
93+
- -2.18359
94+
- -2.19525
9395
orientation_constraint_quaternion: # perpendicular to the base link
9496
- 0.707168 # x
9597
- 0.0 # y

ada_feeding_action_select/config/acquisition_library.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ actions:
1212
- 0.08
1313
ext_torque: 4.0
1414
grasp_angular:
15+
- -0.4
1516
- 0.0
1617
- 0.0
17-
- 0.0
18-
grasp_duration: 0.0
18+
grasp_duration: 1.5
1919
grasp_force: 15.0
2020
grasp_linear:
2121
- 0.0
2222
- 0.0
23-
- 0.0
23+
- 0.02
2424
grasp_torque: 4.0
2525
pre_force: 30.0
2626
pre_offset:

ada_planning_scene/config/ada_planning_scene.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ada_planning_scene:
2525
- bedside
2626
- seated_90
2727
- bedside_90
28-
namespace_to_use: bedside_90 # seated_90 #
28+
namespace_to_use: seated # bedside_90 # seated_90 #
2929

3030
############################################################################
3131
# Parameters related to the PlanningSceneInitializer class

0 commit comments

Comments
 (0)