2013-09-19 18:57:52 -0600 | received badge | ● Notable Question (source) |
2013-06-03 14:36:44 -0600 | received badge | ● Popular Question (source) |
2013-05-27 12:32:48 -0600 | asked a question | Error post updating and installing nightly packages. locale::facet::_S_create_c_locale name not valid Hi, I updated my sim to try the damping tutorial for Sandia Hands and DRC Sim wont start thereafter. Error keeping looping and trying to start and spawn the worlds and models. Log can be seen below: process[rosout-1]: started with pid [9927] terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid [rosout-1] process has died [pid 9927, exit code -6, cmd /opt/ros/fuerte/share/rosout/bin/rosout __name:=rosout __log:=/home/sudip/.ros/log/49d503dc-c584-11e2-ae97-4c809313301c/rosout-1.log]. log file: /home/sudip/.ros/log/49d503dc-c584-11e2-ae97-4c809313301c/rosout-1*.log respawning... [rosout-1] restarting process Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading'="" from="" '="" usr="" lib="" python2.7="" threading.pyc'=""> ignored process[rosout-1]: started with pid [9929] terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid [rosout-1] process has died [pid 9929, exit code -6, cmd /opt/ros/fuerte/share/rosout/bin/rosout __name:=rosout __log:=/home/sudip/.ros/log/49d503dc-c584-11e2-ae97-4c809313301c/rosout-1.log]. log file: /home/sudip/.ros/log/49d503dc-c584-11e2-ae97-4c809313301c/rosout-1*.log respawning... [rosout-1] restarting process Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading'="" from="" '="" usr="" lib="" python2.7="" threading.pyc'=""> ignored |
2013-05-11 06:42:27 -0600 | received badge | ● Famous Question (source) |
2013-05-03 08:23:32 -0600 | received badge | ● Notable Question (source) |
2013-04-27 16:54:38 -0600 | received badge | ● Popular Question (source) |
2013-04-24 05:49:31 -0600 | answered a question | DRCsim Atlas robot inverse kinematics I can suggest you one more way of doing it: 1) Create a publisher in Python which publishes forces to the joints. Joint tutorial using Python can helo you with that. 2) Call another code objects which modifies the joint forces and returns it to the publishing method. 3) Create a class and method for implementing IK using DH matrices. There are many IK implementations available online and those can be called from this interface class as well. Considering the less amount of time left for DRC, the choice is yours. :) |
2013-04-24 04:57:48 -0600 | asked a question | DRC Sim crashes post installation for 2.4 onwards Hi, I have been facing crash of DRC Sim ever since the new versions were launched. DRC Sim 2.4 onwards installing on clean 64 bit Ubuntu Quantal and on running the launch file gives the error below: I did solve it last time by installing the libraries but crashed and the same thing started again. (more) |