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,
$ roslaunch open_base velocity\ controller.launch
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
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