-
Notifications
You must be signed in to change notification settings - Fork 42
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
About robot_localization #23
Comments
You can install it by typing |
I tried to use binary download, but my ros2 version is eloquent, it can't
locate this package, and when I download using source code, it can't finish
compiling.
Ting Chang ***@***.***> 于2021年4月7日周三 下午3:11写道:
… You can install it by typing sudo apt install
ros-$ROS_DISTRO-robot-localization
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOU54Z7W2IETXLE733RE2TTHQARZANCNFSM42QEUSAQ>
.
|
Maybe the reason is that eloquent is end-of-life, so you can't download the binary. |
Did you download it through binary when you tested it before?
Ting Chang ***@***.***> 于2021年4月7日周三 下午3:35写道:
… Maybe the reason is that eloquent is end-of-life, so you can't download
the binary.
I have no time to test it on eloquent, if you are still using eloquent,
you have to build robot-localization on your own and fix the error.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOU547VYS5WXYUYVLDWJBLTHQDLZANCNFSM42QEUSAQ>
.
|
I have forgot it...it's been a long time, almost a half year. |
But if it is not used, it will always prompt that the coordinate
information can not be found. I don't quite understand this.
Ting Chang ***@***.***> 于2021年4月7日周三 下午4:07写道:
… I have forgot it...it's been a long time, almost a half year.
By the way, robot_localization is not necessary for NeuronBot, you can
remove it if you don't need EKF functionality.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATOU543JORILGZQUX6CO4B3THQHDVANCNFSM42QEUSAQ>
.
|
Hello, if it is convenient for you, can you post a rqt-graph file or tf-tree of the normal navigation node for your reference? |
You have to publish the TF from odom instead of the TF from ekf. |
After I executed the bringup_launch.py file in neuronbot2_bringup, I used |
Do you have a NeuronBot? If you don't, why do you think you can receive /odom without a robot? |
I deployed the program to an actual car to execute the program. |
Build robot localization pkg ->>>>>> |
neuronbot2_bringup Bringup_launch.py robot_localization
Hello, is the robot_localization mentioned in the Bringup_launch file in the neuronbot2_bringup function package included in the warehouse?
Or do I need to use a separate binary download and installation?
The text was updated successfully, but these errors were encountered: