Skip to content
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a31b519
Fixes to FASTDDS build
rbellerobotics Apr 15, 2025
d6f895b
switch back to older fast dds
rbellerobotics Apr 15, 2025
3935c1a
fastdds building on windows
rbellerobotics Apr 15, 2025
fc0dcee
Defaulting the ros2 to be on
rbellerobotics Apr 16, 2025
c3cd5f4
Moved copy to a later part of the build
rbellerobotics Apr 16, 2025
6f750e4
fixed error with copy, still requires running twice
rbellerobotics Apr 17, 2025
42d4286
Build copies on first try fix
rbellerobotics Apr 17, 2025
788c25d
Fixed pathing for Windows deps in build cs
rbellerobotics Apr 17, 2025
40f88d5
TEST: STATIC
rbellerobotics Apr 17, 2025
383dbe5
Update to static paths
rbellerobotics Apr 17, 2025
e617eb4
Merge branch 'carla-simulator:ue5-dev' into Neya/rbelle/windows-nativ…
rbellerobotics May 5, 2025
bad069c
Got build to the 3000 package build
rbellerobotics May 16, 2025
d507681
able to launch system
rbellerobotics May 23, 2025
33ec2cd
Cleaned up windows build
rbellerobotics May 24, 2025
29b3d6c
Switch arg name to link correctly on windows
rbellerobotics May 24, 2025
ea90ad6
Fixes to FASTDDS build
rbellerobotics Apr 15, 2025
03d247a
Merge branch 'Neya/rbelle/windows-native-ros2-build' of github.com:Da…
rbellerobotics May 24, 2025
cae9e1c
Fix to the linux build
rbellerobotics May 24, 2025
7d7e012
added to changelog
rbellerobotics May 24, 2025
2ab42f9
Merge branch 'carla-simulator:ue5-dev' into Neya/rbelle/windows-nativ…
rbellerobotics May 26, 2025
dcf3f7a
Update fastdds version in build cs file and syntax in cmake building …
rbellerobotics May 26, 2025
9e7bde0
Merge branch 'Neya/rbelle/windows-native-ros2-build' of github.com:Da…
rbellerobotics May 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## LATEST Changes

* Added actor description as Actor TAGs
* Got Windows ROS2 Build working


## CARLA 0.10.0
Expand Down
4 changes: 2 additions & 2 deletions CMake/Options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ carla_option (
carla_option (
ENABLE_ROS2
"Enable ROS2."
OFF
ON
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I defaulted ROS2 to be on. I wasn't sure if getting Windows and Linux both working was enough to consider it a solid default.

)

carla_option (
Expand Down Expand Up @@ -420,7 +420,7 @@ carla_string_option (
carla_string_option (
CARLA_FASTDDS_VERSION
"Target Fast-DDS version."
2.11.2
2.11.3
)

carla_string_option (
Expand Down
Loading