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

offset not defined inside thruster_converter #95

Open
icyflame opened this issue Dec 10, 2015 · 7 comments
Open

offset not defined inside thruster_converter #95

icyflame opened this issue Dec 10, 2015 · 7 comments
Assignees

Comments

@icyflame
Copy link
Member

It is referenced on line 41

I have defined it as 0x80 on line 25 to ensure that the code compiles without any errors.

What should be the value of this variable?

cc @VishnuDuttSharma

@aniket11bh
Copy link
Contributor

It should be zero speed as per thrusters. So, either of offsetF or offsetB will work.

  • Also in line 48 and line 82, it should be 0x19-0x7F instead of 0x19-0x80, considering the symmetry of speeds of the thruster on either side.
  • In lines 47 and 48 ?(0xE6-0x80) should be replaced with ?0xE6 and similarly ?(0x19-0x80) by ?0x19 like line numbers 81 and 82

@icyflame
Copy link
Member Author

icyflame commented Dec 10, 2015 via email

@icyflame
Copy link
Member Author

ping @aniket11bh

1 similar comment
@icyflame
Copy link
Member Author

ping @aniket11bh

@aniket11bh
Copy link
Contributor

The code is already complete. It is on vehicle. I'll get the code and create a PR

@icyflame
Copy link
Member Author

Has this been fixed in the commit that was merged as a result of #102 ?

@kshitijgoel007
Copy link

@aniket11bh What is the status of the PR?

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

No branches or pull requests

3 participants