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

Ardurover Ardupilot interface issue #14

Closed
rishabbala opened this issue May 22, 2019 · 3 comments
Closed

Ardurover Ardupilot interface issue #14

rishabbala opened this issue May 22, 2019 · 3 comments

Comments

@rishabbala
Copy link

Hi,

I'm trying to interface Ardupilot and Husky rover in Gazebo. While running the commands given I always get the following error
Failed to load plugin libhusky_gazebo_plugins.so: libhusky_gazebo_plugins.so: cannot open shared object file: No such file or directory
and also
Conversion of sensor type[imu] not suppported
I tried ignoring the above errors and continue running the program. However when moving from one point to another the rover doesn't move in a straight line but rather very strangely. I have attached a link to a video of the motion.

https://drive.google.com/open?id=1F4ZfQmBAp3rbz9X7IEO-gn158GszYUQl

Thanks

@SwiftGust
Copy link
Owner

SwiftGust commented May 27, 2019

Hi, those errors are from the irrelevant part for ArduRover,
it is simply looking for original ROS plugin.

For the weird movement, I can't see your video link
but it looks like parameter problem.

please check ArduRover parameters are correctly set to the skid-steering rover
If it is, you may need tune rover controllers.

@khanasif786
Copy link

I know many will come here after me. I was also facing problem in turns of husky model. The solution is to reduce the mass of base_link in husky_model, and it will solve the strange turning problem.

@aaryanmurgunde
Copy link

aaryanmurgunde commented Jun 2, 2022

I know many will come here after me. I was also facing problem in turns of husky model. The solution is to reduce the mass of base_link in husky_model, and it will solve the strange turning problem.

You are a life saver man this fix worked like a charm :)
Thank you @khanasif786

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

4 participants