ROS Catkin UX Discussion: Improving Catkin and its Tools
Planning for June 9th, 10:15am (PDT) 2014 Video Conference
Participants (add your name here and speak your mind!):
-
Jonathan Bohren
-
Mike Purvis
| #!/usr/bin/env python | |
| from __future__ import print_function | |
| from collections import defaultdict | |
| from catkin_pkg.packages import find_packages | |
| from bloom.logging import fmt |
| william@eatable:/tmp/testing_ws | |
| $ tree | |
| . | |
| └── src | |
| ├── CMakeLists.txt -> /opt/ros/hydro/share/catkin/cmake/toplevel.cmake | |
| └── example | |
| ├── CMakeLists.txt | |
| ├── msg | |
| │ └── Test.msg | |
| └── package.xml |
| Script started on Tue Oct 14 10:52:45 2014 | |
| [1m[7m%[27m[1m[0m | |
| ]2;william@dosa: ~/tmp/2ros2]1;~/tmp/2ros2 | |
| [0m[27m[24m[J[39m[49m[0m | |
| [1m[32mwilliam[1m[34m@[1m[36mdosa [0m[35m~/tmp/2ros2 [K[39m[49m[0m | |
| %[39m[49m[0m [K[?1h=eexport[?1l> | |
| ]2;export]1;exportApple_PubSub_Socket_Render=/tmp/launch-ODXdT6/Render | |
| CLICOLOR=yes |
ROS Catkin UX Discussion: Improving Catkin and its Tools
Planning for June 9th, 10:15am (PDT) 2014 Video Conference
Participants (add your name here and speak your mind!):
Jonathan Bohren
Mike Purvis
| def extract_argument_group(args, delimiting_option): | |
| """Extract a group of arguments from a list of arguments using a delimeter. | |
| Here is an example: | |
| .. code-block:: python | |
| >>> extract_argument_group(['foo', '--args', 'bar', '--baz'], '--args') | |
| (['foo'], ['bar', '--baz']) |
| #include <vector> | |
| #include "ros/ros.h" | |
| #include "geometry_msgs/PoseStamped.h" | |
| std::vector<geometry_msgs::PoseStamped::ConstPtr> poses; | |
| void handle_poses(const geometry_msgs::PoseStamped::ConstPtr& msg) | |
| { | |
| ROS_INFO_STREAM("Received pose: " << msg); |
| curl -v -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' -H 'User-Agent: bloom 0.5.11-dev' --data '{"base": "master", "head": "tfoote:bloom-geometry_experimental-6", "title": "geometry_experimental: 0.5.5-1 in 'indigo/distribution.yaml' [bloom]", "body": "truncated for testing"}' https://api.github.com/repos/ros/rosdistro/pulls | |
| * Adding handle: conn: 0x1ab5e10 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 0 (0x1ab5e10) send_pipe: 1, recv_pipe: 0 | |
| * About to connect() to api.github.com port 443 (#0) | |
| * Trying 192.30.252.138... | |
| * Connected to api.github.com (192.30.252.138) port 443 (#0) | |
| * successfully set certificate verify locations: |
| cmake_minimum_required(VERSION 2.8.3) | |
| project(PROJECT) |
| install(DIRECTORY folder | |
| DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) |
| <?xml version="1.0" encoding="utf-8"?> | |
| <COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1"> | |
| <asset> | |
| <contributor> | |
| <author>WakiMudi</author> | |
| <authoring_tool>OpenCOLLADA2009 x64</authoring_tool> | |
| <comments> | |
| ColladaMaya export options: | |
| bakeTransforms=0;relativePaths=0;copyTextures=0;exportTriangles=0;exportCgfxFileReferences=1; | |
| isSampling=0;curveConstrainSampling=0;removeStaticCurves=1;exportPolygonMeshes=1;exportLights=1; |