Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running Bug2 causes error with SE2 object in Navigation.m #121

Open
fawills opened this issue Oct 5, 2022 · 0 comments
Open

running Bug2 causes error with SE2 object in Navigation.m #121

fawills opened this issue Oct 5, 2022 · 0 comments

Comments

@fawills
Copy link

fawills commented Oct 5, 2022

Executing Bug2.m with maps via bug = Bug2(maps) yields the following error:

Unrecognized function or variable 'SE2'.

Error in Navigation (line 145)
nav.w2g = SE2(0, 0, 0);

Error in Bug2 (line 78)
bug = bug@Navigation(varargin{:});

Tried SE2=stateSpaceSE2 at command line and re-ran Bug2.m with bug = Bug2(maps) at the command line. Got the same error.

SE2 is an object with the properties cited below:

SE2 =

stateSpaceSE2 with properties:

             Name: 'SE2'
      StateBounds: [3×2 double]
NumStateVariables: 3
         WeightXY: 1
      WeightTheta: 0.1000

SE2.StateBounds

ans =

-100.0000 100.0000
-100.0000 100.0000
-3.1416 3.1416

Any help or pointers is most appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant