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

Remove ROS1 driver status publisher #66

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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: 0 additions & 8 deletions carma-carla-integration/carma-carla-agent/agent/bridge.launch
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@
<param name='robot_status_pub_rate' type="double" value="$(arg robot_status_pub_rate)"/>
</node>

<node pkg='carma_carla_bridge' type='carma_carla_driver_status' name='carla_to_carma_driver_status' output='screen'>
<param name='driver_status_pub_rate' type="double" value="$(arg driver_status_pub_rate)"/>
<param name='lidar_enabled' type="bool" value="$(arg lidar_enabled)"/>
<param name='controller_enabled' type="bool" value="$(arg controller_enabled)"/>
<param name='camera_enabled' type="bool" value="$(arg camera_enabled)"/>
<param name='gnss_enabled' type="bool" value="$(arg gnss_enabled)"/>
</node>

<!--
# route #
Set the vehicle route after localization.
Expand Down

This file was deleted.

Loading