getting_started:ros_prep
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:ros_prep [2024/11/14 15:31] – [Preparations and Building EEROS with ROS Support] ursgraf | getting_started:ros_prep [2026/04/09 18:59] (current) – ursgraf | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| For building the EEROS library with ROS support, for building an EEROS application with ROS support or before an EEROS application with ROS support can be started, you need to run the '' | For building the EEROS library with ROS support, for building an EEROS application with ROS support or before an EEROS application with ROS support can be started, you need to run the '' | ||
| < | < | ||
| - | source /path_to_ros_installation/setup.bash | + | source /path_to_ros_install_dir/setup.bash |
| </ | </ | ||
| Line 12: | Line 12: | ||
| IMPORTANT If an integrated development environment such as '' | IMPORTANT If an integrated development environment such as '' | ||
| + | |||
| + | EEROS defines its own ROS messages. | ||
| + | * AnalogSignal.msg | ||
| + | * DigitalSignal.msg | ||
| + | They are used to transport an analog signal (double or array of doubles) together with its timestamp. The digital message is of type boolean or array of boolean together with its timestamp. | ||
| + | |||
| + | When you use these messages in one of your applications or want to run one of the ROS examples in EEROS, make sure to make these messages available by running the corresponding setup script with | ||
| + | < | ||
| + | source / | ||
| + | </ | ||
| ==== Building the EEROS library with ROS ==== | ==== Building the EEROS library with ROS ==== | ||
getting_started/ros_prep.1731594719.txt.gz · Last modified: by ursgraf
