Skip to content
Snippets Groups Projects
Commit 45004f26 authored by holzheim's avatar holzheim
Browse files

Updated Video embedment

parent d250ae25
No related branches found
No related tags found
No related merge requests found
...@@ -141,10 +141,15 @@ If within a threshold: ...@@ -141,10 +141,15 @@ If within a threshold:
- We have provided an example output below. You can clearly see that **the robot doesn't always move parallel to the wall.** Sometimes it might even be far away from the wall. However, it still satisfies the task requirement that **it should not move between the white pillars**. Also, remeber that **we are not expecting you to reprodue the output shown in the example.** Just make sure that you staisfy the requirement of the task. - We have provided an example output below. You can clearly see that **the robot doesn't always move parallel to the wall.** Sometimes it might even be far away from the wall. However, it still satisfies the task requirement that **it should not move between the white pillars**. Also, remeber that **we are not expecting you to reprodue the output shown in the example.** Just make sure that you staisfy the requirement of the task.
<video width="640" height="480" controls> <!-- blank line -->
<figure class="video_container">
<video controls="true" allowfullscreen="true">
<source src="images/mapping.webm" type="video/webm"> <source src="images/mapping.webm" type="video/webm">
<source src="images/mapping.mp4" type="video/mp4"> <source src="images/mapping.mp4" type="video/mp4">
</video> </video>
</figure>
<!-- blank line -->
### Note: ### Note:
Intially, to test if your wall following logic works, you just need to use the [robot_spawn_command](#robot_spawn_command) and then run the code that you extended using the `rosrun` command. Intially, to test if your wall following logic works, you just need to use the [robot_spawn_command](#robot_spawn_command) and then run the code that you extended using the `rosrun` command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment