-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue 54 Use IPAddress class instead of string #154
Closed
Conversation
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
Develop/ROS2_nhjschulz
Turtle Application
Bugfix Webots ros doc
DOC: Add link to Webots ROS2 controller package setup
turtle_teleop_key Interface
Added documentation on the Micro XRCE-DDS Agent
* Add webots subfolder with deployment * Add reference to Webots ROS2 Supervisor * some spelling improvements
Improved agent documentation
Fix simulation under Linux
* add correct deployment diagram for webots * add new chapter to TOC of readme
ROS2 DOC: Extend webots documentation
DOC: ROS2 Webots Build and Launch description added
* Added micro-ROS platoformio to DCS Turtle application with basic transport setup and rcl startup procedure and node spinning within loop; Added initial micro-ROS setup and usage documentation. * Extracted microros configuration into own function * Added basic file structure for MicroRosClient * micro ros client extracted into own class * Architecture of MicroRosClient * Using subscription_with_context * Implemented set config * Removed subscription from Client source * Correct destruction of node * Try to create Subscriber and BaseSubscriber * Implemented subscriber initialization * Fixed documentation * Renamed template * Subscriber members are private * Updated UML diagram * Reverted config file * Improved documentation and function names * Test CI with fixed scripts * fixed typo and corrected link to forked uros pio repo * Fixed review findings --------- Co-authored-by: hoeftjch <derpzillah@protonmail.com>
enable turtleSim build with external micro-ROS library
added docu to create and include micro-ROS library
Was pointing to Webots ROS2 package before which is used in webots.md.
ArduinoNative: Add IPAddress class
Fix link to ROS2 Jazzy installation guide
Turtle behavior
Change network class to use IPAddress instead of string Added IPAddress operators for comparison assignment Improved comments in IPAddress
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.
Change network class to use IPAddress instead of string
Added IPAddress operators for comparison assignment
Improved comments in IPAddress