Closed alaurenzi closed 4 years ago
Useful slides and material about ROS can be found also here:
IMPORTANT: for the C++ tutorials you need a proper UI. At this link you can find a tutorial to install QtCreator with the ROS plugin to develop ros nodes in C++.
Very good @francesco-roscia, @matteosodano! Do you have any question or concern on these tutorials?
We do not have any particular question on the concepts. Anyway, there was no tutorial that explained how to visualize our own URDF in RViz: the tutorials on these arguments were self-contained. Can you suggest some particularly good guide/website on this argument? Otherwise we will search something by ourselves.
The broadcasts TFs of a robot with a robot_state_publisher connected with a joint_state_publisher tutorial should be the one you are looking for. In that you can use your own URDF.
Thank you Enrico. We solved the problem: we forgot the last URDF tutorial.
Perfect, I'll close
The first task is to install ROS Kinetic on your Ubuntu 16.04 system. Then, follow the tutorials that you can find online to understand
ROS is an open source tool. You don't generally expect to find the same documentation quality as in MATLAB, but there is plenty of online resources, and google is your friend! Write below to ask for help.