ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Problem loading cram_plan_library

asked 2012-11-15 03:26:11 -0500

ZiyangLI gravatar image

updated 2012-11-15 03:29:55 -0500

I am using Fuerte on Ubuntu10.04X64, cram_highlevel is the latest clone from Github. It seems cram_plan_library uses some symbols which is not defined in cl_tf yet?

; compiling file "/home/s117219/ros/fuerte_workspace/stable_stacks/cram_highlevel/cram_plan_library/src/at-location.lisp" (written 14 NOV 2012 01:44:02 PM):
; compiling (IN-PACKAGE :PLAN-LIB)
; compiling (DEFVAR *AT-LOCATION-LOCK* ...)
; compiling (DEFCONSTANT +AT-LOCATION-RETRY-COUNT+ ...)
; compiling (CRAM-PROJECTION:DEFINE-SPECIAL-PROJECTION-VARIABLE *AT-LOCATION-LOCK* ...)
; compiling (DEFUN LOCATION-DESIGNATOR-REACHED ...)
; compiling (DEFMACRO WITH-EQUATE-FLUENT ...)
;
; compilation aborted because of fatal error:
;   SB-INT:SIMPLE-READER-PACKAGE-ERROR at 3626 (line 75, column 45) on #<SB-SYS:FD-STREAM
;                                                                        for "file /home/s117219/ros/fuerte_workspace/stable_stacks/cram_highlevel/cram_plan_library/src/at-location.lisp"
;                                                                        {10044AC5E1}>:
;     Symbol "WITH-TRANSFORMS-CHANGED-CALLBACK" not found in the CL-TF package.
;   
; compilation aborted after 0:00:00.057
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {1003BAB741}> on
   #<CL-SOURCE-FILE "cram-plan-library" "src" "at-location">.
; 
; compilation unit aborted
;   caught 2 fatal ERROR conditions
edit retag flag offensive close merge delete

Comments

Thanks again @Lorenz

ZiyangLI gravatar image ZiyangLI  ( 2012-11-15 03:40:50 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-11-15 03:31:12 -0500

Lorenz gravatar image

After some refactoring of AT-LOCATION, cram_plan_library now needs the most recent development version of cl_tf. You need to check out the stack roslisp_common using svn from the following url: https://code.ros.org/svn/ros-pkg/stacks/roslisp_common/trunk

For instance, you can use the following rosinstall file:

-svn:
    local-name: roslisp_common
    uri: 'https://code.ros.org/svn/ros-pkg/stacks/roslisp_common/trunk'
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-15 03:26:11 -0500

Seen: 142 times

Last updated: Nov 15 '12