Open ibrahimqazi opened 4 years ago
maybe you should change
if light_change_time < rospy.Time.now():
not
>
it works for me!!
maybe you should change
if light_change_time < rospy.Time.now():
not>
it works for me!!
Thank you it worked.
running mine on noetic.
i installed turtlebot3 for noetic (book's version is turtlebot for indigo)...
mine worked if i do:
~/wanderbot_ws $ roslaunch turtlebot3_gazebo turtlebot3_world.launch
and then:
~/wanderbot_ws/src/wanderbot/src $ ./red_light_green_light.py
without the cmd_vel stuff!
Hello My Gazebo simulation is running already and the topic
/cmd_vel_mux/input/teleop
is there but when I run./red_light_green_light.py cmd_vel:=cmd_vel_mux/input/teleop
there is displayed nothing. Like this:Can anyone help me to point out the problem ? Thanks