-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
configurationrelated to parameters and node configurationrelated to parameters and node configurationsrc/arucoAbout finding ArUco markers (big QR codes)About finding ArUco markers (big QR codes)
Description
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 theLaunchDescription([])array:
Node(
executable="aruco_node",
package="aruco",
name="aruco_node",
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
configurationrelated to parameters and node configurationrelated to parameters and node configurationsrc/arucoAbout finding ArUco markers (big QR codes)About finding ArUco markers (big QR codes)
Type
Projects
Status
Done