-
Notifications
You must be signed in to change notification settings - Fork 8
Useful alias for ros
Shikher Verma edited this page Oct 16, 2016
·
3 revisions
Add these to ~/.bashrc
or ~/.zshrc
alias ross="source ~/catkin_ws/devel/setup.sh"
alias c="clear"
alias rmake="(cd ~/catkin_ws; catkin_make)"
alias auvbuild="~/catkin_ws/src/auv/utils/build.sh"
alias thrusterstop="(rostopic pub -1 /pwm/upward std_msgs/Int32 -- 00)&;(rostopic pub -1 /pwm/forward std_msgs/Int32 -- 00)&;(rostopic pub -1 /pwm/sideward std_msgs/Int32 -- 00)&;"
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK