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 using python src\ament\ament_tools\scripts\ament.py build, I get the following output:


Did anyone have a similar issue?
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?