forked from micro-ROS/freertos_apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update merged branch. (micro-ROS#41)
* Update merged branch. * Change typesupport branch to dashing. * Change Micro-CDR and Micro XRCE-DDS Client to use develop branch. * Update repos to Dashing (micro-ROS#44) * Update client.repos. * Update agent.repos and agent.metas. * Update Agent compilation instructions. Co-authored-by: Julián Bermúdez Ortega <[email protected]>
- Loading branch information
1 parent
027c6df
commit 55e03dd
Showing
7 changed files
with
36 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
{ "names": { | ||
"*": { "cmake-args": [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ], }, | ||
} | ||
{ | ||
"names":{ | ||
"*":{ | ||
"cmake-args":[ | ||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo" | ||
] | ||
}, | ||
"microxrcedds_agent":{ | ||
"cmake-args":[ | ||
"-DUAGENT_ISOLATED_INSTALL=OFF" | ||
] | ||
} | ||
} | ||
} |
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,5 +1,5 @@ | ||
{ "names": { | ||
"rcutils": { "cmake-args": [ "-DENABLE_TESTING=ON" ], }, | ||
"microxrcedds_client": { "cmake-args": [ "-DUCLIENT_ISOLATED_INSTALL=OFF" ] } | ||
"microxrcedds_client": { "cmake-args": [ "-DUCLIENT_ISOLATED_INSTALL=OFF", "-DUCLIENT_SUPERBUILD=OFF" ] } | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
micro_ros_setup/config/host/generic/client_host_packages.repos
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,28 +1,28 @@ | ||
repositories: | ||
eProsima/Micro-CDR: | ||
type: git | ||
url: https://github.com/eProsima/micro-CDR.git | ||
version: v1.1.2 | ||
url: https://github.com/eProsima/Micro-CDR.git | ||
version: b7ff127e7432d6a0b7e333ef27bdf7081ed67fb3 | ||
eProsima/Micro-XRCE-DDS-Client: | ||
type: git | ||
url: https://github.com/eProsima/Micro-XRCE-DDS-Client.git | ||
version: develop | ||
version: 5d16a887ce5f949980aa488b588e54377d798cd2 | ||
|
||
# MicroROS | ||
|
||
uros/rclc: | ||
type: git | ||
url: https://github.com/micro-ROS/rclc.git | ||
version: feature/dashing_migration | ||
version: dashing | ||
uros/rmw_microxrcedds: | ||
type: git | ||
url: https://github.com/micro-ROS/rmw-microxrcedds.git | ||
version: feature/dashing_migration | ||
version: dashing | ||
uros/rosidl_typesupport_microxrcedds: | ||
type: git | ||
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git | ||
version: feature/dashing_migration | ||
version: dashing | ||
uros/micro-ROS-demos: | ||
type: git | ||
url: https://github.com/micro-ROS/micro-ROS-demos.git | ||
version: feature/dashing_migration | ||
version: dashing |
12 changes: 6 additions & 6 deletions
12
micro_ros_setup/config/nuttx/generic/client_uros_packages.repos
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