-
Notifications
You must be signed in to change notification settings - Fork 27
01: Getting Started
If you robot is not already powered off disconnect 19V charger and switch off battery power from the OpenUPS to prepare for Power-on sequence.
- Switch on battery power to the OpenUPS
- Connect 19V charge power to Kobuki base
- Power on NUC
- Disconnect charge power as needed
You'll find there is more than one way to start or "bringup" your robot in ROS. In some situations you might only desire control over the mobile base and others you'll want full control including the base, arm and sensors. For the majority of what we will cover we'll bringup the entire robot so all sensor information and features will be available.
cd ~/turtlebot2i_ws
(only for Turtlebots preloaded with software)
source devel/setup.bash
(only for Turtlebots preloaded with software)
roslaunch turtlebot2i_bringup turtlebot2i_demo1.launch
- none - Mapping will start or resume depending on presence of last map database: ~/.ros/rtabmap.db
-
new_rtabmap:=true
Delete rtabmap.db on launch ( the robot will erase map from previous session ) -
localization:=true
Use rtabmap for localization ( valid map must exist from previous session ) -
rviz:=true
Load RViz with launch ( start the robot visualizer with robot ) -
rtabmapviz:=true
Load RTAB-Map GUI with launch ( start rtabmap visualizer with robot )
roslaunch turtlebot2i_bringup turtlebot2i_demo1.launch new_rtabmap:=true
roslaunch turtlebot2i_bringup turtlebot2i_demo1.launch
roslaunch turtlebot2i_bringup turtlebot2i_demo1.launch localization:=true
roslaunch turtlebot2i_bringup remote_view.launch
The default password for your turtlebot if purchased from us directly is: turtlebot