ros
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ros [2019/07/08 14:47] – [Overview] ddecoeyer | ros [2020/03/06 09:25] (current) – [ROS Configuration] tvandenbussche | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| # Source ROS Config files | # Source ROS Config files | ||
| source / | source / | ||
| - | source | + | |
| + | mkdir -p ~/ | ||
| + | cd ~/ | ||
| + | catkin_make | ||
| + | source | ||
| # Choose editor for rosed command | # Choose editor for rosed command | ||
| Line 314: | Line 318: | ||
| ==== Overview ==== | ==== Overview ==== | ||
| - | According to its creator, ROS_Control allows you to lower the ROS entry barrier to the driver level. It allow you to focus only on drivers and high level application. ROS_Control is make up by two elements, **controllers** and **a robot hardware abstraction**. They are link by **hardware interface**. There is a picture. | + | According to its creator, ROS_Control allows you to lower the ROS entry barrier to the driver level. It allow you to focus only on drivers and high level application. ROS_Control is made up by two elements, **controllers** and **a robot hardware abstraction**. They are linked |
| {{roscontrol.png}} | {{roscontrol.png}} | ||
| Line 436: | Line 440: | ||
| </ | </ | ||
| - | There are several things to care in this file. First in the MYROBOT Constructor, | + | There are several things to care in this file. First in the MYROBOT Constructor, |
| ==== Choose a controller ==== | ==== Choose a controller ==== | ||
ros.1562590068.txt.gz · Last modified: by ddecoeyer
