The ROS driver consists of two binaries, where one runs on the robot and the other locally. To make it work, do the following.
- Create a workspace, clone this repo, catkin_make it and source devel/setup.bash.
- Turn on the robot and connect to its Wifi (ESSID: CAMELEON040).
- The robot IP is 172.43.50.193, so set your own IP manually.
- Go to the cameleon_ros_driver folder.
- Copy robot-local files to the robot: scp -r server [email protected]:~/
- Compile and run the robot server: ssh [email protected] 'cd server;make;./server'
- Run the ros node: roslaunch cameleon_ros_driver cameleon_driver.launch