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.
JetPack 6.1 (L4T 36.4.0) Docker Integration
What does this pull request do?
Creates a docker image for Orin AGX and NX robots
Which issue number does this address?
#168
updating docker for l4t 36.4.0, added gui option to robot launch file
added calculation of ROS_DOMAIN_ID and ROBOT_NAME to bashrc for real robot, added sim argument to robot launch file for setting use_sime_time and launching guis, added behavior tree visualization topic to domain bridge
created sim and real ground-control-station extending from same base. they just have differences in their networks. configured some topics for domain bridge
added mavros to robot launch for real drone. tested communication is working between desktop and drone. commands set from the gui are getting to mavros
fixed slow moving trajetory controller bug, cleaned up robot launch and tested that it works in sim and on the real drone