Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turtlebot3_navigation #12

Open
rohanblueboybaijal opened this issue May 26, 2021 · 0 comments
Open

Turtlebot3_navigation #12

rohanblueboybaijal opened this issue May 26, 2021 · 0 comments

Comments

@rohanblueboybaijal
Copy link
Contributor

This is an experiment with the navigation stack of turtlebot

tf transforms are required to fix the trees

rosrun tf static_transform_publisher 0 0 0 0 0 0 map world 50
rosrun tf static_transform_publisher 0 0 0 0 0 0 map base_footprint 50
rosrun tf static_transform_publisher 0 0 0 0 0 0 odom base_footprint 50

Add joint_state_publisher to ensure wheel transform error gets resolved. Wheels joint are of type = continuous but we don't need to see the wheels moving.
In any case, add the following line to the launch file which you are running
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />

However, there is still an issue with the lidar scan data.

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

No branches or pull requests

1 participant