-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clarify speed of video in caption * Compressed images to load faster * Fixed a typo * Clarify map saving for with and without namespacing because it is causing confusion * Added clarification that the examples are for sim * Specify world options * Added oakd power saving to faq * Clarified requirements for sim with a custom world * Added additional faq troubleshooting steps / direction * Added github metadata to match other repos
- Loading branch information
1 parent
5051040
commit 27886ca
Showing
22 changed files
with
108 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug Report | ||
about: Provide a report for what the issue is | ||
title: '' | ||
labels: bug | ||
assignees: hilary-luo | ||
|
||
--- | ||
|
||
**Please provide the following information:** | ||
- OS: (e.g. Ubuntu 20.04) | ||
- ROS Distro: (e.g. Galactic) | ||
- Built from source or installed: | ||
- Package version: (if from repository, give version from `sudo dpkg -s ros-$ROS_VERSION-turtlebot4-PACKAGE_WITH_ISSUE`, if from source, give commit hash) | ||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual behaviour** | ||
A clear and concise description of what you encountered. | ||
|
||
**To Reproduce** | ||
Provide the steps to reproduce: | ||
1. run something | ||
2. launch something else | ||
3. see the error | ||
|
||
|
||
**Other notes** | ||
Add anything else you thing is important. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Feature request | ||
about: Provide context for the feature you are requesting | ||
title: '' | ||
labels: enhancement | ||
assignees: hilary-luo | ||
|
||
--- | ||
|
||
**Describe the the feature you would like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Other notes** | ||
Add anything else you thing is important. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Description | ||
|
||
Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. | ||
|
||
Fixes # (issue). | ||
|
||
## Type of change | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
|
||
## How Has This Been Tested? | ||
|
||
Please describe the tests that you ran to verify your changes. | ||
Provide instructions so we can reproduce. Also list any relevant details for your test configuration. | ||
|
||
```bash | ||
# Run this command | ||
ros2 launch package launch.py | ||
``` | ||
|
||
## Checklist | ||
|
||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,9 @@ You can now go to your terminal and SSH into the robot by typing: | |
```bash | ||
ssh [email protected] | ||
``` | ||
If you are still unable to ssh into the robot and receive the error `No route to host` then this may be the result of the sd card being flashed improperly. This can happen if the image wasn't extracted before flashing or if the image was flashed to a partition on the sd card. Instructions on how to flash the SD card can be found [here](../setup/basic.md#install-latest-raspberry-pi-image). | ||
|
||
If you are able to ssh into the robot then you can continue the setup instructions to [connect the raspberry pi to your network](../setup/basic.md#connect-the-raspberry-pi-to-your-network). | ||
|
||
### 2. Waiting to connect to bluetoothd... | ||
|
||
|
@@ -71,6 +74,10 @@ To fix this, call `sudo systemctl disable hciuart` and then reboot the Pi with ` | |
|
||
Once the Pi has restarted, call `sudo systemctl restart hciuart`. Now you can run `sudo bluetoothctl` again and the bluetooth controller should be found. | ||
|
||
### 4. OAKD topics not present | ||
|
||
There is an automatic power-saving mode that shuts down the OAKD topics when the robot is docked. Undock your robot. | ||
|
||
## Common issues with the user PC | ||
|
||
### 1. ros2: command not found | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters