Ros2Bot is a personnel Robot Kit based on open source platform for Developing Highly capable application like mobile robots through its vision system and mobile base which is empowered by single board compuer.
Connect to ROS2BOT to its wifi network which would in the series of ROS2BOT_**** (wifi username & pswd and its default IP provided with the kit).
Before using ROS2BOT, you must configure ROS network in host PC(which you are connecting to ROS2BOT).
In the host PC add ROS network to your bashrc, in ./bashrc add these lines
```
> echo export ROS_HOSTNAME=IP_OF_HOST_PC
> echo export ROS_MASTER_URI=http://IP_OF_ROS2BOT:11311
```
Now turn ON ROS2BOT and connect to it from your host computer
Note: Currently we have a USB bug with Jetosn sbc board. So please remove USB hub before starting Jetson board. Once started connect the USB hub. While packing the usb of kobuki and kinect might have removed(You can find them next to usb hub). Connect them to the usb ports.
ssh ubuntu@<IP of ROS2BOT>
Open the terminal, connect to ROS2BOT from your host PC
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_bringup minimal.launch
In another terminaL :
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_teleop keyboard_teleop.launch
Navigation can be done using two methods: OpenGL and CPU method. When compared with CPU method, OpenGL performance is quite good.
Open the terminal, connect to ROS2BOT from your host PC
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_bringup minimal.launch
In another terminaL :
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_navigation gmapping_kinect2_cpu.launch
Open the terminal, connect to ROS2BOT from your host PC
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_bringup minimal.launch
In another terminaL :
HOST@HOST-PC$ ssh ubuntu@<IP of ROS2BOT>
Ubuntu@ros2bot$ roslaunch turtlebot_navigation gmapping_kinect2_opengl.launch
FOR rviz, Open in the host computer HOST@HOST-PC$ rviz
Note: You can view ROS2BOT desktop in the host PC by the following way.
In host Pc
$ gvncviewer @<IP of ROS2BOT>
You can install gvncviewer in host PC by using following command
$ sudo apt-get install gvncviewer
Note: You can get ROS2BOT model from here
You can view ROS2BOT desktop in your host pc by the following method
Open the terminal in your host pc and type the following
$gvncviewer ubuntu@<IP of ros2bot>
if gvncviewer not installed in your host pc , you can install that by using following command
$ sudo apt-get install gvncviewer
Install ros-indigo-robot-model from package manager (which installs geometry dependensies too) then follow these steps $ sudo apt-get remove ros-indigo-robot-model
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros/robot_model.git
$ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bash