RoboMaster / RoboRTS

An open source software stack for Real-Time Strategy research on mobile robots
Other
826 stars 347 forks source link

camera driver #6

Closed joke123kobe closed 6 years ago

joke123kobe commented 6 years ago

when I tried to run the example, I typed the command ./build/modules/drive/camera/camera_driver, is said that ROS_MASTER_URI is not defined in the environment. But I add export ROS_MASTER_URI=http://localhost:11311 in the .bashrc file. It doesn't work,either

KevinLADLee commented 6 years ago

If you run example on single PC, please check every steps on the following page. ROS Installation Guide If on multi computers, please check another page ROS Networking Setup

It is exactly an environment setup problem. Please check you ROS configuration twice.