Skip to content

Commit

Permalink
update topics for vehicle detection.
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Liu <[email protected]>
  • Loading branch information
LewisLiuPub committed Jun 27, 2019
1 parent 2e80e79 commit e5a6874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample/launch/pipeline_vehicle_detection.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def generate_launch_description():
package='dynamic_vino_sample', node_executable='pipeline_with_params',
arguments=['-config', default_yaml],
remappings=[
('/openvino_toolkit/detected_license_plates',
('/openvino_toolkit/object/detected_license_plates',
'/ros2_openvino_toolkit/detected_license_plates'),
('/openvino_toolkit/detected_vehicles_attribs',
('/openvino_toolkit/object/detected_vehicles_attribs',
'/ros2_openvino_toolkit/detected_vehicles_attribs'),
('/openvino_toolkit/object/images', '/ros2_openvino_toolkit/image_rviz')],
output='screen'),
Expand Down
4 changes: 2 additions & 2 deletions sample/launch/pipeline_vehicle_detection_oss.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def generate_launch_description():
package='dynamic_vino_sample', node_executable='pipeline_with_params',
arguments=['-config', default_yaml],
remappings=[
('/openvino_toolkit/detected_license_plates',
('/openvino_toolkit/object/detected_license_plates',
'/ros2_openvino_toolkit/detected_license_plates'),
('/openvino_toolkit/detected_vehicles_attribs',
('/openvino_toolkit/object/detected_vehicles_attribs',
'/ros2_openvino_toolkit/detected_vehicles_attribs'),
('/openvino_toolkit/object/images', '/ros2_openvino_toolkit/image_rviz')],
output='screen'),
Expand Down

0 comments on commit e5a6874

Please sign in to comment.