Skip to content

Commit a29a6ab

Browse files
author
LabUser
committed
temp pr11 commi
1 parent 2c8e7d9 commit a29a6ab

File tree

7 files changed

+149
-154
lines changed

7 files changed

+149
-154
lines changed

.vscode/c_cpp_properties.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"configurations": [
3+
{
4+
"browse": {
5+
"databaseFilename": "${default}",
6+
"limitSymbolsToIncludedHeaders": false
7+
},
8+
"includePath": [
9+
"/home/ratatouille/ratatouille_ws/devel/include/**",
10+
"/opt/ros/noetic/include/**",
11+
"/home/ratatouille/ratatouille_ws/src/ar_track_alvar/ar_track_alvar/include/**",
12+
"/home/ratatouille/ratatouille_ws/src/aruco_ros/aruco/include/**",
13+
"/home/ratatouille/ratatouille_ws/src/aruco_ros/aruco_ros/include/**",
14+
"/home/ratatouille/ratatouille_ws/src/Universal_Robots_ROS_Driver/controller_stopper/include/**",
15+
"/home/ratatouille/ratatouille_ws/src/Universal_Robots_ROS_Driver/ur_calibration/include/**",
16+
"/home/ratatouille/ratatouille_ws/src/universal_robot/ur_kinematics/include/**",
17+
"/home/ratatouille/ratatouille_ws/src/Universal_Robots_ROS_Driver/ur_robot_driver/include/**",
18+
"/usr/include/**"
19+
],
20+
"name": "ROS",
21+
"intelliSenseMode": "gcc-x64",
22+
"compilerPath": "/usr/bin/gcc",
23+
"cStandard": "gnu11",
24+
"cppStandard": "c++14"
25+
}
26+
],
27+
"version": 4
28+
}

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.autoComplete.extraPaths": [
3+
"/home/ratatouille/ratatouille_ws/devel/lib/python3/dist-packages",
4+
"/opt/ros/noetic/lib/python3/dist-packages"
5+
]
6+
}

config/ingredient_params/water.yaml

-17
This file was deleted.

config/inventory.yaml

-137
This file was deleted.

config/shelf_inventory.yaml

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
1: !container
2+
name: sunflower_oil
3+
pose:
4+
- 0.3100635215532046
5+
- -0.4850863148899966
6+
- 0.9044339157765726
7+
- 0.6928872772989102
8+
- 7.543955297907527e-06
9+
- -7.418068842953962e-05
10+
- 0.7210459176762721
11+
quantity: 831.97998046875
12+
2: !container
13+
name: rice
14+
pose:
15+
- 0.16004563291462104
16+
- -0.4848958633241019
17+
- 0.9021718520293143
18+
- 0.6928782398745654
19+
- 8.064216010592665e-05
20+
- -1.606536255848832e-06
21+
- 0.7210546014017144
22+
quantity: 865.4000244140625
23+
3: !container
24+
name: no_container
25+
pose: null
26+
quantity: 0
27+
4: !container
28+
name: pasta
29+
pose:
30+
- -0.14004154436044414
31+
- -0.4850760703536496
32+
- 0.9032424103745624
33+
- 0.6928341333335111
34+
- -2.78369455420058e-05
35+
- 5.96026014247593e-05
36+
- 0.7210969833251538
37+
quantity: 200.95001220703125
38+
5: !container
39+
name: water
40+
pose:
41+
- -0.2897535306070893
42+
- -0.4849761735178538
43+
- 0.9020295229839147
44+
- 0.6927871708573166
45+
- 0.00024898681228787306
46+
- -3.636752181311919e-05
47+
- 0.7211420613017145
48+
quantity: 641.0999755859375
49+
6: !container
50+
name: sugar
51+
pose:
52+
- 0.3100180567289574
53+
- -0.48498143208340977
54+
- 0.6584364826636049
55+
- 0.692899323332793
56+
- 0.00012832520188083815
57+
- -4.017420843390759e-05
58+
- 0.7210343331933876
59+
quantity: 645.02001953125
60+
7: !container
61+
name: no_container
62+
pose: null
63+
quantity: 0
64+
8: !container
65+
name: no_container
66+
pose: null
67+
quantity: 0
68+
9: !container
69+
name: no_container
70+
pose: null
71+
quantity: 0
72+
10: !container
73+
name: no_container
74+
pose: null
75+
quantity: 0
76+
11: !container
77+
name: turmeric
78+
pose:
79+
- 0.3099871982109706
80+
- -0.4849531446677905
81+
- 0.4088374621198923
82+
- 0.6927832275994247
83+
- -1.7418829050206552e-06
84+
- 6.008609012370372e-05
85+
- 0.7211458908872401
86+
quantity: 441.07000732421875
87+
12: !container
88+
name: salt
89+
pose:
90+
- 0.16002101477522862
91+
- -0.48502311363282913
92+
- 0.41094036054824745
93+
- 0.6928243979166018
94+
- -1.5176589746609476e-05
95+
- 5.884871789948952e-06
96+
- 0.7211063398601745
97+
quantity: 1174.6099853515625
98+
13: !container
99+
name: no_container
100+
pose: null
101+
quantity: 0
102+
14: !container
103+
name: no_container
104+
pose: null
105+
quantity: 0
106+
15: !container
107+
name: no_container
108+
pose: null
109+
quantity: 0

launch/ratatouille-bringup.launch

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<include file="$(find realsense2_camera)/launch/rs_rgbd.launch">
3838
<arg name="device_type" value="$(arg realsense_camera_type)" />
3939
<arg name="enable_depth" value="true" />
40+
<arg name="color_width" value="1280" />
41+
<arg name="color_height" value="720" />
42+
<arg name="color_fps" value="30" />
43+
<arg name="depth_width" value="1280" />
44+
<arg name="depth_height" value="720" />
45+
<arg name="depth_fps" value="30" />
4046
</include>
4147

4248
<!-- April Tag Tracking -->
193 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)