-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
28 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
bin | ||
build | ||
build_isolated | ||
.clang* | ||
cmake-build-* | ||
colcon.env | ||
gnatinspect* | ||
|
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,11 @@ | ||
Use make.sh to build from pure scratch all packages up to $1 | ||
use make-package.sh to build semi-scratch (no regens) package $1, presumes deps OK | ||
Use update[-package].sh to update all or one packages up to $1 | ||
|
||
Use colcon <verb> --event-handlers console_direct+ to see all output immediately (even interleaved) | ||
Use colcon <verb> --event-handlers console_cohesion+ to see every package output post hoc | ||
|
||
Use colcon graph to see dependencies | ||
|
||
Use ../ada4ros2.gpr after a successful build to edit all Ada ros2 packages simultaneously in GPS | ||
Use ../ada4ros2part.gpr with only the projects already generated for incremental fixing. |
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 @@ | ||
if [ -f install/setup.bash ]; then | ||
source install/setup.bash | ||
else | ||
source /opt/ros/foxy/setup.bash | ||
source /opt/ros/jazzy/setup.bash | ||
fi |
Submodule rclada_common
updated
23 files
Submodule rclada_examples
updated
3 files
+1 −1 | CMakeLists.txt | |
+9 −8 | src/add_two_ints_client.adb | |
+10 −9 | src/add_two_ints_client_async.adb |
Submodule rclada_tf2
updated
6 files
+28 −9 | CMakeLists.txt | |
+5 −7 | cpp_tests/static_pub.cpp | |
+3 −1 | gpr_examples/tf2_ros_examples.gpr | |
+5 −0 | gpr_tf2_ros/gen/rclada_tf2_dark_hpp.ads | |
+2 −1 | gpr_tf2_ros/src/rclada_tf2_dark.cpp | |
+5 −8 | gpr_tf2_ros/tf2_ros.gpr |
Submodule rosidl_generator_ada
updated
90 files
Submodule tutorial
updated
8 files