How to build Navigation Stack?

asked 2021-12-01 04:15:55 -0500

alanotmt gravatar image

updated 2022-02-13 17:11:03 -0500

lucasw gravatar image

I reference the wiki of RobotSetup: https://wiki.ros.org/navigation/Tutor...

Here are my env:

image description

As you can seen i have lidar and robot in real. image description

Here are my questions.

In creating a robot configuration launch file.

<node pkg="odom_node_pkg" type="odom_node_type" name="odom_node" output="screen">

odom_node_pkg how can i find it?

<param name="transform_configuration_param" value="param_value" />

transform_configuration_param dose it mean tf? what should i fill in the param_value?

<node pkg="tf" type="static_transform_publisher" name="link2_broadcaster" args="0 0 0 0 0 0 base_link laser 100" />

Thank you for listening to my questions.

edit retag flag offensive close merge delete