-
Notifications
You must be signed in to change notification settings - Fork 118
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
A setup problem with ROS1-Noetic #207
Comments
Can you make sure you checked out the |
Yes,I am sure that I did the command from the ROS1 branch and run these two command “git clone ***@***.***:fzi-forschungszentrum-informatik/cartesian_controllers.git
rosdep install --from-paths ./ --ignore-src -y”
。。
***@***.***
…------------------ 原始邮件 ------------------
发件人: "fzi-forschungszentrum-informatik/cartesian_controllers" ***@***.***>;
发送时间: 2024年8月21日(星期三) 下午4:40
***@***.***>;
***@***.******@***.***>;
主题: Re: [fzi-forschungszentrum-informatik/cartesian_controllers] A setup problem with ROS1-Noetic (Issue #207)
ament_cmake is a package used in ROS 2.
Can you make sure you checked out the ros1 branch of this repository?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
What's the output of |
dc803377752bcbc175004a54985ef011ec4a952
。。
***@***.***
…------------------ 原始邮件 ------------------
发件人: "fzi-forschungszentrum-informatik/cartesian_controllers" ***@***.***>;
发送时间: 2024年8月21日(星期三) 下午4:49
***@***.***>;
***@***.******@***.***>;
主题: Re: [fzi-forschungszentrum-informatik/cartesian_controllers] A setup problem with ROS1-Noetic (Issue #207)
What's the output of git rev-parse HEAD? Run it in your clone of this repository.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
That's You need to |
Thanks for the reply. I understand what this problem means.
…------------------ 原始邮件 ------------------
发件人: "fzi-forschungszentrum-informatik/cartesian_controllers" ***@***.***>;
发送时间: 2024年8月21日(星期三) 下午5:02
***@***.***>;
***@***.******@***.***>;
主题: Re: [fzi-forschungszentrum-informatik/cartesian_controllers] A setup problem with ROS1-Noetic (Issue #207)
That's HEAD on the ros2 branch: dc80337.
You need to git checkout ros1. Then try again.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks @gavanderhoorn for taking care. @clowz1 Please re-open if still unclear. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the rosdep command “rosdep install --from-paths ./ --ignore-src -y”, it shows the error that:
ERROR: the following packages/stacks could not have their rosdep keys resolvedto system dependences:XXXXXXX Cannot locate rosdep defintion for [ament_cmake]
I searched this error on the website, it means that I didn't install ament_cmake, but I can't install it with command, please tell me how to solve it, my ros version is noetic, thanks.
The text was updated successfully, but these errors were encountered: