Skip to content

Commit

Permalink
[jsk_spot_startup] update app
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 22, 2023
1 parent eeb78e2 commit 5d84e27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ plugins:
- /tf_static
- /joint_states
- /odom
- /elevator_accel \
- /elevator_accel_filtered \
- /elevator_altitude \
- /elevator_state_publisher/current_floor \
- /elevator_state_publisher/elevator_movement \
- /elevator_state_publisher/rest_elevator \
- /m5stack_core2_driver/imu \
- /m5stack_core2_driver/pressure \
- /m5stack_core2_driver/temperature
- name: result_recorder_plugin
type: app_recorder/result_recorder_plugin
plugin_args:
Expand Down
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_3FElevator"))
behavior_client.send_goal_and_wait(NavigationGoal(target_node_id="eng2_7FElevator"))
result = behavior_client.get_result()

behavior_client.send_goal_and_wait(NavigationGoal(target_node_id="eng2_73B2_dock"))
Expand Down

0 comments on commit 5d84e27

Please sign in to comment.