code-iai / ros_emacs_utils

Emacs tools for ROS
17 stars 19 forks source link

Accept command line options in ros-run #11

Closed ehuang3 closed 9 years ago

ehuang3 commented 9 years ago

See title.

gaya- commented 9 years ago

It is possible to have arguments for rosrun using Emacs command prefix arguments (default key binding is C-u).

It will be something like: C-u C-x C-r C-r rospy_tutorials RET talker RET chatter:=/namespace/chatter

Would that solve the issue?

ehuang3 commented 9 years ago

Yes, that works. I wasn't aware that it accepted prefix arguments. Thanks!