How to specify the path to ROS package in VM
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Van Chuong Nguyen
am 8 Feb. 2021
Kommentiert: Van Chuong Nguyen
am 8 Feb. 2021
Hi,
I follow the tutorial from here to create custom messages from ROS package
My ROS package is in my project in VM - Ubuntu, and my host computer is Win 7.
In Matlab in Win 7, I want to enter the folder path of the ROS package in VM, but don't know how to get this path because it is in the VM, not in the host computer.
Could you please help me figure out this issue?
Thank you
0 Kommentare
Akzeptierte Antwort
Abhijeet Gadkari
am 8 Feb. 2021
Hello Van,
You cannot build the custom message on the remote device, in this case your Ubuntu VM.
The message definitions must be accessible through MATLAB, in this case your Win 7 host computer.
Please copy the message definitions to the host computer from Ubuntu VM and the provide that folder path to rosgenmsg command.
-Abhijeet
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Custom Message Support finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!