-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hello.
I am trying to start motor with using motor.launch which is provided as an example. But it does not work for me. Actually, I've already checked closed thread #2 and #6, but I am still confusing.
My situation is the follwoings:
- My PC and ev3 can communicate vis ssh.
- ultrasonic.launch works. I could see the value from ultrasonic sensor.
I compiled every packages which provided in "Hacks4ROS/h4r_ev3_ctrl " in my PC. So, I am thinking that
it is possible that when I run "roslaunch motors.lauch", "h4r_ev3_manager" in my PC is started.
When I do "rosnode list", I can see "/ev3dev/ev3_manager_node", but the following command does not work.
rostopic pub /ev3dev/OutPortA/command std_msgs/Float64 "data: 5.0"
Do I need to modify "motors.launch" according to my environment? I need a hint.
Thank you.
md
Reactions are currently unavailable