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

Found it. Yes, I was sourcing the scripts, but I had aliases that were causing problems with the scripts. Once I moved the line in ~/.bashrc above where I set my aliases, things worked correctly.

It would be good if future versions of the scripts used the "command" syntax to avoid conflicts with aliases. For example:

% command ls -l

instead of just:

% ls -l

click to hide/show revision 2
No.2 Revision

Found it. Yes, I was sourcing the scripts, but I had aliases that were causing problems with the scripts. Once I moved the line in ~/.bashrc above where I set my aliases, things worked correctly.

It would be good if future versions of the scripts used the "command" syntax to avoid conflicts with aliases. For example:

% command ls -l

-l

instead of just:

% ls -l

-l