how to setup navigation stack folders
Hi Everyone,
I've been trying to study ROS for a week now getting no where. I can build pushers listeners and understand basic ROS structure without an issue however Im having issues with how to set up the navigation stack for sensors and odometry. I'm really confused about how to include the packages and package types. Should tf sensors and odometry be implemented by myself in separate packages? If so is there any guideline? The tutorials aren't comprehensive enough for my understanding. I tried to look for how to set these up or find some ready made projects with navigation stack so I could guide myself but couldn't find all. Any help will be extremely appreciated.
Kind regards, Maciej
The turtlebot_navigation package has a few tutorials that allow you to run the full navstack w/ a simulated turtlebot.
The launch files and configuration files in the
turtlebot_navigation
package would be a good way to see how to configure the navstack.