Morgan Quigley
|
59cffe19f1
|
debs were not being generated in the appropriate place in the filesystem; they were clobbering each other in /opt/ros/latest
|
2009-11-22 06:32:37 +00:00 |
Brian Gerkey
|
67fb36baef
|
Added warnings for unnecessary calls to rosbuild_genmsg and rosbuild_gensrv
|
2009-11-22 00:42:48 +00:00 |
Brian Gerkey
|
31738482aa
|
Fixed bug that was causing unnecessary call to non-existing command when no
msg/srv files were found.
|
2009-11-22 00:37:01 +00:00 |
Brian Gerkey
|
5580908020
|
Added better debug output when rospack fails
|
2009-11-22 00:14:44 +00:00 |
Morgan Quigley
|
c9517a3b47
|
vm_build_distro will work on /opt/ros, and will now also be attempting to generate debs when it's done
|
2009-11-20 09:23:50 +00:00 |
Morgan Quigley
|
c689e6db4f
|
fix a few minor things in the control files that lintian was complaining about
|
2009-11-20 09:23:07 +00:00 |
Morgan Quigley
|
6f5cb0b35c
|
assemble_debs now will really build debs, woo hoo
|
2009-11-20 09:09:04 +00:00 |
Morgan Quigley
|
f5dd5c86ed
|
first hack at a pure python implementation of the most basic rospack functionalities: 'rospack find' and 'rospack list', for use on android or other platforms that don't have C++ STL
|
2009-11-20 06:22:35 +00:00 |
Tully Foote
|
87b104ef47
|
adding lsb_release usage tested on ubuntu
|
2009-11-19 20:12:19 +00:00 |
Tully Foote
|
05835ff4f7
|
test asserting basic gv values
|
2009-11-19 19:35:44 +00:00 |
Tully Foote
|
5b8d2bc24a
|
removing source of rxdeps test
|
2009-11-19 18:43:11 +00:00 |
Tully Foote
|
9d62cf4ab5
|
adding test_rxdeps
|
2009-11-19 18:42:44 +00:00 |
Tully Foote
|
e3d5c5deb2
|
adding first cut test_script so I can move it
|
2009-11-19 18:39:06 +00:00 |
Ken Conley
|
d9b4c4eac8
|
roscreate-pkg: no longer create package/src/package, just package/src for python
|
2009-11-19 18:20:08 +00:00 |
Tully Foote
|
9e37a0f409
|
adding test packages for rxdeps testing hidden inside package
|
2009-11-19 18:08:48 +00:00 |
Morgan Quigley
|
319860aa9d
|
beginnings of an assemble_debs script, which is intended to run after a 'build_distro latest /opt/ros' invocation. it snarfs through an installation and currently builds the debian control files, including running rosdep to grab all the native debian dependencies. more hacking to do...
|
2009-11-19 08:32:33 +00:00 |
Morgan Quigley
|
a2682d7c68
|
add a ROSDEP_REINSTALL environment variable, which can be set so that native package installation lines are always generated by rosdep. The only current use for this is when generating debian packages, where we want to know all of the debian package dependencies of a 'rosdep generate_bash' invocation, rather than only the ones that need to be installed (which will be an empty set on any updated development box)
|
2009-11-19 08:09:52 +00:00 |
Morgan Quigley
|
861e806684
|
better error handling... vbox was bailing because of a duplicated state and it wasn't halting in a logical place.
|
2009-11-19 05:52:38 +00:00 |
Morgan Quigley
|
49833762c6
|
make build_distro slightly more parameterized, and tweak vm_build_distro to reflect this
|
2009-11-19 05:34:45 +00:00 |
Morgan Quigley
|
56ee1956fa
|
fix ros_package_path, so it actually will try to build the packages...
|
2009-11-19 04:58:40 +00:00 |
Ken Conley
|
871a7317bb
|
rosversion 0.10
|
2009-11-18 23:32:00 +00:00 |
Tully Foote
|
8ec6478c20
|
inserting rhel and fedora rosdep targets #1996
|
2009-11-18 22:18:30 +00:00 |
Tully Foote
|
10b35f73b1
|
fixing packages being tested #2020
|
2009-11-18 21:29:48 +00:00 |
Morgan Quigley
|
1ad7671887
|
add debian sid library needed for boost to work, #1792
|
2009-11-18 20:36:32 +00:00 |
Tully Foote
|
5513907538
|
reverting accidental additional commits made in r6925
|
2009-11-18 17:44:44 +00:00 |
Brian Gerkey
|
bb7bbf2869
|
Added ros_experimental and ros_tutorials
|
2009-11-18 07:48:06 +00:00 |
Brian Gerkey
|
24d8f6c0e6
|
Added svn info call to determine repository
|
2009-11-18 03:57:27 +00:00 |
Brian Gerkey
|
baf4a849e7
|
Fixed two more URIs
|
2009-11-18 01:51:18 +00:00 |
Brian Gerkey
|
a7597b33a8
|
Removed leading 'tags' from 'trunk'
|
2009-11-18 01:39:29 +00:00 |
Josh Faust
|
9a9f9c330b
|
rate-limit warning about auto-filling, and print the message type in the warning as well
|
2009-11-18 01:38:22 +00:00 |
Brian Gerkey
|
054dd77d51
|
Fixed repo URIs, and switched from latest to trunk across the board
|
2009-11-18 01:37:50 +00:00 |
Brian Gerkey
|
08039a5923
|
special-casing ros
|
2009-11-18 01:20:07 +00:00 |
Brian Gerkey
|
0277d300cd
|
Added write of setup.bash
|
2009-11-18 01:18:01 +00:00 |
Brian Gerkey
|
8048801595
|
Added script to checkout from multiple repos, plus a file full of keys into
the master repo list, which lives in rosbrowse/repos.
|
2009-11-18 01:09:46 +00:00 |
Tully Foote
|
2b6937015a
|
fixing dpkg-query to detect installed vs previously installed, added check method, and made bash script display to screen immediately
|
2009-11-17 22:05:10 +00:00 |
Tully Foote
|
2c9d5fbad9
|
fixing dpkg_detect to work when something has been removed
|
2009-11-17 21:41:03 +00:00 |
Brian Gerkey
|
2688faae66
|
Added check for empty cache path, to avoid writing temporary cache file into . (related to #2042)
|
2009-11-17 17:07:38 +00:00 |
Ken Conley
|
77acc5a3f8
|
roslib: setup_default_environment had a bad ROS_LOG_DIR setting
|
2009-11-17 07:48:29 +00:00 |
Ken Conley
|
28abc13d0f
|
roslib: #2042 [from ros] import style now converts invalidrospkgexception to an import error, which mutes the stack trace a bit and converts to better typing
|
2009-11-17 07:41:21 +00:00 |
Ken Conley
|
0e975a8607
|
rxgraph: runtime check for graphviz/dot installation before proceeding
|
2009-11-17 07:10:08 +00:00 |
Ken Conley
|
1e6de61177
|
roslaunch: #2041 bad error message
|
2009-11-17 07:02:01 +00:00 |
Tully Foote
|
82f24ce4ad
|
adding missing line #2040
|
2009-11-17 02:33:34 +00:00 |
Tully Foote
|
e51cce5856
|
fixing #2036
|
2009-11-16 23:57:16 +00:00 |
Tully Foote
|
af0174c12b
|
commenting in macports and moving error messages to stderr
|
2009-11-16 22:18:55 +00:00 |
Tim Field
|
e9721c7800
|
Check buffer is non-empty before peeking
|
2009-11-16 21:01:03 +00:00 |
Jeremy Leibs
|
6735e09903
|
Fixing time_publisher to use roslib::Clock.
|
2009-11-16 20:44:16 +00:00 |
Jeremy Leibs
|
f445bfcd43
|
Fixing time autofill problem in rosplay. (#2035)
|
2009-11-16 20:12:20 +00:00 |
Tim Field
|
b4e8c628bc
|
Adding rxplot -b to specify buffer size
|
2009-11-16 19:26:34 +00:00 |
Jeremy Leibs
|
267401eb59
|
Adding rosrecord -t trigger for convenience.
|
2009-11-16 18:36:13 +00:00 |
Jeremy Leibs
|
ab24932921
|
Renaming blackbox to snapshot in rosrecord.
|
2009-11-16 18:20:34 +00:00 |