-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dynamic_messages_3
- Loading branch information
Showing
67 changed files
with
3,294 additions
and
350 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "examples_rclrs_message_demo" | ||
version = "0.3.1" | ||
version = "0.4.1" | ||
authors = ["Nikolai Morin <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -12,13 +12,13 @@ path = "src/message_demo.rs" | |
anyhow = {version = "1", features = ["backtrace"]} | ||
|
||
[dependencies.rclrs] | ||
version = "0.3" | ||
version = "0.4" | ||
|
||
[dependencies.rosidl_runtime_rs] | ||
version = "0.3" | ||
version = "0.4" | ||
|
||
[dependencies.rclrs_example_msgs] | ||
version = "0.3" | ||
version = "0.4" | ||
features = ["serde"] | ||
|
||
[dependencies.serde_json] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>examples_rclrs_message_demo</name> | ||
<version>0.3.1</version> | ||
<version>0.4.1</version> | ||
<description>Package containing an example of message-related functionality in rclrs.</description> | ||
<maintainer email="[email protected]">Nikolai Morin</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "examples_rclrs_minimal_client_service" | ||
version = "0.3.1" | ||
version = "0.4.1" | ||
authors = ["Esteve Fernandez <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -21,10 +21,10 @@ anyhow = {version = "1", features = ["backtrace"]} | |
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] } | ||
|
||
[dependencies.rclrs] | ||
version = "0.3" | ||
version = "0.4" | ||
|
||
[dependencies.rosidl_runtime_rs] | ||
version = "0.3" | ||
version = "0.4" | ||
|
||
[dependencies.example_interfaces] | ||
version = "*" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>examples_rclrs_minimal_client_service</name> | ||
<version>0.3.1</version> | ||
<version>0.4.1</version> | ||
<description>Package containing an example of the client-service mechanism in rclrs.</description> | ||
<maintainer email="[email protected]">Esteve Fernandez</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
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
Oops, something went wrong.