Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO NOT MERGE FOREVER] https://github.com/start-jsk/jsk_apc/pull/2235 #2497

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Jul 31, 2017

commit 708 wrong code to find why this passed test

  1. use eus compile to find undefined variable and functions
$ roseus "(compile-file \"baxter-interface.l\")" "(exit)"
; prismatic-vel- is assumed to be global
; prismatic-vel- is assumed to be global
; ros::*simple-goal-state-active* is assumed to be global
; prismatic-vel- is assumed to be global
; *ri* is assumed to be global
; *tfl* is assumed to be global
gcc -g -c -Dx86_64 -DLinux -Wimplicit -falign-functions=8 -DGCC3  -DGCC  -DTHREADED -DPTHREAD -fpic  -I/opt/ros/indigo/share/euslisp/jskeus/eus/include -O2 baxter-interface.c

currently we need to fix code like below and unix:uleep (#2241 (review)) is not found

-  (:init (&key ((:robot rb) (instance jsk_arc2017_baxter::baxter-robot :init)) &rest args)
+  (:init (&rest args
+          &key ((:robot rb) (instance jsk_arc2017_baxter::baxter-robot :init)))

@k-okada k-okada force-pushed the 708yamaguchi/grasp-using-proximity branch from 0b6faca to 68787d5 Compare July 31, 2017 10:25
@k-okada k-okada force-pushed the 708yamaguchi/grasp-using-proximity branch from 7127902 to a687fab Compare July 31, 2017 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant