OpenR2
OpenR2
How to enable Javascript
Sign Up
Login
Home
Getting Started
Robot Operating System
An introduction to the OpenRobotics Robot Operating System (ROS)
Follow
Adafruit Motor Hat libraries
Adafruit Python Motor Hat library https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library 3rd Party C++ Motor Hat library https://github.com/threebrooks/AdafruitStepperMotorHAT_CPP https:…
6 mths ago
6
Robot Operating System
1.0 Installing Robot Operating System
1.0.0 Set up Ubuntu to accept software from packages.ros.org ~$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' 1.0.…
6 mths ago
37
Robot Operating System
1.1 Install the Adafruit MotorHAT Library
1.1.0 Install the python installer $ sudo apt-get install python-pip 1.1.1 Install the Motor Hat library $ pip install Adafruit-MotorHAT 1.1.2 Allow the current user access to the I2C bus $ sudo…
6 mths ago
6
Robot Operating System
1.2 Creating OpenR2 ROS Workspace
1.2.0 Create the OpenR2 ROS catkin workspace ~$ cd ~$ mkdir -p OpenR2_ws/src ~$ cd ~/OpenR2_ws ~$ catkin_make ~$ source devel/setup.bash ~$ echo "source ~/OpenR2_ws/devel/setup.bash" >> ~/.…
6 mths ago
24
Robot Operating System
1.3 Creating OpenR2 ROS package: openr2_race
1.3.0 Create the ROS package for the Allloy Head RAce motor control ~$ cd ~/OpenR2_ws/src ~$ catkin_create_pkg openr2_race ~$ cd ~/OpenR2_ws ~$ catkin_make ~$ rospack find openr2_race…
6 mths ago
22
Robot Operating System
1.4 Create the OpenR2_race Stepper Motor code
1.4.0 Create the scripts directory ~$ cd ~/OpenR2_ws/src/openr2_race ~$ mkdir scripts 1.4.1 Download the CMakeLists.txt ~$ unzip CMakeLists.txt.zip ~$ rm CMakeLists.txt.zip 1.4.…
6 mths ago
9
Robot Operating System
1.5 Running the Motor Commands
1.5.0 Open A New Terminal And Start rosccore ~$ roscore ... logging to /home/r2/.ros/log/7635f0cc-81c5-11e9-87e1-00044be40987/roslaunch-r2-race-11057.log Checking log directory for disk usage.…
6 mths ago
3
Robot Operating System
1.X Testing the initial OpenR2 robot simulation
1.5.0 Starting the a simple robot simulation By executing the launch file we will start up a few ros nodes... joint_state_publisher joint values node robot_state_publisher joint and link transform…
6 mths ago
23
1
Robot Operating System
1.X Creating OpenR2 ROS package: openr2_robot_description
1.4.0 Create the ROS package for the R2-D2 robot description file ~$ cd ~OpenR2_ws/src ~$ catkin_create_pkg openr2_robot_description ~$ cd ~OpenR2 ~$ catkin_make 1.4.…
6 mths ago
19
Robot Operating System
An introduction to the OpenRobotics Robot Operating System (ROS)
Categories
Latest News
Source Material
3D Specification
Parts
Recognition
Calendar
Getting Started
Introduction
OpenR2 ANH Spec
Robot Operating System
Reference
Film
Star Wars - Running Order
Star Wars - Production Schedule
Blueprints
Chapter III Productions
EMI Elstree Studio
20th Century Fox
MIT
18.01.1: Calculus 1A - Differentiation
18.01.2: Calculus 1B - Integration
18.01.3: Calculus 1C - Infinite Series
6.00.1 : Intro to Computer Science and Programming
6.002.1: Circuits and Electronics
6.002.2: Circuits and Electronics
6.002.3: Circuits and Electronics
8.01.1: Mechnics - Kinematics and Dynamics
8.01.2: Mechanics - Momentum & Energy
8.01.3: Mechanics - Rotational Dynamics
8.01.4: Mechanics -Simple Harmonic Motion
Code
Core Library Calls
Home
Latest News
Source Material
3D Specification
Parts
Recognition
Calendar
Getting Started
Introduction
OpenR2 ANH Spec
Robot Operating System
Reference
Film
Star Wars - Running Order
Star Wars - Production Schedule
Blueprints
Chapter III Productions
EMI Elstree Studio
20th Century Fox
MIT
18.01.1: Calculus 1A - Differentiation
18.01.2: Calculus 1B - Integration
18.01.3: Calculus 1C - Infinite Series
6.00.1 : Intro to Computer Science and Programming
6.002.1: Circuits and Electronics
6.002.2: Circuits and Electronics
6.002.3: Circuits and Electronics
8.01.1: Mechnics - Kinematics and Dynamics
8.01.2: Mechanics - Momentum & Energy
8.01.3: Mechanics - Rotational Dynamics
8.01.4: Mechanics -Simple Harmonic Motion
Code
Core Library Calls
OpenR2