Skip to content

Commit 32df58c

Browse files
committed
End of 9/3 push
1 parent ea7dc3e commit 32df58c

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

ada_feeding/config/ada_feeding_action_servers_custom.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,50 @@ ada_feeding_action_servers:
33
ros__parameters:
44
bed_side_table_1:
55
AcquireFood.tree_kwargs.resting_joint_positions:
6-
- -2.40341872791
7-
- 3.9280238571740833
8-
- 1.2793723345038692
9-
- -1.2987086150725533
10-
- -1.7135562754510847
11-
- 0.77158428024418
6+
- -2.3098698682948524
7+
- 3.8010784248610583
8+
- 1.0663586623445815
9+
- -1.065310242402444
10+
- -1.617327609992979
11+
- 0.6628209810624257
1212
MoveAbovePlate.tree_kwargs.joint_positions:
13-
- -1.76876666747
14-
- 3.6562432079254257
15-
- 1.6497725020792509
16-
- -2.659056359891099
17-
- 4.916644381246061
18-
- 1.7380801275071338
13+
- -1.7699565678587286
14+
- 3.7596148709012875
15+
- 1.6383170478083295
16+
- -2.693377848439495
17+
- -1.2328692808133417
18+
- 7.957433724415264
1919
MoveFromMouth.tree_kwargs.linear_speed_near_mouth: 0.08
2020
MoveFromMouth.tree_kwargs.max_linear_speed_to_staging_configuration: 0.15
2121
MoveFromMouth.tree_kwargs.staging_configuration_position:
22-
- -0.3418209608339783
23-
- -0.19780925396905233
24-
- 0.2413684489609259
22+
- -0.4367114020802131
23+
- -0.1523456553338336
24+
- 0.14724472769505167
2525
MoveFromMouth.tree_kwargs.staging_configuration_quat_xyzw:
26-
- -0.14594094
27-
- 0.63546216
28-
- 0.691676
29-
- -0.31060195
26+
- 0.15372897764638055
27+
- -0.5708623692737814
28+
- -0.7370779464074988
29+
- 0.327413588139875
3030
MoveToMouth.tree_kwargs.linear_speed_near_mouth: 0.06
3131
MoveToMouth.tree_kwargs.max_linear_speed: 0.14
3232
MoveToMouth.tree_kwargs.plan_distance_from_mouth:
3333
- 0.025
3434
- 0.0
3535
- -0.01
3636
MoveToRestingPosition.tree_kwargs.goal_configuration:
37-
- -2.40341872791
38-
- 3.9280238571740833
39-
- 1.2793723345038692
40-
- -1.2987086150725533
41-
- -1.7135562754510847
42-
- 0.77158428024418
37+
- -2.3098698682948524
38+
- 3.8010784248610583
39+
- 1.0663586623445815
40+
- -1.065310242402444
41+
- -1.617327609992979
42+
- 0.6628209810624257
4343
MoveToStagingConfiguration.tree_kwargs.goal_configuration:
44-
- -1.41958843169
45-
- 4.259094195455066
46-
- 1.72927358641446
47-
- -0.6739427412487604
48-
- -3.0701456341812565
49-
- 1.8009590918986131
44+
- -1.1911872144861295
45+
- 4.582556148817801
46+
- 1.839602624580099
47+
- -0.7605173145972737
48+
- -2.7302897937802113
49+
- 1.4082625402029247
5050
planning_scene_namespace_to_use: bedside_90
5151
custom_namespaces:
5252
- bed_side_table_1

start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ async def main(args: argparse.Namespace, pwd: str) -> None:
291291
"sudo ./src/ada_feeding/configure_lovelace.sh",
292292
(
293293
"ros2 launch ada_feeding ada_feeding_launch.xml "
294-
f"use_estop:={'false' if args.dev else 'true'} run_web_bridge:=false policy:={args.policy}"
294+
f"use_estop:={'false' if args.dev else 'true'} run_web_bridge:=false policy:={args.policy} action:=1"
295295
),
296296
],
297297
"browser": [

0 commit comments

Comments
 (0)