Skip to content
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

Adding useful scripts for building ROS and useful packages from source. #6

Merged
merged 1 commit into from Jan 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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