You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ assignees: nathanhhughes
11
11
A clear and concise description of what the bug is.
12
12
13
13
**System Information:**
14
-
- OS [e.g. Ubuntu 18.04, Ubuntu 20.04]:
15
-
- Any build warnings? [yes/no]:
16
-
- Any non-system dependency versions that you know of? [yes/no]:
14
+
- OS [e.g. Ubuntu 18.04, Ubuntu 20.04]:
15
+
- Any build warnings? [yes/no]:
16
+
- Any non-system dependency versions that you know of? [yes/no]:
17
17
18
18
**Additional Information:**
19
19
If possible and/or relevant, please take a look [here](/MIT-SPARK/Hydra/blob/main/doc/debugging.md) and try to obtain the following (attached as files preferrably):
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,5 @@ assignees: nathanhhughes
13
13
**Relation to a paper or application (it's useful for us to understand how Hydra is potentially being applied)**:
14
14
[N/A]
15
15
16
-
**Is this something you would be comfortable contributing yourself? Is there any additional information that would enable the contribution of this feature?:**
16
+
**Is this something you would be comfortable contributing yourself? Is there any additional information that would enable the contribution of this feature?:**
17
17
[e.g. yes, but what would be the best way to integrate feature X into the backend?]
Copy file name to clipboardExpand all lines: docker/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This directory contains multiple examples to build and run Hydra with different Docker configurations.
4
4
5
5
## Requirements
6
-
You will need `git`, `make`, and `vcstool` as well as [docker](https://docs.docker.com/engine/install/ubuntu/) and the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) for the profiles with GPU support. You may need to run `sudo usermod -aG docker $USER` + `newgrp docker` after installing docker, and similarly, you may need to run `sudo systemctl restart docker` after installing the toolkit.
6
+
You will need `git`, `make`, and `vcstool` as well as [docker](https://docs.docker.com/engine/install/ubuntu/) and the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) for the profiles with GPU support. You may need to run `sudo usermod -aG docker $USER` + `newgrp docker` after installing docker, and similarly, you may need to run `sudo systemctl restart docker` after installing the toolkit.
> If you encounter graphical issues (e.g. rviz not displaying), make sure you run `xhost +local:root` on the host machine and that `DISPLAY` is correctly set.
103
103
104
104
2. In a separate terminal, open another shell in the container:
@@ -116,13 +116,13 @@ ros2 bag play /root/data/path/to/rosbag --clock --qos-profile-overrides-path ~/.
116
116
```
117
117
118
118
119
-
>**:warning: Warning**<br>
119
+
>**:warning: Warning**<br>
120
120
> You must convert the ROS 1 bag to a ROS 2 bag before playing it. The `rosbags-convert` tool is preinstalled in the container, and you can use it to convert the bag using the following command: `rosbags-convert --src path/to/office.bag --dst path/to/office` (in ROS2, you do not need `.bag` since a ROS 2 bag is a directory). You should run this in the container if you don't have `rosbags-convert` installed on your host machine.
121
121
122
122
## Quick Start (PROFILE=zed)
123
123
124
124
### Host (PROFILE=zed)
125
-
You can repeat the steps above using the `zed` profile instead of `minimal`, but you must complete a few additional steps on the host to run with hardware.
125
+
You can repeat the steps above using the `zed` profile instead of `minimal`, but you must complete a few additional steps on the host to run with hardware.
126
126
127
127
1. Add the `zed-ros2-wrapper` to your workspace, and the dependencies will be installed automatically via the dockerfile (if you forget this step, you must rebuild the image):
0 commit comments