Functions | |
| def | generate_setup_bat_text |
| Private Functions. | |
| def | is_invalid_workspace |
| def | write_setup_bat |
| Public Functions. | |
| def | write_toplevel_cmake |
Variables | |
| int | STABLE = 0 |
| Constants. | |
| dictionary | toplevel_cmake_url |
| int | UNSTABLE = 1 |
Private Functions.
Definition at line 59 of file workspace.py.
| def win_ros.workspace.is_invalid_workspace | ( | src_path | ) |
Checks for source directory and source CMakeLists.txt. @return Error string if not valid, otherwise None
Definition at line 135 of file workspace.py.
| def win_ros.workspace.write_setup_bat | ( | base_path | ) |
Public Functions.
Definition at line 120 of file workspace.py.
| def win_ros.workspace.write_toplevel_cmake | ( | base_path, | |
distro = STABLE |
|||
| ) |
Definition at line 127 of file workspace.py.
| int win_ros::workspace::STABLE = 0 |
Constants.
Definition at line 46 of file workspace.py.
| dictionary win_ros::workspace::toplevel_cmake_url |
00001 { 00002 UNSTABLE : 'https://raw.github.com/ros-windows/catkin/groovy-devel/cmake/toplevel.cmake', 00003 STABLE : 'https://raw.github.com/ros-windows/catkin/groovy-devel/cmake/toplevel.cmake', 00004 #STABLE : 'https://raw.github.com/ros/catkin/3deda412ff09f94a5658a582062b22a8926c0b75/cmake/toplevel.cmake' 00005 }
Definition at line 49 of file workspace.py.
| int win_ros::workspace::UNSTABLE = 1 |
Definition at line 47 of file workspace.py.