Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liviniuk committed Apr 13, 2018
1 parent b278d14 commit a3892ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eurobot/scripts/stm_node/stm_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, serial_port):
# turn stm inverse kinematics handler ON
self.send("set_inverse_kinematics_ON", 13, [1])

self.color = rospy.get_param("team_color")
self.color = rospy.get_param("/field/color")

# set initial coords in STM
self.initial_coords = np.array(rospy.get_param('start_' + self.color))
Expand Down

0 comments on commit a3892ae

Please sign in to comment.