some tools in remote control and navigation of xiaoqiang. The function of each tools is written in each source code file.
cd ~/Documents/ros/src
git clone https://github.com/BlueWhaleRobot/nav_test.git
cd ..
catkin_make
ssh xiaoqiang@192.168.x.x #please change 192.168.x.x to a real ip address
rosrun nav_test control.py
一些用于远程遥控和导航的工具程序。每个工具程序的作用都写在了相应程序的源代码里面。
cd ~/Documents/ros/src
git clone https://github.com/BlueWhaleRobot/nav_test.git
cd ..
catkin_make
ssh xiaoqiang@192.168.x.x #请将192.168.x.x换成实际的ip
rosrun nav_test control.py