-
Notifications
You must be signed in to change notification settings - Fork 99
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
tf link missing #9
Comments
Original comment by dan (Bitbucket: dan77062).
|
1 similar comment
Original comment by dan (Bitbucket: dan77062).
|
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero). @dan77062, thanks for reporting the issue. See pull request #77. The Similarly, I removed the localization node. This shouldn't be part of the minimum example that we want to provide. Robot localization falls under the responsibility of each participant. |
Original comment by dan (Bitbucket: dan77062).
OK, if ekf is not running, then there will not be a broken tree. |
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero). Merged in issue_09 (pull request #77) Fix issue #9 Approved-by: Nathan Koenig natekoenig@gmail.com → <<cset 12686d8>> |
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
|
Original report (archived issue) by dan (Bitbucket: dan77062).
Trying to run the custom control example. The sim launches OK.
And x1.launch runs as long as the parameter
laser_enabled
is set tofalse
If it is set totrue
then this error occurs:It also fails if the parameter
kinect_enabled
is set totrue
In that case, this error is generated:Looking at the tf tree when running without the laser or the kinect shows a disconnected tree. There is an
odom ->base_link
transform published by/X1/ekf_localization
and there is a full tree published by/X1/robot_state_publisher
that starts withX1/base_link
but there is no connection betweenbase_link
andX1/base_link
The text was updated successfully, but these errors were encountered: