Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
garbage-bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Setting up 2FA is now mandatory for all users.
Show more breadcrumbs
Mathieu Reymond
garbage-bot
Commits
95eed8ef
Commit
95eed8ef
authored
7 years ago
by
Mathieu Reymond
Browse files
Options
Downloads
Patches
Plain Diff
numbering
parent
0fbd7727
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
95eed8ef
...
...
@@ -25,26 +25,26 @@ sudo apt-get install ros-indigo-desktop-full python-rosinstall git-core python-a
sudo
rosdep init
rosdep update
```
7
.
Create ROS Workspace
6
.
Create ROS Workspace
```
bash
mkdir
-p
ros/src
```
8
.
Source ROS Setup
7
.
Source ROS Setup
```
bash
source
/opt/ros/indigo/setup.bash
```
9
.
Build and Install
8
.
Build and Install
```
bash
cd
ros
catkin_make
catkin_make
install
```
14
.
Download baxter script
9
.
Download baxter script
```
bash
wget https://github.com/RethinkRobotics/baxter/raw/master/baxter.sh
chmod
u+x baxter.sh
```
1
1
.
Install Baxter SDK, Simulator, Moveit, PyKDL, our project
1
0
.
Install Baxter SDK, Simulator, Moveit, PyKDL, our project
```
bash
cd
src
wstool init
.
...
...
@@ -55,7 +55,7 @@ git clone https://github.com/RethinkRobotics/baxter_pykdl.git
git clone https://github.com/Ardillen66/GarbageBot.git
wstool update
```
1
3
.
Build and Install
1
1
.
Build and Install
```
bash
cd
..
catkin_make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment