Fix broken docs links and improve environment setup documentation (ROS1 / ROS2 / Python API)#725
Draft
canveo wants to merge 122 commits intonoetic-develfrom
Draft
Fix broken docs links and improve environment setup documentation (ROS1 / ROS2 / Python API)#725canveo wants to merge 122 commits intonoetic-develfrom
canveo wants to merge 122 commits intonoetic-develfrom
Conversation
adding installation guide for noetic-devel branch
Adding virtualenv
updating documentation for rl
Review Noetic docker documentation and installation
Contributing section added
Datasets information webpage added
Add scriptable configuration web
ROS Noetic installation guide updated
[DOC] typo in documentation
Added Drone installation instructions in the installation page
Added details about using custom CARLA object file and setting its env variables
Update instructions on installing carla-birdeye-view
Updated webpage with latest advancements
Update Carla 0.9.13 to Carla 0.9.15
Installations instructions corrected
Fixed broken links of homepage and included citation text
docs(gh-pages): correct incorrect links on deployment pages
chore(gh-pages): correct incorrect links on deployment pages
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR fixes broken internal links and missing image assets in the documentation when deployed with GitHub Pages.
It also improves setup documentation by clarifying ROS1, ROS2 and Python API compatibility and required environment variables.
Changes
• Fixed broken internal links
• Fixed missing image reference:
• Added documentation about ROS modes and environment variables
Testing
Tested locally with:
bundle exec jekyll serve
Related Issue
Fixes #724