-
Notifications
You must be signed in to change notification settings - Fork 400
Description
~/Desktop$ ssh unitree@192.168.1.12
unitree@192.168.1.12's password:
Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.10.104-tegra aarch64)
- Documentation: https://help.ubuntu.com
- Management: https://landscape.canonical.com
- Support: https://ubuntu.com/pro
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.
To restore this content, you can run the 'unminimize' command.
Expanded Security Maintenance for Infrastructure is not enabled.
285 updates can be applied immediately.
247 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
182 additional security updates can be applied with ESM Infra.
Learn more about enabling ESM Infra service for Ubuntu 20.04 at
https://ubuntu.com/20-04
Last login: Wed Feb 4 05:33:52 2026 from 192.168.123.51
ros:foxy(1) noetic(2) ?
1
unitree@ubuntu:$ ros2 topic list$ ros2 topic list
1770154958.143392 [25] ros2: config: //CycloneDDS/Domain/General: 'NetworkInterfaceAddress': deprecated element (file:///home/unitree/.config/cyclonedds/cyclonedds.xml line 5)
/parameter_events
/rosout
unitree@ubuntu:
/parameter_events
/rosout
======================
Earlier it used to show everything, evrey topic list but I am not getting it right now. When clicking in this link, i get the popup as:
Also one more thing,
/home/unitree/cyclonedds_ws/cyclonedds.xml
<?xml version="1.0" encoding="UTF-8" ?>
<CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-c>
<Domain Id="any">
<General>
<Interfaces>
<NetworkInterface name="eth0" priority="default" multicast="default" />
</Interfaces>
<AllowMulticast>spdp</AllowMulticast>
</General>
<Internal>
<!--MinimumSocketReceiveBufferSize>50MB</MinimumSocketReceiveBufferSize-->
</Internal>
</Domain>
</CycloneDDS>
and
/home/unitree/.config/cyclonedds/cyclonedds.xml
<?xml version="1.0" encoding="UTF-8"?>
<CycloneDDS xmlns="https://cdds.io/config">
<Domain id="any">
<General>
<NetworkInterfaceAddress>192.168.1.12</NetworkInterfaceAddress>
<AllowMulticast>true</AllowMulticast>
</General>
<Discovery>
<Peers>
<Peer address="192.168.1.229"/>
</Peers>
</Discovery>
</Domain>
</CycloneDDS>
There are two files . I had tried using ethernet and wifi but not able to access this one.