-
Notifications
You must be signed in to change notification settings - Fork 12
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
Motors not moving #17
Comments
Have you tried rostopic echo on the command topic on the brick? |
echoing doesn't work but how can it be that Brick -> computer works and Computer -> brick not |
I am able to echo the /touch topic and see the data generated by the touch sensor on both my pc and the brick. but when I run the script to see the /ev3dev/OutPortA/command topic I can see it on my pc but it shows me nothing. |
when i do |
I do not have an Idea about your whole setup but this is a common problem if you have multiple machines running ROS. If you have DNS you are probably fine - if you don't - setup ROS_IP on all systems. Use ip_address as hostname. Probably you do not have DNS in your local network. Otherwise it would probably work. (Problem: Brick does not resolve your computers hostname to IP). You could add your computers IP in /etc/hosts or use ROS_IP instead. Probably ROS_IP is not set on your computer. On computer do
|
I used ROS_IP now but it still isn't working. I am running roscore and the launch files on 1 pc and ev3_manager on the brick. It's all still the same result |
Hello,
I installed the packages to control ev3 then I launched the motors but it doesn't work. I did everything that is mentioned in Geting Started but I can't seem to move my motors. I have tried to use the touch sensor and I can see the incoming data on my pc when I press the sensor.
rostopics:
/ev3dev/OutPortA/command
/ev3dev/OutPortB/command
/ev3dev/joint_states
/rosout
/rosout_agg
/statistics
/touch
what command should I be sending? I saw the
rostopic pub /ev3dev/OutPortA/command std_msgs/Float64 "data: 5.0"
command but this doesn't seem to make my motors moveThe text was updated successfully, but these errors were encountered: