-
Notifications
You must be signed in to change notification settings - Fork 119
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 node list issue on foxy #796
Comments
@fire9953 thanks for creating issue. Foxy is already End of Life, can you upgrade either humble or jazzy to see if you can still meet this issue? |
@fujitatomoya thanks,but i'm working on jetpack 5.1.x now,it is based on ubuntu 20.04, it's complex to upgrade foxy to humble. I read this post, which mentioned "fixed by the eProsima/Fast-DDS#3753", so I wonder if I can upgrade my current DDS version. BUT Which version of DDS can be used in the Foxy version? I'm a bit confused. Please give me some advice. Thank you. |
for foxy, Fast-DDS version was https://github.com/ros2/ros2/blob/3bc9b4cd9a6661f09ae5f271d4f5f4a3b11cccd9/ros2.repos#L38-L41 and eProsima/Fast-DDS#3753 is not backported to |
@fujitatomoya Thanks, this is really a problem that gives me headache. |
this is likely for the users especially for BSP. i would try container instead of running the application on the host system. if you do not have any other questions, can you close this issue? |
@fire9953 I would try building the following repos from source:
|
@MiguelCompany Thanks very much , I got some hints from this link ros2/ros2cli#582 . |
While building a newer version of Fast-DDS may help here, it is probably easiest to upgrade all of ROS 2 rather than cherry-picking some repositories. At the very least, we test an entire distribution together. Towards that end, I may suggest that you build Humble from source on Ubuntu 20.04. Instructions on how to do so are at https://docs.ros.org/en/humble/Installation/Alternatives/Ubuntu-Development-Setup.html Since this question is for an End-of-Life distribution, I'm going to go ahead and close this out. |
Required Info:
ros-foxy-rmw-fastrtps-cpp/focal,now 1.3.2-1focal.20230527.064419 arm64 [installed,automatic]
ros-foxy-rmw-fastrtps-dynamic-cpp-dbgsym/focal 1.3.2-1focal.20230527.064406 arm64
ros-foxy-rmw-fastrtps-dynamic-cpp/focal 1.3.2-1focal.20230527.064406 arm64
ros-foxy-rmw-fastrtps-shared-cpp-dbgsym/focal 1.3.2-1focal.20230527.052644 arm64
ros-foxy-rmw-fastrtps-shared-cpp/focal,now 1.3.2-1focal.20230527.052644 arm64 [installed,automatic]
Steps to reproduce issue
I‘m working on ros2-foxy , i often find that when using "ros2 node list", I can't see the nodes, or can only see a part of them. I've checked some posts here and found that upgrading FastDDS might solve this problem?
How should I upgrade FastDDS? I'm currently working on Foxy. Which version should I upgrade to? How to upgrade it?
I'm really confused right now and need some help.
The text was updated successfully, but these errors were encountered: