You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hkolano edited this page Oct 4, 2017
·
3 revisions
Introduction to ROS
ROS stands for Robot Operating System, and is a communications protocol for disparate pieces of code to talk to one another using a standardized format for messages. In the Interactive Robotics Lab, we use ROS to tell the robots where to move their various joints. We can also tell the robots to run a certain series of moves through a different message type.
If you find language that you don't understand, you can do the tutorials in sequential order as found on the ROS Tutorials page, but these are the most important ones. Also, if you want to unlock more of the immense potential of ROS, feel free to keep reading! As always, if you have questions, check the troubleshooting page, then ask someone! Don't struggle in silence.