-
Notifications
You must be signed in to change notification settings - Fork 438
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
1 parent
2b8ed46
commit cb1df36
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule carla_msgs
updated
17 files
+24 −10 | CMakeLists.txt | |
+23 −0 | msg/CarlaActorBlueprint.idl | |
+10 −0 | msg/CarlaActorBlueprint.msg | |
+23 −0 | msg/CarlaSynchronizationWindow.idl | |
+13 −0 | msg/CarlaSynchronizationWindow.msg | |
+10 −0 | msg/CarlaV2XCustomData.msg | |
+9 −0 | msg/CarlaV2XCustomDataList.msg | |
+10 −0 | msg/CarlaV2XCustomMessage.msg | |
+1 −0 | package.xml | |
+21 −0 | srv/GetAvailableMaps.idl | |
+8 −0 | srv/GetAvailableMaps.srv | |
+3 −1 | srv/GetBlueprints.idl | |
+1 −1 | srv/GetBlueprints.srv | |
+50 −0 | srv/LoadMap.idl | |
+30 −0 | srv/LoadMap.srv | |
+3 −6 | srv/SpawnObject.idl | |
+1 −3 | srv/SpawnObject.srv |