Can't run sudo husarion-register on download vmware image

I downloaded the vmware and try to run roscore. There was an error “Failed to contact master at husarion:11311”. So I tried to register the vmware to the cloud by using sudo husarion-register from “connecting to the command line” topic. However, it said command not found from the vmware image.

How can I connect the vmware to the cloud for this case?

Thanks

Hello NARAMETH_Nananukul,

Cloud IDE is tool for flashing CORE2 based devices, thus it is not required to register virtual machine within cloud.

To fix error Failed to contact master at husarion:11311 open file ~/.bashrc, you can open it with any graphical editor or in terminal with:

nano ~/.bashrc`

Then go to file end and change lines:

export ROS_MASTER_URI=http://master:11311
export ROS_IPV6=on

to:

export ROS_MASTER_URI=http://localhost:11311

We will publish fixed image soon.

Regards,
Łukasz

Thank you , the issue was solved.