Skip to content

Commit

Permalink
pr2 search works!
Browse files Browse the repository at this point in the history
  • Loading branch information
connoralittle committed Nov 18, 2024
1 parent 651cf52 commit 9aff1f4
Show file tree
Hide file tree
Showing 5 changed files with 63,562 additions and 154 deletions.
2 changes: 1 addition & 1 deletion pr2
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function run {
FD="$FD --build=$RELEASE_BUILD"
fi

if [ "--disable-object-sampling" = "$1" ]; then
if [true]; then

This comment has been minimized.

Copy link
@haz

haz Nov 18, 2024

Contributor

This doesn't look right :P

This comment has been minimized.

Copy link
@connoralittle

connoralittle Nov 18, 2024

Author Collaborator

Ah, that was a placeholder from working with visualization. Debug launch does not play nice with both meta arguments and PR2 arguements

shift
else
# checks if there are any symmetries to play with
Expand Down
Loading

0 comments on commit 9aff1f4

Please sign in to comment.