Skip to content

Commit

Permalink
Merge pull request #6 from rizzles38/ros_src_scripts
Browse files Browse the repository at this point in the history
Adding useful scripts for building ROS and useful packages from source.
  • Loading branch information
bobsomers committed Jan 9, 2017
2 parents 7f53073 + 999a0e3 commit 89500c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ros_workspace/add_src_package
@@ -0,0 +1,3 @@
#!/usr/bin/bash
roslocate info --distro=kinetic $1 > $1.rosinstall
wstool merge $1.rosinstall -t src/
2 changes: 2 additions & 0 deletions tools/ros_workspace/deps
@@ -0,0 +1,2 @@
#!/usr/bin/bash
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
2 changes: 2 additions & 0 deletions tools/ros_workspace/fetch_src_packages
@@ -0,0 +1,2 @@
#!/usr/bin/bash
wstool up -t src/
2 changes: 2 additions & 0 deletions tools/ros_workspace/make
@@ -0,0 +1,2 @@
#!/usr/bin/bash
./src/catkin/bin/catkin_make_isolated -j4 --install --install-space /opt/ros/kinetic -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so

0 comments on commit 89500c0

Please sign in to comment.