You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x should be scaled_x, y should scaled_y, and horizontal is missing.
It doesn't really matter that the interface is incorrect / not used, because the robot browser interprets the object correctly, but for clarity's sake, it's worth correcting the interface and using the type. Low priority.
The text was updated successfully, but these errors were encountered:
The move to pregrasp method in
remoterobot.tsx
is defined:cmd
is of typeMoveBaseCommand
, but should beMoveToPregraspCommand
. Incommands.tsx
, the interface is defined:x
should bescaled_x
,y
shouldscaled_y
, andhorizontal
is missing.It doesn't really matter that the interface is incorrect / not used, because the robot browser interprets the object correctly, but for clarity's sake, it's worth correcting the interface and using the type. Low priority.
The text was updated successfully, but these errors were encountered: