Is there a way to map a house or a room without a LiDAR? #434
Replies: 1 comment 7 replies
-
The Create 3 is a mobile base and it can be used to develop and test robotics algorithms on top of it. It provides some built-in functionalities and "drive to a pose" is one of them https://iroboteducation.github.io/create3_docs/api/drive-goals/. If you want to map an environment, you will need a SLAM algorithm. |
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)
Old computer running ubuntu
Which version of ROS 2 is installed on your computer?
Humble
Which firmware version is installed on your robot?
H.2.2
Which RMW is your robot running?
FastRTPS
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?
home network
Are there multiple Create 3 robots connected to your network?
No
Is multicast enabled?
No
What is the Adapter Board's USB/BLE Toggle currently switched to?
Bluetooth (default)
Describe your question.
Is there a way to map a room or a house with the create 3 without a LiDAR? (Such as the ir sensors) If so, can the create 3 go to parts of the map controlled by python? Not sure this was possible, just wanted to ask.
Beta Was this translation helpful? Give feedback.
All reactions