-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start preparing carla native ros2 interface #728
base: master
Are you sure you want to change the base?
Start preparing carla native ros2 interface #728
Commits on Sep 22, 2021
-
Wait one tick before creating carla actors to ensure the transforms of the newly spawned actors have been updated by the server
Configuration menu - View commit details
-
Copy full SHA for 2ab679c - Browse repository at this point
Copy the full SHA 2ab679cView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1fbeea8 - Browse repository at this point
Copy the full SHA 1fbeea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e6c66 - Browse repository at this point
Copy the full SHA a2e6c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f0fde - Browse repository at this point
Copy the full SHA 32f0fdeView commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc93879 - Browse repository at this point
Copy the full SHA fc93879View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7147eb - Browse repository at this point
Copy the full SHA f7147ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e554399 - Browse repository at this point
Copy the full SHA e554399View commit details
Commits on Oct 19, 2022
-
Add workaround for object classification
object_type attribute is empty, therefore guess the object class based on the blueprint name as a workaround
Configuration menu - View commit details
-
Copy full SHA for b725136 - Browse repository at this point
Copy the full SHA b725136View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb2594 - Browse repository at this point
Copy the full SHA ceb2594View commit details -
Fill CarlaEgoVehicleControl message header
Fill the message header of CarlaEgoVehicleControl messages with header received from odometry Some robustness increases: - make vehicle_pid_controller robust against missing speed/pose input
Configuration menu - View commit details
-
Copy full SHA for 80ad304 - Browse repository at this point
Copy the full SHA 80ad304View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6f1df5 - Browse repository at this point
Copy the full SHA a6f1df5View commit details -
Don't execute planner step if no odometry message was received
Configuration menu - View commit details
-
Copy full SHA for fae2364 - Browse repository at this point
Copy the full SHA fae2364View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e87ec2 - Browse repository at this point
Copy the full SHA 8e87ec2View commit details
Commits on Dec 22, 2022
-
MarkerSensor: disable Vegetation
The number of vegetation bouunding boxes can explode due to the duplication of small vegetation pieces. Millions of bounding boxes are not useful, taking minutes to load and consuming gigabytes of memory.
Configuration menu - View commit details
-
Copy full SHA for ecfc78d - Browse repository at this point
Copy the full SHA ecfc78dView commit details -
Merge remote-tracking branch 'feature/provide_control_message_header'…
… into berndgassmann/dev
Configuration menu - View commit details
-
Copy full SHA for 6db1ba7 - Browse repository at this point
Copy the full SHA 6db1ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6c50 - Browse repository at this point
Copy the full SHA 37b6c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7661f8 - Browse repository at this point
Copy the full SHA b7661f8View commit details -
Merge remote-tracking branch 'feature/disable_vegetation_markers' int…
…o berndgassmann/dev
Configuration menu - View commit details
-
Copy full SHA for b4a9f48 - Browse repository at this point
Copy the full SHA b4a9f48View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b905db3 - Browse repository at this point
Copy the full SHA b905db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4fae1 - Browse repository at this point
Copy the full SHA 0c4fae1View commit details
Commits on May 24, 2023
-
This allows for using multiple carla_ad_agents within a scenario.
Configuration menu - View commit details
-
Copy full SHA for c452655 - Browse repository at this point
Copy the full SHA c452655View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 214776c - Browse repository at this point
Copy the full SHA 214776cView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c75c373 - Browse repository at this point
Copy the full SHA c75c373View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b8ed46 - Browse repository at this point
Copy the full SHA 2b8ed46View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c821621 - Browse repository at this point
Copy the full SHA c821621View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55544e4 - Browse repository at this point
Copy the full SHA 55544e4View commit details
Commits on Jul 25, 2024
-
Removed carla_ackermann_control
Since Carla native interface directly accepts ackermann commands, this is not required anymore.
Configuration menu - View commit details
-
Copy full SHA for 3c545be - Browse repository at this point
Copy the full SHA 3c545beView commit details -
Added derived_objects_visualizer
To replace /carla/markers published by the old ros bridge.
Configuration menu - View commit details
-
Copy full SHA for 296e5d9 - Browse repository at this point
Copy the full SHA 296e5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bd105 - Browse repository at this point
Copy the full SHA e5bd105View commit details
Commits on Jul 29, 2024
-
- make local_planner subscription to CarlaVehicleStatus best effort and extend ros compatibility qos setting - adapt cala_walker_agent to carla native ros interface - fix derived_objects_visualizer
Configuration menu - View commit details
-
Copy full SHA for 5420ae6 - Browse repository at this point
Copy the full SHA 5420ae6View commit details
Commits on Jul 30, 2024
-
Split CarlaVehicleStatus into Speed, Odometry, CarlaVehicleControlStatus
This provides the pseudo.speedometer and pseudo.odom sensors for better backward compatibility and usability.
Configuration menu - View commit details
-
Copy full SHA for 357c535 - Browse repository at this point
Copy the full SHA 357c535View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f15374a - Browse repository at this point
Copy the full SHA f15374aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a556f5 - Browse repository at this point
Copy the full SHA 5a556f5View commit details -
Adapt rviz_carla_plugin to native ROS2 interface
allowing to select the vehicle to be manually controlled
Configuration menu - View commit details
-
Copy full SHA for 233b534 - Browse repository at this point
Copy the full SHA 233b534View commit details