| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ROS Setup

Page history last edited by Estuardo Carpio 7 years, 1 month ago Saved with comment

----------------------------------------------------------------------------------------------------------------------------

Ubuntu 16.04

----------------------------------------------------------------------------------------------------------------------------

 

Install Ubuntu 16.04

 

https://www.ubuntu.com/download/desktop 

 

----------------------------------------------------------------------------------------------------------------------------

ROS Kinetic

----------------------------------------------------------------------------------------------------------------------------

 

http://wiki.ros.org/kinetic/Installation/Ubuntu 

 

----------------------------------------------------------------------------------------------------------------------------

Create catkin Workspace

---------------------------------------------------------------------------------------------------------------------------- 

 

http://wiki.ros.org/catkin/Tutorials/create_a_workspace 

sudo apt-get install ros-kinetic-gazebo-*

 

----------------------------------------------------------------------------------------------------------------------------

Install Gazebo Packages

---------------------------------------------------------------------------------------------------------------------------- 

 

sudo apt-get install ros-kinetic-gazebo-*

 

----------------------------------------------------------------------------------------------------------------------------

Pioneer 3DX in Gazebo

----------------------------------------------------------------------------------------------------------------------------

 

http://people.oregonstate.edu/~chungje/Code/Pioneer3dx%20simulation/ros-indigo-gazebo2-pioneer.pdf

 

 

Then install teleop to move the robot with a keyboard or joystick:

sudo apt-get install ros-kinetic-teleop-twist-*

 

----------------------------------------------------------------------------------------------------------------------------

cyton

----------------------------------------------------------------------------------------------------------------------------

 

run the cyton viewer installer script:

 

cp /home/aifs2/group/robots/cyton/cytonGamma300R2ViewerSetup-3.3.3.a12de6-ubuntu-12.04-amd64.sh .

./cytonGamma300R2ViewerSetup-3.3.3.a12de6-ubuntu-12.04-amd64.sh

 

mv Cyton\ Gamma\ 300R2\ Viewer_3.3.3.a12de6/ Cyton_Gamma_300R2_Viewer_3.3.3.a12de6

 

git clone https://code.google.com/p/cyton-ros-pkg/

 

mv cyton-ros-pkg cyton

 

from cyton/docs/ros-cyton.pdf (at the end of the file there’s a readme)

 

add to your .bashrc:

 

export CYTON_INC="$ROS_WORKSPACE/src/Robai/Cyton_Gamma_300R2_Viewer_3.3.3.a12de6/include/"export CYTON_LIB="$ROS_WORKSPACE/src/Robai/Cyton_Gamma_300R2_Viewer_3.3.3.a12de6/lib/"export CYTON_BIN="$ROS_WORKSPACE/src/Robai/Cyton_Gamma_300R2_Viewer_3.3.3.a12de6/bin/"export CYTON_EE_FILE="/Robai/Cyton_Gamma_300R2_Viewer_3.3.3.a12de6/guide_frame.txt"

ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:/home/skiesel/catkin_ws/src:/home/skiesel/catkin_ws/cyton

source ~/.bashrc

 

----------------------------------------------------------------------------------------------------------------------------

SICK LMS5xx

----------------------------------------------------------------------------------------------------------------------------

 

This requires a local ethernet connection to the device with a little configuration

 

Go to Network Connection / Edit Connections

 

Add a new Ethernet Connection called “Robot-Lidar”

 

Go to IPv4 Settings set the following fields:

 

Method: Manual

Address : 192.168.0.2

Netmask: 255.255.255.0

Gateway: 233.0.0.0

 

 

Comments (0)

You don't have permission to comment on this page.