-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on Windows (at ".../lifecycle_msgs.sln) #4
Comments
Hi, Perhaps you might want to dig into the code and fix the issue?
|
Ok I took a closer look at it. Unfortunatly only on linux because I don't have a working windows installation. On my setup the One more thing: Could you please show the complete output of the C# message generator. It prints quite a lot of debug information. EDIT: I fixed a dependency error in the cmake file. Due to this error all messages where built twice on linux (but then worked). |
Hi, |
@NexusReflex - One more warning -> Apparently the rcl interface changed in the last few months. I try to adapt the rclcs in the next few weeks but I can't promise anything, because I've got a lot of other work todo. |
Hi,
I've been trying to add rclcs to my ROS 2.0 installation. However, build fails at .../lifecycle_msgs.sln.
ROS 2 has been build from source on Windows 10, following the instructions at [https://github.com/ros2/ros2/wiki/Windows-Development-Setup]. Build succeded and publishing/subscribing was tested and worked without any problems.
For rclsc I have followed the instructions given in the README.md (also added
ament_export_dependencies(rosidl_generator_cs)
and so on ...). Anyways, when trying to build again, by usingpython src\ament\ament_tools\scripts\ament.py build
, I get the following output:Did anyone have a similar issue?
The text was updated successfully, but these errors were encountered: