Using the create3 examples for slam, how can I get the lidar motor to shut off? #596
Replies: 3 comments
-
Hi there, The Create 3 robot does not ship with a LIDAR. Perhaps you have a derivative product, like Clearpath's Turtlebot 4? If so, you might find an answer here. |
Beta Was this translation helpful? Give feedback.
-
A lot of LiDARS just spin by default if they're plugged in - for example, the RPLidar! My solution is to leave it unplugged unless im currently using it. |
Beta Was this translation helpful? Give feedback.
-
First you need to review the API for your particular lidar. There is likely a lidar.stop() function that can be called by your software. As others have stated - the Create3 does not ship with a LIDAR, so perhaps ask on the forum that supports your LIDAR. |
Beta Was this translation helpful? Give feedback.
-
How are you connecting to your Create 3?
Wi-Fi (ROS 2)
Computer(s) Model(s) and Operating System(s)
No response
Which version of ROS 2 is installed on your computer?
None
Which firmware version is installed on your robot?
latest humble release
Which RMW is your robot running?
I don't know
Does your robot have an assigned namespace? If so, please share.
No response
Is the robot connected to a network? If so, what is the network type?
No response
Are there multiple Create 3 robots connected to your network?
None
Is multicast enabled?
None
What is the Adapter Board's USB/BLE Toggle currently switched to?
None
Describe your question.
How am I able to remotely turn off the lidar when I'm not using it. When using it remotely it'd be convenient to not have to unplug it every time.
Beta Was this translation helpful? Give feedback.
All reactions