Commit e1c3b79
committed
Apat to built-in ROS2 interface
Removed not required parts of the old ros-bridge implementation as those
are covered by the ROS2 enabled CARLA server directly:
- carla_ros_bridge
- carla_ackermann_msgs,
- carla_ackermann_control
Update carla_msgs to the ue4-extend-ros2 branch
Added derived_objects_visualizer to replace /carla/markers published by
the old ros bridge
carla_ad_agent:
- adapt msg and topic names
- remove ego object from all objects using vehicle_info
- make local_planner subscription to CarlaVehicleStatus best effort
- don't execute planner step if no odometry message was received
carla_walker_agent:
- adapt topic names
ros_compatibility:
- extend ros compatibility qos setting
- Only init rclpy if required. This allows for using multiple
carla_ad_agents within a scenario
- Fix use of duplicated topic names for different message types in ROS2
carla_spawn_objects:
- remove not existing pseudo sensors
- remove not available control_id
carla_control_panel:
- adapt to native ROS2 interface
- allow dynamic selection of vehicle to be controlled
carla_twist_to_control:
- allow setting control_priority
pcl_recorder:
- adapt topic names and fix dependencies
carla_ros_scenario_runner:
- adapt topic names
- allow enabling debug logging output at scenario runner
Disable debian melodic CI build1 parent e9063d9 commit e1c3b79
File tree
129 files changed
+839
-8581
lines changed- .github/workflows
- carla_ackermann_control
- config
- launch
- src/carla_ackermann_control
- carla_ackermann_msgs
- msg
- carla_ad_agent/src/carla_ad_agent
- carla_ad_demo/launch
- carla_manual_control/src/carla_manual_control
- carla_ros_bridge
- launch
- resource
- src/carla_ros_bridge
- test
- carla_ros_scenario_runner
- launch
- src/carla_ros_scenario_runner
- carla_spawn_objects
- config
- launch
- src/carla_spawn_objects
- carla_twist_to_control
- launch
- src/carla_twist_to_control
- carla_walker_agent
- src/carla_walker_agent
- carla_waypoint_publisher/src/carla_waypoint_publisher
- derived_objects_visualizer
- derived_objects_visualizer
- resource
- docs
- images
- pcl_recorder
- launch
- ros_compatibility/src/ros_compatibility
- rviz_carla_plugin
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
129 files changed
+839
-8581
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
3 | 24 | | |
4 | 25 | | |
5 | 26 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments