-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate to ROS2 * Add Qt-based GUI * Update docker and README
- Loading branch information
1 parent
b91cd04
commit fb5577a
Showing
39 changed files
with
1,931 additions
and
897 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
docker run \ | ||
--rm \ | ||
--name uav-simulator-container \ | ||
--mount source="$(pwd)",target=/home/uav_simulator,type=bind \ | ||
--net host \ | ||
-v /tmp/.X11-unix:/tmp/.X11-unix \ | ||
-u sim \ | ||
-e DISPLAY=unix$DISPLAY \ | ||
--privileged \ | ||
-it uav_simulator bash | ||
|
||
# For debugging: once the container is first run with the above command, you | ||
# can run the following command for the second and subsequent runs. | ||
# docker start --interactive uav-simulator-container |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.