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

Bug fixes #15

Merged
merged 4 commits into from
May 29, 2018
Merged

Bug fixes #15

merged 4 commits into from
May 29, 2018

Conversation

mattjay1024
Copy link
Contributor

Basically, I have 3 changes.

  1. Auto mode bug: A second if statement in the joystick callback would cause the drive_mode parameter to toggle from manual to auto, back to manual. As it only exists in the example code, it's not terribly important.

  2. In the lms1xx launch file, the node pkg was left as lms1xx, when the enclosing package is actually isc_sick.

  3. Our sick's reported range is from -45 to 225 degrees. ROS convention dictates that the 0 angle should be aligned with robot's forward facing axis (positive x, generally), but the sick's range would consider forward to be 90 degrees. I believe a similar problem was reported here. Since it only matters for TF, I added it as a parameter that overrides current behavior, but keeps the current behavior as default.

@mattjay1024 mattjay1024 requested a review from EpicWolverine May 26, 2018 21:51
@mattjay1024 mattjay1024 merged commit 72df949 into iscumd:master May 29, 2018
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

Successfully merging this pull request may close these issues.

2 participants