At last week's hackathon we intended to simulate a full body waving gesture with hubo. The motion was planned in openrave and the idea was to execute it using hubo-motion-rt connected to dart through ach using hubo-ach-tab. dart was unfortunately returning a segfault right after loading the scene.
Can someone tell me the sequence of commands, to start the simulation properly?
The Readme file says:
sudo service tech virtual
which returns => tech: unrecognized service
When I do it manually:
sudo ach -1 -C hubo-ref -m 10 -n 3000 -o 666
sudo ach -1 -C hubo-state -m 10 -n 8000 -o 666
launching "gdb HuboAchTab" fails on
frame->SimulateFrame(evt);
in void HuboAchTab::GRIPEventSceneLoaded() in file HuboAchTab.cpp
with the following error (this is the same error I had at the hackathon) dart stats up and then shuts down almost instantaneously:
trying to load installed world from /usr/share/hubo-ach-tab
- Robot[0]: huboplus : 63 DOFs
--(v) Done Parsing World information (v)--
--(v) Done Updating TreeView (v)--
update All Tabs
Automatically starting simulation
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
[Thread 0x7fffe26af700 (LWP 13835) exited]
[Thread 0x7fffe963c700 (LWP 13792) exited]
[Thread 0x7fffe9e3d700 (LWP 13781) exited]
Inferior 1 (process 13088) exited with code 0377 bt
No stack.
At last week's hackathon we intended to simulate a full body waving gesture with hubo. The motion was planned in openrave and the idea was to execute it using hubo-motion-rt connected to dart through ach using hubo-ach-tab. dart was unfortunately returning a segfault right after loading the scene.
Can someone tell me the sequence of commands, to start the simulation properly?
The Readme file says:
sudo service tech virtual
which returns => tech: unrecognized service
When I do it manually:
sudo ach -1 -C hubo-ref -m 10 -n 3000 -o 666
sudo ach -1 -C hubo-state -m 10 -n 8000 -o 666
launching "gdb HuboAchTab" fails on
frame->SimulateFrame(evt);
in void HuboAchTab::GRIPEventSceneLoaded() in file HuboAchTab.cpp
with the following error (this is the same error I had at the hackathon) dart stats up and then shuts down almost instantaneously:
trying to load installed world from /usr/share/hubo-ach-tab
--(v) Done Parsing World information (v)--
--(v) Done Updating TreeView (v)--
update All Tabs
Automatically starting simulation
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
(HuboAchTab:13088): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
[Thread 0x7fffe26af700 (LWP 13835) exited]
[Thread 0x7fffe963c700 (LWP 13792) exited]
[Thread 0x7fffe9e3d700 (LWP 13781) exited]
Inferior 1 (process 13088) exited with code 0377 bt
No stack.