tizianofiorenzani / ros_tutorials

Tutorials with ROS: Find videos on my channel https://www.youtube.com/channel/UC2aPsByptP3HXobjXgsXQsA?view_as=subscriber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ros_tutorials

Tutorials with ROS: Find videos on my channel https://www.youtube.com/channel/UC2aPsByptP3HXobjXgsXQsA?view_as=subscriber

------- Setup the ROS_MASTER_URI ----------- If ROS Master runs on the Raspberry Pi, you need to set export ROS_MASTER_URI=http://ubiquityrobot.local:11311

In case you are running ROS Master on your local host, set export ROS_MASTER_URI=http://localhost:11311

To speedup the process you can edit ~.bashrc with:

source ~/catkin_ws/devel/setup.bash export ROS_IP=ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'

export ROS_MASTER_URI=http://ubiquityrobot.local:11311 or export ROS_MASTER_URI=http://localhost:11311

About

Tutorials with ROS: Find videos on my channel https://www.youtube.com/channel/UC2aPsByptP3HXobjXgsXQsA?view_as=subscriber


Languages

Language:HTML 49.4%Language:C++ 15.4%Language:Python 14.9%Language:CSS 10.8%Language:CMake 8.6%Language:C 0.8%