Commit Graph

2829 Commits

Author SHA1 Message Date
Ken Conley 999797723b removed tests on removed deprecations 2010-10-23 23:00:08 +00:00
Ken Conley e3437de6c3 removed tests for deprecated/removed from/to_seconds 2010-10-23 22:21:08 +00:00
Ken Conley f311c22740 rospy: #2879 plus new rospy_sim_time unit test 2010-10-23 22:06:27 +00:00
Ken Conley a83128c027 removed get_node_proxy 2010-10-23 21:33:30 +00:00
Ken Conley f95953dfa5 rospy: spring cleaning. Removed NodeProxy and get_node_proxy, which appear to have no usage in ros/ros-pkg/wg-ros-pkg and are an impediment to future work. Got rid of msnode in favor of an extra callback in roslib.xmlrpc.XmlRpcNode. Fixed DeprecationWarnings for BaseException. Simplified init and init_node() code. Moved logging config code into init instead of core. 2010-10-23 21:21:54 +00:00
Ken Conley 3f6f81a1d6 In porting to python keyword module, forgot to include 'self' in list. Also had bad reference to PythonKeyword msg file 2010-10-23 05:08:50 +00:00
Ken Conley 032fa5a746 rospy: #2990 bug fix for md5sum calculation when fieldname collides with Python keyword. Also made keyword list more robust by pulling from python keywords module instead of custom file. This required cleaning up example files and tests. 2010-10-23 04:39:47 +00:00
Ken Conley 3ee7e7f5cb undoing r11717 in favor of #2673 patch 2010-10-23 02:26:16 +00:00
Ken Conley d4f4dd25b4 rospy: #2673 squelch errors on shutdown to be consistent with rest of publish() error checking 2010-10-23 02:23:52 +00:00
Ken Conley 30b03fdbd7 #2914 roslaunch: better cleanup if infrastructure startup fails 2010-10-22 23:06:59 +00:00
Ken Conley 7fa6f305ba changing version back to 1.3.x-trunk 2010-10-22 21:23:25 +00:00
Ken Conley 6c980913b0 preparing 1.3.0 release 2010-10-22 20:59:48 +00:00
Ken Conley 12750c5fb6 roslaunch: #3088 disk usage check should not be done remotely 2010-10-22 01:58:50 +00:00
Tully Foote f500507f9d patch from rene #3082 2010-10-22 00:08:53 +00:00
Tully Foote b63c675944 adding vcs rosdeps 2010-10-21 19:15:37 +00:00
Jeremy Leibs bc1e7c4a30 Making rosrun use exec 2010-10-20 23:54:32 +00:00
Jeremy Leibs cca62653a6 Fixing typo in recommended export line 2010-10-20 21:06:57 +00:00
Ken Conley 20a058c8e6 more detailed comment 2010-10-20 16:26:53 +00:00
Ken Conley a21a7a5ed6 removing unused licenses in this stack 2010-10-20 06:53:54 +00:00
Ken Conley 32e3457618 unused and invalid 2010-10-20 06:51:49 +00:00
Ken Conley 1a06fe843e deprecated roslib.distro and roslib.vcs 2010-10-20 00:21:17 +00:00
Bhaskara Marthi 09da00cde3 set page delimiter in ros launch buffers to match start of launch 2010-10-18 21:32:06 +00:00
Ken Conley 4691b85385 rostest: #3074 fixing config initialization bug exposed by change r11495 in roslaunch 2010-10-16 15:20:36 +00:00
Tim Field 777a9c533b rosrecord: adding deprecation warning 2010-10-15 01:03:49 +00:00
Tim Field abb8a9a4c6 rosbagmigration: adding deprecation warning 2010-10-15 01:02:29 +00:00
Jeremy Leibs 224998103d Restoring rosrecord so that rosrecord.py can be deprecated properly and downstream packages won't immediately have their dependencies broken 2010-10-15 00:36:14 +00:00
Jeremy Leibs 1ef78f763d Making rosbagmigration work but produce deprecation warnings 2010-10-14 22:50:41 +00:00
Brian Gerkey 4c09ffbd15 Removed premature reference to PROJECT_SOURCE_DIR that causes trouble in certain symlink environments, #3064 2010-10-14 05:14:23 +00:00
Brian Gerkey a4c94a9481 Deleted signal-handling test, because it never worked properly, and now it's causing problem on some build slaves, #3065 2010-10-14 05:11:21 +00:00
Tully Foote eb9df4ec29 Removing genmsg_cpp and all remaining references to it. Toward REP 100 2010-10-13 21:50:49 +00:00
Ken Conley 052f4b464f removing genmsg_cpp dependency 2010-10-13 21:14:29 +00:00
Ken Conley d062f61812 version locking ros to 11490 to restore rosdoc 2010-10-13 03:47:54 +00:00
Ken Conley e5c9839e02 url 2010-10-13 02:09:56 +00:00
Ken Conley 8baf4b4167 removing old file. refers to prdev, so can't possibly work 2010-10-13 00:27:15 +00:00
Ken Conley 42520691a0 no longer used. see release project 2010-10-13 00:26:39 +00:00
Ken Conley 6cc4b93fce removing old files that don't appear to be used based on their contents 2010-10-13 00:26:17 +00:00
Ken Conley 76ebabd3a2 temporarily including repos file until rosdoc3 build is working 2010-10-12 23:22:18 +00:00
Bhaskara Marthi b2f04407d2 Modify cmake scripts to use the python message generator; modify asdf search to look in msg/srv_gen rather than msg/srv 2010-10-12 22:43:35 +00:00
Bhaskara Marthi 448aec30f7 Get service generation working 2010-10-12 21:43:45 +00:00
Ken Conley a0ca8c4af7 roslaunch: lazy init infrastructure 2010-10-12 21:26:17 +00:00
Ken Conley a2c48c9cd7 rosdoc: moved to documentation stack 2010-10-12 21:24:08 +00:00
Ken Conley 7f994c3012 supress stderr to console for rosstack to be same as rospack 2010-10-12 19:28:00 +00:00
Bhaskara Marthi 6c0a563ea2 add code generation of asd file; verify on sensor_msgs, std_msgs, geometry_msgs, nav_msgs 2010-10-12 19:18:29 +00:00
Bhaskara Marthi 23cfb855b8 Get .asd-dep and package file generation working 2010-10-12 17:58:55 +00:00
Ken Conley 8c493fc1ba getting rid of trailing slash to avoid issues with #3061 2010-10-12 02:15:04 +00:00
Bhaskara Marthi c59f5f8d2a Get generator working on all messages in std_msgs and geometry_msgs 2010-10-12 01:30:55 +00:00
Bhaskara Marthi a459e5c24c wip genmsg_lisp 2010-10-10 05:08:20 +00:00
Brian Gerkey 2544bd8416 Applied (modified version of) patch from #3049 to add PyDev support for
Eclipse projects.
2010-10-08 18:48:01 +00:00
Ken Conley 39f899f141 rostopic list -b updated for new rosbag api 2010-10-08 00:05:05 +00:00
Ken Conley b221886128 better error message 2010-10-07 19:27:05 +00:00