Skip to content

Commit

Permalink
Deployed f36690e to pr-59 with MkDocs 1.5.3 and mike 2.1.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 24, 2024
1 parent 5dc91c6 commit 2ee06e5
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 23 deletions.
65 changes: 43 additions & 22 deletions pr-59/GettingStarted/QuickStartDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2509,6 +2509,33 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#lets-run-the-self-driving-simulation" class="md-nav__link">
<span class="md-ellipsis">
Let's run the self-Driving simulation
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#troubleshooting" class="md-nav__link">
<span class="md-ellipsis">
Troubleshooting
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#appendix" class="md-nav__link">
<span class="md-ellipsis">
Appendix
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2704,16 +2731,13 @@ <h3 id="running-the-awsim-demo">Running the AWSIM demo<a class="headerlink" href
```
</code></pre></div>

<p>4. Launch <code>awsim_labs.x86_64</code>.
</p><div class="highlight"><pre><span></span><code>./&lt;path to AWSIM folder&gt;/awsim_labs.x86_64
</code></pre></div>
<div class="codehilite"><pre><span></span><code> !!! warning

It may take some time for the application to start the so please wait until image similar to the one presented below is visible in your application window.

![](Image_0.png)
</code></pre></div>

<ol>
<li>Launch <code>awsim_labs.x86_64</code>.
<div class="highlight"><pre><span></span><code>./&lt;path to AWSIM folder&gt;/awsim_labs.x86_64
</code></pre></div><p>It may take some time for the application to start the so please wait until image similar to the one presented below is visible in your application window.</p>
<p><img alt="" src="Image_0.png"></p>
</li>
</ol>
</li>
</ol>
<h3 id="launching-autoware">Launching Autoware<a class="headerlink" href="#launching-autoware" title="Permanent link">#</a></h3>
Expand Down Expand Up @@ -2747,19 +2771,16 @@ <h3 id="launching-autoware">Launching Autoware<a class="headerlink" href="#launc
<li>Build the workspace.
<div class="highlight"><pre><span></span><code>colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=1
</code></pre></div></li>
<li>Launch Autoware.<p>!!! warning</p>
<div class="codehilite"><pre><span></span><code> `&lt;your mapfile location&gt;` must be changed arbitrarily. When specifying the path the `~` operator cannot be used - please specify absolute full path.
</code></pre></div>
<li>Launch Autoware.
<div class="highlight"><pre><span></span><code>source install/setup.bash
ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=&lt;absolute path of map folder&gt;

<p>```
source install/setup.bash
ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=<your mapfile location>
</your></p>
<h1 id="example">Example:<a class="headerlink" href="#example" title="Permanent link">#</a></h1>
<p>ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=/home/your_username/autoware_map/nishishinjuku_autoware_map
```
<img alt="" src="Image_2.png"></p>
</li>
# Use the absolute path for the map folder, don't use the ~ operator.

# Example:
ros2 launch autoware_launch e2e_simulator.launch.xml vehicle_model:=sample_vehicle sensor_model:=awsim_labs_sensor_kit map_path:=/home/your_username/autoware_map/nishishinjuku_autoware_map
</code></pre></div>
<img alt="" src="Image_2.png"></li>
</ol>
<h2 id="lets-run-the-self-driving-simulation">Let's run the self-Driving simulation<a class="headerlink" href="#lets-run-the-self-driving-simulation" title="Permanent link">#</a></h2>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion pr-59/search/search_index.json

Large diffs are not rendered by default.

Binary file modified pr-59/sitemap.xml.gz
Binary file not shown.

0 comments on commit 2ee06e5

Please sign in to comment.