ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi!

After running the below code on host:

My printenv | grep ROS

Here are my variables:

ROS_VERSION=1
ROS_PYTHON_VERSION=3
ROS_PACKAGE_PATH=/home/furkan/husky_noetic_ws/src:/opt/ros/noetic/share
ROSLISP_PACKAGE_DIRECTORIES=/home/furkan/husky_noetic_ws/devel/share/common-lisp
ROS_IP=192.168.131.99
ROS_ETC_DIR=/opt/ros/noetic/etc/ros
ROS_MASTER_URI=http://Cypector:11311
ROS_ROOT=/opt/ros/noetic/share/ros
ROS_DISTRO=noetic

After running the below code on husky:

My printenv | grep ROS

ROS_VERSION=1
ROS_PYTHON_VERSION=3
ROS_PACKAGE_PATH=/home/administrator/husky_noetic_ws/src:/opt/ros/noetic/share
ROSLISP_PACKAGE_DIRECTORIES=/home/administrator/husky_noetic_ws/devel/share/common-lisp
ROS_ROBOT_MODEL=husky
ROS_IP=192.168.131.1
ROS_ETC_DIR=/opt/ros/noetic/etc/ros
ROS_ROBOT_SERIAL_NO=A200-0744
ROS_MASTER_URI=http://localhost:11311
ROS_ROOT=/opt/ros/noetic/share/ros
ROS_DISTRO=noetic

I don't think there is any discrepancy in the variables...