-
Notifications
You must be signed in to change notification settings - Fork 11
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
Issues for importing our robot into LIPM package #16
Comments
|
The answer to all questions is "Yes". There are many variables in the files of cnoid folder. Is it possible than one or more of those variables are not set correctly and this is why we can't run it? Thank You |
I was able to fix that problem. I am now getting some other errors. The robot in choreonoid still falls down. But I can see foot points and other panels in rviz. I wanted to share the errors with you, maybe you could help us.
Terminal Shows following lines after the choreonoid --start-simulation sim_mc.cnoid command:
And the terminal which starts RVIZ shows following lines: ..``` started roslaunch server http://hmr-ThinkPad-P1:42377/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 445020c0-46ee-11ea-ac67-3c6aa7374b96 started roslaunch server http://hmr-ThinkPad-P1:42377/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 445020c0-46ee-11ea-ac67-3c6aa7374b96 [rviz-2] process has died [pid 13024, exit code -6, cmd /opt/ros/kinetic/lib/rviz/rviz -d /home/saeed/repos/3rd_party/lipm/catkin_ws/src/mc_rtc_ros/mc_rtc_ticker/launch/display.rviz __name:=rviz __log:=/home/saeed/.ros/log/445020c0-46ee-11ea-ac67-3c6aa7374b96/rviz-2.log].
|
Sorry for the delay. Everything looks fine here on choreonoid's side:
Your issue here seems to be:
Since the You could start by running simpler controllers to make sure that the dynamic simulation behaves as expected first. I suggest:
If both of those are fine, retry LIPMWalking, it should at least work well until you click on the |
Hi
I am trying to import our robot into LIPM walking package and use it here. So I prepared some files for mc_rtc. myrobot.cpp and myrobot.h files which are getting compiled and have no issues. Also, there are some files needed by mc_openrtm to recognise our robot in choreonoid. I have added some model file and also there are some files in cnoid folder which I tried to made based on our robot. By the way there are so many details on them and I am not sure if I have done all of them correctly. I have attached them here. Maybe you could find any issues in them too.
cnoid.zip
I am running LIPM package and I can see my robot in choreonoid, but it falls down. I resolved all the issues based on what message windows in choreonoid told me and currently I have almost no error. But I don't realise what the problem is. The messages are:
I can only see that at the end we have "Failed to parse corba.master_manager" message. Do you know what might be the reason for it and how to resolve it?
Thank You
The text was updated successfully, but these errors were encountered: