作者在配置pibot机器人时报错: Invalid <arg> tag: environment variable 'PIBOT_MODEL' is not set. Arg xml is <arg default="$(env PIBOT_MODEL)" doc="model type [apollo, zeus, hades, hera]" name="model"/>The traceback for the exc…
Day 1: Setting up ROS: Indigo OS: Ubuntu 14.04 OS: Gazebo 7.0.0 Initialize the workspace To create the basic skeleton of the directory structure, we begin with a workspace {WORKSPACE}_ws, where we set {WORKSPACE}=mybot. cd ~ mkdir -p mybot_ws/src cd…
Problem: Ever since I have installed Conda, ROS does not seem to work. And predictably it is because Conda has changed my Python environment. I run ROS Indigo on Ubuntu 14.04. Can someone guide on how can I use both on my machine? I am willing to mak…