Skip to content
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

[nextage_calibration] Problem of a dependency and modification #375

Open
y-yosuke opened this issue Jul 13, 2020 · 2 comments
Open

[nextage_calibration] Problem of a dependency and modification #375

y-yosuke opened this issue Jul 13, 2020 · 2 comments

Comments

@y-yosuke
Copy link
Member

The debian package of rtmros_nextage for ROS Melodic was published, but I could not install this package on ROS Melodic by apt with a error of nextage_calibration dependency problem as shown below.

$ sudo apt install ros-melodic-rtmros-nextage
[sudo] password for robotuser: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ros-melodic-rtmros-nextage : Depends: ros-melodic-nextage-calibration but it is not installable
E: Unable to correct problems, you have held broken packages.

The problem is probably due to the lack of turtlebot_description in ROS Melodic debian packages.
And the package turtlebot_description was needed for Kinect depth sensor model.
Now there is a common package for Kinect sensor model in http://wiki.ros.org/openni_camera.
( https://discourse.ros.org/t/common-location-for-sensor-urdf-files/1758 )

So I changed the Kinect sensor model package to openni_description from turtlebot_description in the rtmros_nextage branch mod-nextage-calibration-dependencies https://github.com/tork-a/rtmros_nextage/tree/mod-nextage-calibration-dependencies .

But this branch still has a problem that the openni_description debian package don't have the mesh folder yet as mentioned in PR ros-drivers/openni_camera#72 . In the current situation where the PR is not merged, you need to clone the openni_camera package into your workspace to use the model.

If you have any better solutions, please tell me about them.

@k-okada
Copy link
Member

k-okada commented Jul 14, 2020 via email

@y-yosuke
Copy link
Member Author

I also have checked the branch mod-nextage-calibration-dependencies in ROS Kinetic with cloning the openni_camera package and build it at my local workspace.

A screenshot of the result of executing roslaunch nextage_calibration gazebo_kinect_checkerboard_waist.launch

Screenshot from 2020-07-15 22-09-29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants