Skip to content
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

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2021

  1. Sync carla actor creation

    Wait one tick before creating carla actors to ensure the transforms of
    the newly spawned actors have been updated by the server
    berndgassmann committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2ab679c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    1fbeea8 View commit details
    Browse the repository at this point in the history
  2. fix destroy actor

    joel-mb committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a2e6c66 View commit details
    Browse the repository at this point in the history
  3. Make code robust

    and fix task_queue assignment
    berndgassmann committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    32f0fde View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    fc93879 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    f7147eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e554399 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Add workaround for object classification

    object_type attribute is empty, therefore guess the object class based
    on the blueprint name as a workaround
    berndgassmann committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b725136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb2594 View commit details
    Browse the repository at this point in the history
  3. 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
    berndgassmann committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    80ad304 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Fix typo

    berndgassmann committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a6f1df5 View commit details
    Browse the repository at this point in the history
  2. Fix carla_ad_agent

    Don't execute planner step if no odometry message was received
    berndgassmann committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fae2364 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    8e87ec2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. 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.
    berndgassmann committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ecfc78d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db1ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b6c50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7661f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a9f48 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    b905db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c4fae1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Only init rclpy if required

    This allows for using multiple carla_ad_agents within a scenario.
    berndgassmann committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c452655 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    214776c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    c75c373 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    2b8ed46 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    c821621 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Adapt CarlaControlPanel

    berndgassmann committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    55544e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Removed carla_ackermann_control

    Since Carla native interface directly accepts ackermann commands, this
    is not required anymore.
    berndgassmann committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3c545be View commit details
    Browse the repository at this point in the history
  2. Added derived_objects_visualizer

    To replace /carla/markers published by the old ros bridge.
    berndgassmann committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    296e5d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5bd105 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Some fixes

    - 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
    berndgassmann committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5420ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Split CarlaVehicleStatus into Speed, Odometry, CarlaVehicleControlStatus

    This provides the pseudo.speedometer and pseudo.odom sensors for better
    backward compatibility and usability.
    berndgassmann committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    357c535 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    f15374a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a556f5 View commit details
    Browse the repository at this point in the history
  3. Adapt rviz_carla_plugin to native ROS2 interface

    allowing to select the vehicle to be manually controlled
    berndgassmann committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    233b534 View commit details
    Browse the repository at this point in the history