what program do I use to program with the ROS framework, could I potentially use Visual Studio?
I am new to ROS and any tutorials or tutorial programs would be appreciated.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The most common IDE used for ROS development is Eclipse. More information is on the IDEs page on the ROS Wiki: http://www.ros.org/wiki/IDEs
If you follow the ROS tutorials you will see that ROS is merely programming in C or python, and therefore any IDE for these languages will be suitable.