Skip to content

Add aruco_node to rover.launch.py #141

@onkoe

Description

@onkoe

Goal

Allow using the aruco::aruco_node's action server.

Description

Make the aruco::aruco_node launch when we run ros2 launch drive_launcher drive.launch.py.

Checklist

  • In src/drive_launcher/launch/drive.launch.py, add the following to the LaunchDescription([]) array:
    Node(
        executable="aruco_node",
        package="aruco",
        name="aruco_node",
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    configurationrelated to parameters and node configurationsrc/arucoAbout finding ArUco markers (big QR codes)

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions