ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
2016-07-15 06:46:45 -0600 | received badge | ● Famous Question (source) |
2016-07-15 06:46:45 -0600 | received badge | ● Notable Question (source) |
2016-07-15 06:46:45 -0600 | received badge | ● Popular Question (source) |
2016-06-02 12:17:57 -0600 | commented answer | [ERROR] [WallTime: 1448195093.843222] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino Hi! thank you for your advice but there is something wrong with my PC these days and get no chance to have a try (bad luck). When I fixed my mass I'll pick up that practise again. Thank you again. |
2016-04-25 01:48:02 -0600 | received badge | ● Famous Question (source) |
2016-04-05 00:43:44 -0600 | commented question | Using moveit movegroup could not solve an ik problem |
2016-04-05 00:32:17 -0600 | asked a question | Using moveit movegroup could not solve an ik problem I follow moveit_pr2 tutorial(https://github.com/ros-planning/moveit_pr2/tree/indigo-devel/pr2_moveit_tutorials/planning/src) to build a program for my own 4DOF scara robot. when using setPoseTarget() to set a pose target, the method plan() cannot compute a valid solution, but setJointValueTarget() works fine. It seems that it cannot solve the ik problem. platform Ubuntu14.04 indigo cpp file: int main(int argc, char** argv) { } terminal output **ling@ling:~$ roslaunch scara_robot_moveit_config demo.launch ling@ling:~$ rosrun scara_robot nav_test8 [ INFO] [1459831987.157223847]: Loading robot model 'scara'... [ INFO] [1459831987.636260172]: Loading robot model 'scara'... [ INFO] [1459831988.759656863]: Ready to take MoveGroup commands for group scara_arm. [ INFO] [1459831988.763104882]: Reference frame: /base_link [ INFO] [1459831988.763557455]: End-effector link: link4 [ INFO] [1459831989.049124368]: x = -0.400000, y = 0.000000, z = 0.278272 [ WARN] [1459831994.951622692]: Fail: ABORTED: No motion plan found. No execution attempted. [ INFO] [1459831994.951739830]: Visualizing plan 2 (joint space goal) FAILED terminate called after throwing an instance of 'class_loader::LibraryUnloadException' what(): Attempt to unload library that class_loader is unaware of. 已放弃 (核心已转储)** new to Moveit! need you guys' help. BTW, is there any advance methods to control velocity or acceleration beside setting a factor for the MAXs. |
2016-03-15 10:39:18 -0600 | received badge | ● Famous Question (source) |
2016-02-04 17:12:22 -0600 | received badge | ● Notable Question (source) |
2016-01-02 11:44:43 -0600 | received badge | ● Notable Question (source) |
2015-12-08 05:57:41 -0600 | received badge | ● Popular Question (source) |
2015-11-22 07:06:19 -0600 | received badge | ● Editor (source) |
2015-11-22 06:47:52 -0600 | asked a question | [ERROR] [WallTime: 1448195093.843222] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino I'm practising rosserial-arduino. When I first boot my virtual machine running Ubuntu14.04 with Indigo installed, and run serial_node.py, It is OK. Then I abort it (^c) and connect arduino to win7(host) and upload another program. When I reconnect to ubuntu and try to open serial port, this error occur. And I rebooted ubuntu and redo the same thing. results are the same. succeed on first try and fail on the second. I'm using ros_lib generated by catkin. I really wonder why. |
2015-11-11 04:51:05 -0600 | commented answer | rosrun rosserial_python serial_node.py /dev/ttyACM0 error occured TypeError: __init__() got an unexpected keyword argument 'queue_size' Yes I think you are right. I've tried that wiki on Indigo and worked fine. Thank you very much. |
2015-11-11 04:43:08 -0600 | received badge | ● Scholar (source) |
2015-11-11 04:43:05 -0600 | received badge | ● Popular Question (source) |
2015-11-10 10:56:23 -0600 | asked a question | rosrun rosserial_python serial_node.py /dev/ttyACM0 error occured TypeError: __init__() got an unexpected keyword argument 'queue_size' Hi, I'm following rosserial_arduino/Tutorials/Hello World and when runing I tried to ignored the error and start the next step It wouldn't work as I thought: I'm using groovy on ubuntu12 but my arduino IDE is installed on Win7. Does it matter? Can someone help? Thanks advance. |