You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The E-Port is connected as well as a data communication cable from USB-C to USB to enable the PSDK but I am unable to see it on my Laptop.
I am running Ubuntu 22.04 with ROS2 Humble installed.
The drone is connected but it cannot be seen on any of the USB Ports when calling the following method:
javibuntu@javibuntu-Thin-GF63-12VE:$ ls /dev/usb-ffs/
ls: no se puede acceder a '/dev/usb-ffs/': No existe el archivo o el directorio
javibuntu@javibuntu-Thin-GF63-12VE:$ ls /dev/ttyACM*
ls: no se puede acceder a '/dev/ttyACM*': No existe el archivo o el directorio
javibuntu@javibuntu-Thin-GF63-12VE:~$
Only when listing the devices is when it appears but cannot be mapped as mentioned before, thus the warpper cannot be initialized.
When tryin to find the serial port I am unable to do so:
javibuntu@javibuntu-Thin-GF63-12VE:~$ ls /dev/ttyUSB* /dev/ttyACM* /dev/serial/by-id/*
ls: no se puede acceder a '/dev/ttyUSB*': No existe el archivo o el directorio
ls: no se puede acceder a '/dev/ttyACM*': No existe el archivo o el directorio
ls: no se puede acceder a '/dev/serial/by-id/*': No existe el archivo o el directorio
This is the hardware connection of the drone with the SDK according to the documentation.
Drone Mavic 3T --> E-Port + Computer
Have tried with different cables USBC to USB and USBC
The E-Port Development Kit light turns greens but dissapears after a couple seconds unless I press it hard against the E-Port.
The text was updated successfully, but these errors were encountered:
The E-Port is connected as well as a data communication cable from USB-C to USB to enable the PSDK but I am unable to see it on my Laptop.
I am running Ubuntu 22.04 with ROS2 Humble installed.
The drone is connected but it cannot be seen on any of the USB Ports when calling the following method:
javibuntu@javibuntu-Thin-GF63-12VE:
$ ls /dev/usb-ffs/$ ls /dev/ttyACM*ls: no se puede acceder a '/dev/usb-ffs/': No existe el archivo o el directorio
javibuntu@javibuntu-Thin-GF63-12VE:
ls: no se puede acceder a '/dev/ttyACM*': No existe el archivo o el directorio
javibuntu@javibuntu-Thin-GF63-12VE:~$
Only when listing the devices is when it appears but cannot be mapped as mentioned before, thus the warpper cannot be initialized.
When tryin to find the serial port I am unable to do so:
javibuntu@javibuntu-Thin-GF63-12VE:~$ ls /dev/ttyUSB* /dev/ttyACM* /dev/serial/by-id/*
ls: no se puede acceder a '/dev/ttyUSB*': No existe el archivo o el directorio
ls: no se puede acceder a '/dev/ttyACM*': No existe el archivo o el directorio
ls: no se puede acceder a '/dev/serial/by-id/*': No existe el archivo o el directorio
This is the hardware connection of the drone with the SDK according to the documentation.
Drone Mavic 3T --> E-Port + Computer
Have tried with different cables USBC to USB and USBC
The E-Port Development Kit light turns greens but dissapears after a couple seconds unless I press it hard against the E-Port.
The text was updated successfully, but these errors were encountered: