Update of /cvsroot/playerstage/code/stage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11072
Modified Files:
configure.ac todo
Log Message:
fixed automake so builds without Player
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/stage/configure.ac,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** configure.ac 21 Feb 2008 05:57:43 -0000 1.20
--- configure.ac 21 Feb 2008 23:55:29 -0000 1.21
***************
*** 80,85 ****
have_player=no
)
- AM_CONDITIONAL(HAVE_PLAYER, [test $have_player=yes])
dnl for libplayerc examples, we need libplayerc
--- 80,85 ----
have_player=no
)
+ AM_CONDITIONAL(HAVE_PLAYER, test "x$have_player" = "xyes")
dnl for libplayerc examples, we need libplayerc
***************
*** 91,96 ****
have_playerc=no
)
!
! AM_CONDITIONAL(HAVE_PLAYERC, [test $have_playerc = yes])
AC_OUTPUT(Makefile
--- 91,95 ----
have_playerc=no
)
! AM_CONDITIONAL(HAVE_PLAYERC, test "x$have_playerc" = "xyes")
AC_OUTPUT(Makefile
Index: todo
===================================================================
RCS file: /cvsroot/playerstage/code/stage/todo,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** todo 15 Jan 2008 01:25:42 -0000 1.8
--- todo 21 Feb 2008 23:55:29 -0000 1.9
***************
*** 1,9 ****
-- TODO --
- - libstageplugin
- - better model lookup
- - collisons
- 3d ray tracing
- - fiducials
- GUI rotations
- docs
--- 1,5 ----
***************
*** 13,19 ****
- pucks
! - sensible defaults - laser (all devices)
! - where to put default values? in each model seems better than the
! header file
-- Large Scale Robotics paper
--- 9,17 ----
- pucks
!
! -- DONE --
!
! - collapse all stg_X player drivers into a single driver with
! multiple interfaces. See note in stg_driver.cc
-- Large Scale Robotics paper
***************
*** 22,27 ****
- experimental design
! -- DONE --
!
! - collapse all stg_X player drivers into a single driver with
! multiple interfaces. See note in stg_driver.cc
--- 20,24 ----
- experimental design
! - sensible defaults - laser (all devices)
! - where to put default values? in each model seems better than the
! header file
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit