ros2 / realtime_support

Minimal real-time testing utility for measuring jitter and latency.
61 stars 33 forks source link

Fix armhf build warnings #78

Closed prajakta-gokhale closed 5 years ago

prajakta-gokhale commented 5 years ago

Fix armhf build warnings caused by incorrect format specifiers. Build warnings: src and test

Signed-off-by: Prajakta Gokhale prajaktg@amazon.com

prajakta-gokhale commented 5 years ago

@emersonknapp - please run this CI job Gist: https://gist.githubusercontent.com/prajakta-gokhale/0bccbbb365e8b2750c07f80bdec02e3a/raw/1401ad6fef2cd93ac822d338f1c5edaed19bf24f/ros2.repos BUILD args: --packages-up-to realtime_support TEST args: --packages-select realtime_support Job: ci_launcher

emersonknapp commented 5 years ago
emersonknapp commented 5 years ago

Oh, the package is called rttest not realtime_support - rerunning

emersonknapp commented 5 years ago

@jacobperron armhf build is now 3 warnings closer to green :)

emersonknapp commented 5 years ago

Mentioning https://github.com/ros2/ros2/issues/721 - this is part of the solution

prajakta-gokhale commented 5 years ago

Oh, the package is called rttest not realtime_support - rerunning

Whoops, sorry I missed that. Took package to mean repo name. Anyway, thanks for the re-run!