communicating with node in VM

조회 수: 1 (최근 30일)
Nathaniel Goldfarb
Nathaniel Goldfarb 2021년 7월 5일
답변: Nathaniel Goldfarb 2021년 7월 5일
I am having trouble communicating with my MATLAB ROS ndoe. I am deploying my node into my VM and trying to see the topic.
While I am able to see the topics from the MATLAB node, I cannnot send any messages to the node.
I think that it is a problem with the ROS IP but not sure how it should be set.
The VM bashRC:
export SVGA_VGPU10=0
export ROS_IP=$(hostname -I | tr -d [:blank:])
export ROS_MASTER_URI=http://$ROS_IP:11311
my local machine bashrc
export ROS_IP=192.168.137.129
export ROS_MASTER_URI=http://192.168.137.129:11311/
What is the proper way of setting the IP address.

채택된 답변

Nathaniel Goldfarb
Nathaniel Goldfarb 2021년 7월 5일
Followed this to solve the problem: https://www.mathworks.com/help/ros/ug/get-started-with-gazebo-and-a-simulated-turtlebot.html

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 ROS 2 Network Access in Simulink에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by