Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/lab_sim/objectives/ml_segment_bottles_from_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<Control ID="Sequence" name="TopLevelSequence">
<Action
ID="LoadImageFromFile"
file_path="~/user_ws/src/lab_sim/objectives/real_lab1.png"
file_path="objectives/real_lab1.png"
package_name="lab_sim"
/>
<Action
ID="GetMasks2DFromExemplar"
Expand Down
4 changes: 2 additions & 2 deletions src/lab_sim/objectives/real_lab1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/lab_sim/test/objectives_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"MPC Pose Tracking Static Point Cloud Avoidance with Sphere Down Sample",
"MPC Pose Tracking Dynamic Point Cloud Avoidance with Sphere Down Sample",
"ML Find Bottles on Table from Image Exemplar", # Skipped because it looks for a file on a home path
"ML Segment Bottles from File", # Skipped because it looks for a file on a home path
"ML Segment Image",
"ML Segment Point Cloud from Clicked Point",
"ML Auto Grasp Object from Clicked Point", # Skipped because there is no primary ui to switch to in ci
Expand Down
Loading