-
Notifications
You must be signed in to change notification settings - Fork 48
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
In both kinetic and Melodic, the source didn't work #14
Comments
Hi there. You're welcome!
About the white color, it's a known issue. It certainly doesn't work in Indigo, it certainly works in Lunar, but I never tested in either Kinetic or Melodic. About teleop, it was created by YugAjmera and I never tested it, so you might have better luck asking about it there. The As for the rest, I'll have to take a further look and make some tests, which might take a while. |
I've decided to use an old HD to have several different Ubuntu distros in order to have easy access to several different ROS distros, starting from Indigo towards the newer ones. Testing this project on Kinetic, I had the same problem that you did. I managed to fix it by installing every package that is listed by Please test it out and, if it works, you can close the issue already. During this, I had an idea to make some breaking changes to this repository, like having some branches only contain the project for standalone Gazebo and other branches only containing the project for ROS. For the latter, make separate branches if there are significant differences regarding different ROS distros. I'll look into it in the following days and will push some commits regarding the color and the movement scripts. |
I just remembered. It's because I stopped working with ROS that I forgot some pretty basic information. It's even written in the read me! The file |
Thanks for sharing great work you've done. I almost gave up do related works as I thought making omniwheel model is kind of hard time consuming.
As I tried to launch as below,
In two version shows like:
[Kinetic] git checked out to gazebo7 branch
Controller Spawner couldn't find the expected controller_manager ROS interface.
(seems like gazebo warning) and open_base/controller_spawner has finished cleanly.[Melodic]
No error or warning
[Both]
After the model brought up to gazebo space, it shows white color (AFAIK, this occurs when the model might be not appropriately brought up)
it seems like uses /open_base/command to control, so when I pubbed as you directed in README.md with few edit in wheel/v_left or generic/target/x or bezier/targetTranslation/x:1.0, didn't work either.
When I put rostopic echo on /open_base/right_joint_velocity_controller/command, it always shows 0.0, so I don't know exactly what main node does for, but anyway it publishes.
I used teleop omni (you've tagged), but doesn't work as well.
.sh file, also.
Do you have any suggestion?
Thanks
The text was updated successfully, but these errors were encountered: