Closed youtalk closed 10 years ago
I compared the error output you shared with what I just got on my machine, and it doesn't show anything strange (there are some "not found"s that are normal under current setting, which is better off being handled though). Does it happen all the time or only sometime?
Yes, it happens all the time. I try again and check the model files.
some robot models cannot be found and the 3D model doesn't appear. Do you have some idea to resolve it?
Can you capture and paste the rviz view? I also want to check the output of hrpsys of hironx_ros_bridge_simulation.launch
or equivalent.
Finally, I got the reason why it doesn't work. In my environment I've already installed ros-hydro-nextage-moveit-config
but not yet installed ros-hydro-hironx-moveit-config
.
After installing ros-hydro-hironx-moveit-config
related packages, above roslaunch scripts of both nextage
and hironx
are successfully executed.
I'm not sure but the dependencies of ros-hydro-nextage-moveit-config
should be fixed. Thank you for your help.
$ sudo apt-get install ros-hydro-nextage-moveit-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
ros-hydro-nextage-moveit-config is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
$ sudo apt-get install ros-hydro-hironx-moveit-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libmongo-client-dev libmongo-client0 mongodb-clients mongodb-dev mongodb-server
ros-hydro-household-objects-database-msgs ros-hydro-manipulation-msgs
ros-hydro-moveit-planners ros-hydro-moveit-planners-ompl ros-hydro-moveit-ros
ros-hydro-moveit-ros-benchmarks ros-hydro-moveit-ros-benchmarks-gui
ros-hydro-moveit-ros-manipulation ros-hydro-moveit-ros-planning-interface
ros-hydro-moveit-ros-robot-interaction ros-hydro-moveit-ros-visualization
ros-hydro-moveit-ros-warehouse ros-hydro-ompl ros-hydro-pr2-moveit-plugins
ros-hydro-warehouse-ros
The following NEW packages will be installed:
libmongo-client-dev libmongo-client0 mongodb-clients mongodb-dev mongodb-server
ros-hydro-hironx-moveit-config ros-hydro-household-objects-database-msgs
ros-hydro-manipulation-msgs ros-hydro-moveit-planners ros-hydro-moveit-planners-ompl
ros-hydro-moveit-ros ros-hydro-moveit-ros-benchmarks ros-hydro-moveit-ros-benchmarks-gui
ros-hydro-moveit-ros-manipulation ros-hydro-moveit-ros-planning-interface
ros-hydro-moveit-ros-robot-interaction ros-hydro-moveit-ros-visualization
ros-hydro-moveit-ros-warehouse ros-hydro-ompl ros-hydro-pr2-moveit-plugins
ros-hydro-warehouse-ros
0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
Need to get 29.8 MB of archives.
After this operation, 84.0 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Thanks, and happy to hear that.
By the way, we designed nextage_moveit_config not to depend on hironx_moveit_config, so something strange here. Could you add some comment on #71, if you know which part of nextage_moveit_config depends on hironx_moveit config ?
Thanks in advance.
@k-okada I'll check it.
Hi, I'm @youtalk using this package every day. It's quite useful.
These days I'm trying to use the
nextage_moveit_config
package. But while launchingroslaunch nextage_moveit_config moveit_planning_execution.launch
, some robot models cannot be found and the 3D model doesn't appear. Do you have some idea to resolve it?I use an Ubuntu 12.04 64bit PC with ROS Hydro and the package of
nextage_moveit_config
was installed via latestros-shadow-fixed
repository.The console outputs are shown as follow. Thank you anyway.