Skip to content

Commit

Permalink
Disable autostandby by default; power off the lidar when docked
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 16, 2024
1 parent bd142c6 commit 5c6de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtlebot4_bringup/launch/rplidar.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def generate_launch_description():
'frame_id': 'rplidar_link',
'inverted': False,
'angle_compensate': True,
'auto_standby': True,
'auto_standby': False,
}],
)

Expand Down

0 comments on commit 5c6de03

Please sign in to comment.