Skip to content

Commit

Permalink
Merge branch 'dev' into 'rolling'
Browse files Browse the repository at this point in the history
[Add] Add cyberdog_bluetooth_network auto start

See merge request MiRoboticsLab/rop/cyberdog_ws!119
  • Loading branch information
xiaomi-robot-liukai committed Dec 19, 2023
2 parents d60b61e + b74b7a6 commit 3934bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cyberdog_bringup/automatic/launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ data:
#------------------------------------------------------------->
cyberdog_sudo:
file_name: cyberdog_sudo.launch.py
nodes: [cyberdog_permission, cyberdog_wifi, cyberdog_ota, cyberdog_bluetooth, unlock_request]
nodes: [cyberdog_permission, cyberdog_wifi, cyberdog_ota, cyberdog_bluetooth, unlock_request, cyberdog_bluetooth_network]
7 changes: 6 additions & 1 deletion cyberdog_bringup/automatic/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,9 @@ data:
#------------------------------------------------------------->
realsense2_camera:
package: realsense2_camera
executable: realsense2_actuator_node
executable: realsense2_actuator_node

#------------------------------------------------------------->
cyberdog_bluetooth_network:
package: cyberdog_bluetooth_network
executable: cyberdog_bluetooth_main

0 comments on commit 3934bf4

Please sign in to comment.