getting_started:ros_example
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:ros_example [2026/01/27 10:21] – ursgraf | getting_started:ros_example [2026/01/27 10:23] (current) – [Building] ursgraf | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ... | ... | ||
| ControlSystem cs(node, dt); | ControlSystem cs(node, dt); | ||
| + | ... | ||
| + | signal(SIGINT, | ||
| ... | ... | ||
| </ | </ | ||
| When defining a control system which uses ROS subscriber or publisher blocks, you have to pass this node to them. | When defining a control system which uses ROS subscriber or publisher blocks, you have to pass this node to them. | ||
| - | All ROS tools such as '' | + | All ROS tools such as '' |
| - | ==== Building ==== | + | If you want to register a signal handler, e.g. for shutting down a system (see [[getting_started: |
| + | The ROS node will properly shut down as soon as the last node handler is destroyed when going out of scope. | ||
| + | |||
| + | ==== Building | ||
| Before building you need to run the '' | Before building you need to run the '' | ||
| < | < | ||
| Line 49: | Line 54: | ||
| </ | </ | ||
| - | If you want to register a signal handler, e.g. for shutting down a system (see [[getting_started: | + | Make sure to run these scripts also before running |
| - | The ROS node will properly shut down as soon as the last node handler is destroyed when going out of scope. | + | |
getting_started/ros_example.1769505670.txt.gz · Last modified: 2026/01/27 10:21 by ursgraf