I tried building the ros2 code using this guide, GitHub - ros2/ros2: The Robot Operating System, is a meta operating system for robots.
i couldnt build the /dev/ros2 folder tree.
when i tried to run this code:
python src\ament\ament_tools\scripts\ament.py build
i get,
Build started 10-02-2018 09:21:00.
1>Project “C:\dev\ros2\build\ament_cmake_core\ament_cmake_core.sln” on node 1 (default targets).
1>C:\dev\ros2\build\ament_cmake_core\ament_cmake_core.sln.metaproj : error MSB4126: The specified solution configuration “Release|x
86” is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe S
olution.sln /p:Configuration=Debug /p:Platform=“Any CPU”) or leave those properties blank to use the default solution configurati
on. [C:\dev\ros2\build\ament_cmake_core\ament_cmake_core.sln]
1>Done Building Project “C:\dev\ros2\build\ament_cmake_core\ament_cmake_core.sln” (default targets) – FAILED.
I use command prompt and vs2017.
Please help me get around this.
Thanks.