Add a check for the specialized URDFs in the launchfile #83
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Joint with
stretch_install
#77 andstretch_production_tools
#24.Although
stretch_install
#72 changedstretch_create_ament_workspace.sh
to runprepare_specialized_urdf.py
, that won't actually work since the URDFs don't get generated until after that script is run. As discussed with @hello-fazil and @hello-vinitha , this PR (and its joint PRs, above):prepare_specialized_urdf.py
as part of creating the ROS2 workspace.Testing
ros2 launch stretch_web_teleop web_interface.launch.py
and verify it fails and tells you how to generate the URDFs.ros2 launch stretch_web_teleop web_interface.launch.py
, and verify it succeds.