-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Visualizations for Dev Container #3523
Enable Visualizations for Dev Container #3523
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04468cc - Browse repository at this point
Copy the full SHA 04468ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 880f95e - Browse repository at this point
Copy the full SHA 880f95eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0407cb4 - Browse repository at this point
Copy the full SHA 0407cb4View commit details -
Add hack for resolvable mesh URIs
located by the aws SDL model files - aws-robotics/aws-robomaker-small-warehouse-world#24
Configuration menu - View commit details
-
Copy full SHA for 089b8e2 - Browse repository at this point
Copy the full SHA 089b8e2View commit details -
that fixes issues with deploy.sh - osrf/gzweb#248
Configuration menu - View commit details
-
Copy full SHA for 99c59bc - Browse repository at this point
Copy the full SHA 99c59bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d9531 - Browse repository at this point
Copy the full SHA a6d9531View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3d1c3 - Browse repository at this point
Copy the full SHA fa3d1c3View commit details -
Add hack for resolvable mesh URIs
as migrating the python3 scripts still hasn't resolved the issue
Configuration menu - View commit details
-
Copy full SHA for 38c8b0e - Browse repository at this point
Copy the full SHA 38c8b0eView commit details -
Reorder stages for readability
by keeping sequential builder and tester stages adjacent while keeping tester stage the default exported target
Configuration menu - View commit details
-
Copy full SHA for e09b309 - Browse repository at this point
Copy the full SHA e09b309View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6523da - Browse repository at this point
Copy the full SHA f6523daView commit details -
Install gdb for launching ros launch files
using the ROS VS Code extension - ms-iot/vscode-ros#588
Configuration menu - View commit details
-
Copy full SHA for e9947b0 - Browse repository at this point
Copy the full SHA e9947b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb9b60 - Browse repository at this point
Copy the full SHA feb9b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bbe1b - Browse repository at this point
Copy the full SHA 95bbe1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9161b - Browse repository at this point
Copy the full SHA 6f9161bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f0f7f - Browse repository at this point
Copy the full SHA d2f0f7fView commit details -
Set default problemMatcher to empty
to avoid nagging the user to select one as currently none really support our use case
Configuration menu - View commit details
-
Copy full SHA for 175db4f - Browse repository at this point
Copy the full SHA 175db4fView commit details -
Source overlay before running foxglove_bridge
to ensure nav2 message types are defined by inlining all args into command and sourcing workspace setup
Configuration menu - View commit details
-
Copy full SHA for 3db3691 - Browse repository at this point
Copy the full SHA 3db3691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fe95b - Browse repository at this point
Copy the full SHA 56fe95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d701be - Browse repository at this point
Copy the full SHA 4d701beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 307760c - Browse repository at this point
Copy the full SHA 307760cView commit details -
Patch gzserver to run headless using xvfb
to avoid host/platform specific x11 quirks exposed by vscode automatic x11 forwarding This is needed to provide gazebo a virtual frame buffer as it still need one after all these years. This also avoids the need modifying launch files to call xvfb-run - microsoft/vscode-remote-release#8031 - gazebosim/gazebo-classic#1602
Configuration menu - View commit details
-
Copy full SHA for 1b22087 - Browse repository at this point
Copy the full SHA 1b22087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02740fa - Browse repository at this point
Copy the full SHA 02740faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f76e0a - Browse repository at this point
Copy the full SHA 1f76e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f0a78 - Browse repository at this point
Copy the full SHA 36f0a78View commit details -
Switch to shell for commanding pkill
to gracefully return 0 when process is not running allowing sequence of dependsOn tasks to run such as for the restart tasks
Configuration menu - View commit details
-
Copy full SHA for 20d6a8e - Browse repository at this point
Copy the full SHA 20d6a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e40fb5c - Browse repository at this point
Copy the full SHA e40fb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a7e19 - Browse repository at this point
Copy the full SHA 83a7e19View commit details -
Add global start, stop, and restart tasks
for all background visualization tasks
Configuration menu - View commit details
-
Copy full SHA for fe44e87 - Browse repository at this point
Copy the full SHA fe44e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0741f - Browse repository at this point
Copy the full SHA 7a0741fView commit details -
Hide tasks users need not run manually
to avoid cluttering up the run task quick pick
Configuration menu - View commit details
-
Copy full SHA for e1aafa5 - Browse repository at this point
Copy the full SHA e1aafa5View commit details -
Shorten label for background tasks
so they succinctly show from the running task list
Configuration menu - View commit details
-
Copy full SHA for b7a53fa - Browse repository at this point
Copy the full SHA b7a53faView commit details -
Show global start and stop visualizations tasks
as they may be too helpful to hide
Configuration menu - View commit details
-
Copy full SHA for 9521005 - Browse repository at this point
Copy the full SHA 9521005View commit details -
Revert "Comment out gzclient and rviz for debugging"
This reverts commit 0addae2.
Configuration menu - View commit details
-
Copy full SHA for 2149076 - Browse repository at this point
Copy the full SHA 2149076View commit details
Commits on Apr 13, 2023
-
to enable shared memory transport - https://community.rti.com/kb/communicate-between-two-docker-containers-using-rti-connext-dds-and-shared-memory
Configuration menu - View commit details
-
Copy full SHA for 11c526a - Browse repository at this point
Copy the full SHA 11c526aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf42480 - Browse repository at this point
Copy the full SHA cf42480View commit details -
to simplify debugging - https://code.visualstudio.com/docs/devcontainers/create-dev-container#_use-docker-compose
Configuration menu - View commit details
-
Copy full SHA for 66f01b0 - Browse repository at this point
Copy the full SHA 66f01b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25fe27 - Browse repository at this point
Copy the full SHA f25fe27View commit details
Commits on Apr 18, 2023
-
Comment out runArgs unintended side effects
or cross talk between containers by default also avoids interfering with vscode's X11 forwarding
Configuration menu - View commit details
-
Copy full SHA for c83172b - Browse repository at this point
Copy the full SHA c83172bView commit details