Skip to content

Commit

Permalink
Adding autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh committed Dec 2, 2024
1 parent a0ab4a7 commit 8ded2e0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,13 @@ export const guiAndHalAutoCompleteObj = {
descriptions:
"Get the orientation of the robot with regarding the map.",
},
{
type: "method",
label: "getOdom()",
code: "getOdom()",
descriptions:
"Get the orientation of the robot with noise regarding the map.",
},
{
type: "method",
label: "getLaserData()",
Expand Down

0 comments on commit 8ded2e0

Please sign in to comment.