Skip to content

Commit

Permalink
[jsk_spot_startup] fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 22, 2023
1 parent 095a30a commit 0c82ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
client.power_on()
client.undock()

behavior_client.send_goal_and_wait(NavigationGoal(target_node_id="eng2_7FElevator"))
behavior_client.send_goal_and_wait(NavigationGoal(target_node_id="eng2_3FElevator"))
result = behavior_client.get_result()
rospy.loginfo("Result forward: {} {}".format(result.success, result.message))

Expand Down

0 comments on commit 0c82ff7

Please sign in to comment.