ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ros2 rttest example build error

asked 2015-10-10 13:57:54 -0500

inflo gravatar image

updated 2015-10-11 02:23:34 -0500

gvdhoorn gravatar image

hi, i try to use https://github.com/ros2/rttest , but when i want to build the examples, it returns errors when running make:

rttest/build/include/rttest/rttest.h:29:21: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘=’ token
   size_t iterations = 0,
                     ^

and some other lines with the same style of error ? in rttest.h is a struct, with the first entry with the line of above error ?

including stddef.h or changing size_t to unsigned int, doesnt change anything from the style of error ?

thanks for help flo

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2015-10-11 02:24:46 -0500

gvdhoorn gravatar image

Seeing as ROS2 is currently only in Alpha status, I recommend you report this directly on the rttest issue tracker.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-10 13:57:54 -0500

Seen: 196 times

Last updated: Oct 11 '15