-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split CarlaVehicleStatus into Speed, Odometry, CarlaVehicleControlStatus
This provides the pseudo.speedometer and pseudo.odom sensors for better backward compatibility and usability.
- Loading branch information
1 parent
5420ae6
commit 357c535
Showing
10 changed files
with
119 additions
and
96 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
Submodule carla_msgs
updated
6 files
+1 −1 | CMakeLists.txt | |
+21 −0 | msg/CarlaV2XCustomData.idl | |
+19 −0 | msg/CarlaV2XCustomDataList.idl | |
+21 −0 | msg/CarlaV2XCustomMessage.idl | |
+3 −26 | msg/CarlaVehicleControlStatus.idl | |
+0 −11 | msg/CarlaVehicleControlStatus.msg |
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.