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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2ab679c
Sync carla actor creation
berndgassmann Sep 22, 2021
1fbeea8
Also postpone pseudo actors
berndgassmann Sep 23, 2021
a2e6c66
fix destroy actor
joel-mb Sep 23, 2021
32f0fde
Make code robust
berndgassmann Sep 23, 2021
fc93879
Merge branch 'master' into sync_carla_actor_creation
berndgassmann Sep 29, 2021
f7147eb
Merge branch 'master' into sync_carla_actor_creation
joel-mb Oct 4, 2021
e554399
Merge branch 'master' into sync_carla_actor_creation
joel-mb Oct 4, 2021
b725136
Add workaround for object classification
berndgassmann Oct 19, 2022
ceb2594
Disable debian melodic CI build
berndgassmann Oct 19, 2022
80ad304
Fill CarlaEgoVehicleControl message header
berndgassmann Oct 19, 2022
a6f1df5
Fix typo
berndgassmann Nov 16, 2022
fae2364
Fix carla_ad_agent
berndgassmann Nov 16, 2022
8e87ec2
Merge branch 'master' into sync_carla_actor_creation
berndgassmann Dec 19, 2022
ecfc78d
MarkerSensor: disable Vegetation
berndgassmann Dec 19, 2022
6db1ba7
Merge remote-tracking branch 'feature/provide_control_message_header'…
berndgassmann Dec 22, 2022
37b6c50
Merge remote-tracking branch 'feature/workaround_object_type' into be…
berndgassmann Dec 22, 2022
b7661f8
Merge remote-tracking branch 'sync_carla_actor_creation' into berndga…
berndgassmann Dec 22, 2022
b4a9f48
Merge remote-tracking branch 'feature/disable_vegetation_markers' int…
berndgassmann Dec 22, 2022
b905db3
Fix use of duplicated topic names for different message types in ROS2
berndgassmann Dec 23, 2022
0c4fae1
Merge branch 'feature/fix_duplicated_topic_names_ros2' into berndgass…
berndgassmann Dec 23, 2022
c452655
Only init rclpy if required
berndgassmann May 24, 2023
214776c
Adapt carla_control_panel to native ROS2 interface
berndgassmann Apr 9, 2024
c75c373
Remove outdated ros bridge
berndgassmann Jun 24, 2024
2b8ed46
Adapt carla_spawn_objects to native ROS2 interface
berndgassmann Jun 27, 2024
c821621
update to latest carla_msgs
berndgassmann Jul 16, 2024
55544e4
Adapt CarlaControlPanel
berndgassmann Jul 23, 2024
3c545be
Removed carla_ackermann_control
berndgassmann Jul 25, 2024
296e5d9
Added derived_objects_visualizer
berndgassmann Jul 25, 2024
e5bd105
Adapt some further components
berndgassmann Jul 25, 2024
5420ae6
Some fixes
berndgassmann Jul 29, 2024
357c535
Split CarlaVehicleStatus into Speed, Odometry, CarlaVehicleControlStatus
berndgassmann Jul 30, 2024
f15374a
local_planner: reduce log level for recurring messages
berndgassmann Aug 19, 2024
5a556f5
carla_ros_scenario_runner: allow enabling debug logging output at sce…
berndgassmann Aug 19, 2024
233b534
Adapt rviz_carla_plugin to native ROS2 interface
berndgassmann Aug 19, 2024
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
strategy:
matrix:
include:
- docker_image: melodic-robot
ros_distro: melodic
ros_python_version: 2
ros_version: 1
#- docker_image: melodic-robot
# ros_distro: melodic
# ros_python_version: 2
# ros_version: 1

- docker_image: noetic-robot
ros_distro: noetic
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Latest

## CARLA-ROS-Bridge 0.9.13

* Disable vegetation on MarkerSensor to prevent from millions of boxes in maps with larger vegetation
* carla_ad_agent: Fill CarlaEgoVehicleControl message header
* Added workaround for vehicle classification
* Fixed use of duplicated topic names for different message types in ROS2

## CARLA-ROS-Bridge 0.9.12

* Fixed scenario runner node shutdown for foxy
Expand Down
27 changes: 0 additions & 27 deletions carla_ackermann_control/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions carla_ackermann_control/README.md

This file was deleted.

Loading
Loading