Skip to content

ROS2 Jazzy and Humble support by adding explicit type definition .#65

Open
aviralshastri wants to merge 1 commit intoYDLIDAR:masterfrom
aviralshastri:master
Open

ROS2 Jazzy and Humble support by adding explicit type definition .#65
aviralshastri wants to merge 1 commit intoYDLIDAR:masterfrom
aviralshastri:master

Conversation

@aviralshastri
Copy link

Added explicit type definition of parameters

updated the declare parameters function call :
node->declare_parameter(<>);

to :
node->declare_parameterstd::string(<>, <>);

Also added ros2 time sync for synchronized LIO implementation and changed frame_id from laser_frame to laser_link for easier usage with cartographer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant