We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should set hostname of hostPC by IP. e.g.:
hostname
hostname 192.168.11.5
The text was updated successfully, but these errors were encountered:
If we did not set HOSTNAME, ROS_MASTER_URI and ROS_HOSTNAME to IP address, following message may be appeared.
HOSTNAME
ROS_MASTER_URI
ROS_HOSTNAME
../../mros-lib/mros-src/comm/cimpl/target/lwip/mros_comm_cimpl.c mros_comm_inet_get_ipaddr() 73 hostname=hogehoge ret=22 ../../mros-lib/mros-src/packet/cimpl/version/kinetic/mros_packet_decoder_cimpl.c mros_xmlpacket_get_first_uri() 153 ret=22
Sorry, something went wrong.
No branches or pull requests
We should set
hostname
of hostPC by IP.e.g.:
The text was updated successfully, but these errors were encountered: