Skip to content

Commit f6e7ebd

Browse files
committed
PR feedback
1 parent 7a6fdee commit f6e7ebd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

animated_box/tutorial_6.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ cd ~/gazebo_animatedbox_tutorial
2222

2323
# Animate box code
2424

25-
Copy [animated_box.cc](https://github.com/osrf/gazebo/blob/gazebo6/examples/stand_alone/animated_box/animated_box.cc), [independent_listener.cc](https://github.com/osrf/gazebo/blob/gazebo6/examples/stand_alone/animated_box/independent_listener.cc), [integrated_main.cc](https://github.com/osrf/gazebo/blob/gazebo6/examples/stand_alone/animated_box/integrated_main.cc), [CMakeLists.txt](https://github.com/osrf/gazebo/blob/gazebo6/examples/stand_alone/animated_box/CMakeLists.txt), and [animated_box.world](https://github.com/osrf/gazebo/blob/gazebo6/examples/stand_alone/animated_box/animated_box.world) into the current directory.
25+
Copy [animated_box.cc](https://github.com/osrf/gazebo/blob/gazebo6_6.0.0/examples/stand_alone/animated_box/animated_box.cc), [independent_listener.cc](https://github.com/osrf/gazebo/blob/gazebo6_6.0.0/examples/stand_alone/animated_box/independent_listener.cc), [integrated_main.cc](https://github.com/osrf/gazebo/blob/gazebo6_6.0.0/examples/stand_alone/animated_box/integrated_main.cc), [CMakeLists.txt](https://github.com/osrf/gazebo/blob/gazebo6_6.0.0/examples/stand_alone/animated_box/CMakeLists.txt), and [animated_box.world](https://github.com/osrf/gazebo/blob/gazebo6_6.0.0/examples/stand_alone/animated_box/animated_box.world) into the current directory.
2626

2727
On OS X, you can replace `wget` with `curl -OL`.
2828

2929
~~~
30-
wget http://github.com/osrf/gazebo/raw/gazebo6/examples/stand_alone/animated_box/animated_box.cc
31-
wget http://github.com/osrf/gazebo/raw/gazebo6/examples/stand_alone/animated_box/independent_listener.cc
32-
wget http://github.com/osrf/gazebo/raw/gazebo6/examples/stand_alone/animated_box/integrated_main.cc
33-
wget http://github.com/osrf/gazebo/raw/gazebo6/examples/stand_alone/animated_box/CMakeLists.txt
34-
wget http://github.com/osrf/gazebo/raw/gazebo6/examples/stand_alone/animated_box/animated_box.world
30+
wget http://github.com/osrf/gazebo/raw/gazebo6_6.0.0/examples/stand_alone/animated_box/animated_box.cc
31+
wget http://github.com/osrf/gazebo/raw/gazebo6_6.0.0/examples/stand_alone/animated_box/independent_listener.cc
32+
wget http://github.com/osrf/gazebo/raw/gazebo6_6.0.0/examples/stand_alone/animated_box/integrated_main.cc
33+
wget http://github.com/osrf/gazebo/raw/gazebo6_6.0.0/examples/stand_alone/animated_box/CMakeLists.txt
34+
wget http://github.com/osrf/gazebo/raw/gazebo6_6.0.0/examples/stand_alone/animated_box/animated_box.world
3535
~~~
3636

3737
Build the plugin

contain_plugin/tutorial_7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Make sure to run `source <install_path>/share/gazebo/setup.sh` before extending
7373

7474
A ContainPlugin instance is configured to watch when a sphere enters a box below the lamp post.
7575
When the sphere rolls into or out of the box ContainPlugin will publish a message on the `contain` topic.
76-
<include lang='xml' from="/<plugin name='ContainPlugin'/" to="/ <\/pluign>/" src='https://github.com/osrf/gazebo/raw/gazebo7/examples/plugins/trigger_light/contain_example.world'/>
76+
<include lang='xml' from="/<plugin name='ContainPlugin'/" to="/ <\/plugin>/" src='https://github.com/osrf/gazebo/raw/gazebo7/examples/plugins/trigger_light/contain_example.world'/>
7777

7878
This custom plugin receives messages from ContainPlugin, and turns the light on or off.
7979
<include lang='c++' from="/#include/" to="/} // namespace gazebo/" src='https://github.com/osrf/gazebo/raw/gazebo7/examples/plugins/trigger_light/TurnOnLightPlugin.cpp'/>

contrib_code/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ well to other repositories maintained by OSRF.
2828
1. [Fork Gazebo](https://github.com/osrf/gazebo/fork)
2929
> This will create your own personal copy of Gazebo. All of your development should take place in your fork.
3030
31-
1. Work out of a branch: `git branch my_new_branch_name`
31+
1. Work out of a branch: `git branch my_new_branch_name; git checkout my_new_branch_name`
3232
> Always work out of a new branch, never off of master. This is a good habit to get in, and will make your life easier.
3333
3434
1. Choose a base branch.

0 commit comments

Comments
 (0)