-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
How to move right and left wheel separately? #2
Comments
Hi, sorry for the late response. What are you testing? The Gazebo simulation or the robot? |
Hi @eborghi10 . I am working on both, but i still can't find the idea. my mobile robot will be moved by using trajectory planning, which is jacobian will move the right and left wheels separately. Is there any idea? for gazebo simulation and the hardware. im new in ROS, but i have read "AGITR" Regards, |
For the real robot, here are the lines where I declared the subscribers. You can send them velocities directly. Instead, if you want to use Gazebo using |
@eborghi10 , first of all, i want to thank you because your help this far as im a newbie in ROS and gazebo.
|
Well, first of all, if you want to use your own hardware you will need to modify some parts of the Take a look at the new notes I made so you could understand better what I've done at the hardware level. It's very likely that you will need to modify this file in order to have support for HCTL. Maybe there are examples on GitHub about how to use it with Arduino. The Arduino code takes care of the PWM signals, they are generated automatically. You only need to set an integer value which is proportional to the velocity. Yes, that's right. |
Hi! how do i move right and left wheel sparately? i have tried this command:
rostopic pub -1 /my_robot/rightWheel_effort_controller/command std_msgs/Float64 "data: 10"
but it doesnt work.
The text was updated successfully, but these errors were encountered: