看見Moveit的功能實在很心動,一直想要試試看,可是Clearpath裡面沒有怎麼辦呢,雖然可以自己作,但是又覺得應該有人作過了才對吧。
最後找到這個
https://github.com/SankarNatarajan/JacoROS
然後試了一下,在動力學的部份有許多錯誤,不知道怎麼解決。最後就算了。
但是呢,在搜尋解決辦法時,又找到另外一個
https://github.com/fivef/JacoROS/tree/master
這個看起來似乎有點跡象可以用,首先依照說明
wstool set JacoROS --git https://github.com/fivef/JacoROS.git
wstool update JacoROS
cd to the cloned "JacoROS" folder
sudo cp udev /99-jaco -arm. rules /lib/udev/rules. d/
sudo cp -r Kinova ~
然後怎麼不能用呢!
roslaunch jaco start.launch
roslaunch jaco_moveit_config bringup_moveit_planning_execution.launch
這下該怎麼辦呢,最後想到一個個看看吧。
問題出來了,原來是找不到glib-2.0_CONFIG_INCLUDE_PATH這個東西啊。
Please set them or make sure they are set and tested correctly in the CMake files:
-- Configuring incomplete, errors occurred!
找到這個檔案,加上一定會找到的路徑,試試看
FIND_PATH
/
/
/
/
/
DOC "The directory where glib-2.0/glib
FIND_PATH
/
/
/
DOC "The directory where glib-2.0/
重新來一次,果然順利跑到100%。接下來就是
噹噹~可以用了。