Skip to content

Commit

Permalink
including rosinstall file and updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindk2604 committed Oct 23, 2017
1 parent 44d0057 commit 8feb0d5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# main repo
- git: {local-name: turtlebot3_blockly, uri:
'git@github.com:dabit-industries/turtlebot3_blockly.git', version:
'master'}
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
# turtlebot3_blockly_wiki
Wiki for TurtleBot3 control using Blockly.
Hosted on readthedocs: https://turtlebot-3-blockly-wiki.readthedocs.io/en/latest/
## Build
## Build (Instructions for the wiki)
```
cd docs
sudo pip install -r requirements.txt
make html
```

## Test
## Test (Instructions for the wiki)
```
xdg-open build/html/index.html
```


# Quickstart instructions for TurtleBot3 + Blockly interface
Follow the instructions below after cloning the wiki repo
```
cd ~/turtlebot3_blockly_wiki/
mkdir tb3_blockly
cd tb3_blockly/
wstool init src ~/turtlebot3_blockly_wiki/.rosinstall
catkin_make
```

# Launch TurtleBot3 + Blockly
```
source devel/setup.bash
roslaunch turtlebot3_blockly turtlebot3_blockly.launch
```



## Notes
- Using `_themes/sphinx_rtd_themes` for line-height of .highlight>pre element

0 comments on commit 8feb0d5

Please sign in to comment.