ROS STATISTICS: ROS tutorials

ROS STATISTICS: ROS tutorials

 

Video tutorial learning is one of the ways to learn ROS effectively (more ROS learning methods). It provides an unique presentation which show how programs are created and ran, in a practical way. It allows you to learn how to carry a ROS project from the professional or instructor, which alleviate a beginner’s fear to start learning ROS to a certain degree.

You can find over one million tutorials on youtube when you search ros tutorials. Over 500,000 new ROS tutorials were uploaded last year alone.

We have compiled some of the best-ranked ROS tutorials for you:

[ROS Q&A] 084 – Found the following, but they’re either not files or not exe

[ROS Q&A] 084 – Found the following, but they’re either not files or not exe

In this video we show how to solve the error “Found the following, but they’re either not files or not executable” that happens sometimes when you call “rosrun” to run a ROS Node. This error was reported in the following question:
https://answers.ros.org/question/258154/visualize_velocity_profilepy-not-working-in-teb_local_planner/

Q: When the user tries to run his file called visualize_velocity_profile.py this error happens.

A: This happened because the file doesn’t have execute permissions. To give “execute permissions” in this case the user could just run “chmod +x visualize_velocity_profile.py“.solve it.

 

[ROS Q&A] 081 – Making Aibo robot walk with ROS – #Part 1

[ROS Q&A] 081 – Making Aibo robot walk with ROS – #Part 1

In this series of videos we are going to show how to use the Aibo robot with ROS. How to program the robot using a Gazebo simulation of Aibo and how to transfer to the real robot. Both, simulation and real robot will be controlled using ROS.

In this first video, we are showing the simulation we are using, and how to send commands to the joints to make Aibo adopt a pose.

Pin It on Pinterest