-
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
ROS2 eloquent #4
Comments
Yes. Please check the |
But when I use git clone to add eloquent-devel branch to download failed, in the source code did not find the version of eloquent, when I modified the source code compilation passed, but can not start the launch.py file normally, the error prompt that did not find the slam_gmapping package, this is why?
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月15日(星期一) 下午2:28
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
Yes. Please check the eloquent-devel branch.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I just added the |
My download order is https://github.com/Project-MANAS/slam_gmapping
My download order is git clone https://github.com/Project-MANAS/slam_gmapping --branch ros-eloquent-devel,I have also tried another method, that is git clone https://github.com/Project-MANAS/slam_gmapping/eloquent-devel ,They all failed.
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月15日(星期一) 下午2:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
I just added the eloquent-devel branch. Please try cloning the repo again.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This command should work: |
But your instruction did not specify a branch. I did use this instruction to download. When I finished compiling and wanted to run it, the system reported an error and did not find the slam_gmapping package.
In addition, I would like to ask a question, does this have anything to do with my inability to compile openslam_gmapping?
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月15日(星期一) 下午2:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
This command should work: git clone https://github.com/Project-MANAS/slam_gmapping. Please try again.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes I did not specify a branch because I have made Yes Please remember to source your local workspace |
I suddenly found that I could not use this command:
Git clone https://github.com/Project-MANAS/slam_gmapping.
To learn another way in Google, now use instructions:
Git clone git://github.com/Project-MANAS/slam_gmapping.
To download, does this have any effect?
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月15日(星期一) 下午2:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
This command should work: git clone https://github.com/Project-MANAS/slam_gmapping. Please try again.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
That is ok. Should work as well |
Thank you for your reply. I'll try again!
I wish you a happy life and smooth work ~ good night
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月15日(星期一) 下午3:11
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
That is ok. Should work as well
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm sorry to bother you again, but after I ran the command "ros2 launch slam_gmapping slam_gmapping.launch.py", the expected map did not appear. Do I need to configure another radar topic / scan and odometer / odom topic? |
Yes. As already mentioned in the |
I have changed the corresponding topic and transforms (tf), but when I run the "slam_gmapping.launch.py" file, I still can't see the map in rviz. Is it because I lack the robot_pose_ekf feature pack?
Later, I tried to use robot_pose_ekf in ros1 with gmapping through ros1_bridge, but I couldn't get the expected results.
I really can't figure out what went wrong.
I'm so sad._(:_」∠)_
…------------------ 原始邮件 ------------------
发件人: "Project-MANAS/slam_gmapping" ***@***.***>;
发送时间: 2021年3月17日(星期三) 下午5:54
***@***.***>;
***@***.******@***.***>;
主题: Re: [Project-MANAS/slam_gmapping] ROS2 eloquent (#4)
Yes. As already mentioned in the README.md, it would require laser scans on topic /scan and the transforms (tf) between odom -> base_link -> base_scan_link.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Can I use it in the eloquent version of ros2?
Or is there any other way for me to successfully build a map in ROS2?
The text was updated successfully, but these errors were encountered: