ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Yuki Furuta's profile - activity

2022-03-21 07:05:38 -0500 received badge  Famous Question (source)
2019-08-26 19:25:16 -0500 received badge  Notable Question (source)
2016-10-17 07:41:50 -0500 commented answer How can we know the release date of apt repository

I see. Thank you for information!

2016-10-17 07:41:27 -0500 received badge  Scholar (source)
2016-10-17 07:40:05 -0500 received badge  Popular Question (source)
2016-10-16 18:09:42 -0500 asked a question How can we know the release date of apt repository

Hi,

I'd like to know exact timing of releasing apt repositories for both "ros" and "ros-shadow-fixed". Is there any trigger or hook by which we can know exact time when new list of apt packages are released?

Thank you in advance.

2015-10-25 18:39:52 -0500 received badge  Notable Question (source)
2013-11-17 21:38:44 -0500 received badge  Popular Question (source)
2013-01-22 20:10:27 -0500 asked a question collada_urdf_jsk_patch Build Failed

I tried to install ROS fuerte on Ubuntu 12.04 64bit. In process, rosmaking the package "collada_urdf_jsk_patch" failed with error as follow:

[ rosmake ] All 5 linescollada_urdf_jsk_patch: 1.6 sec ] [ roseus: 0.9 sec ]                                                                                                                                       [ 2 Active 46/50 Complete ]
{-------------------------------------------------------------------------------
Makefile:14: 警告: ターゲット `build/robot_model' へのコマンドを置き換えます
  /opt/ros/fuerte/share/ros/core/mk/hg_checkout.mk:14: 警告: ターゲット `build/robot_model' への古いコマンドは無視されます
  mkdir -p `dirname build/robot_model`; hg clone ttps://kforge.ros.org/robotmodel/robot_model build/robot_model
  中止: エラー: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package collada_urdf_jsk_patch written to:
[ rosmake ]    /home/furushchev/.ros/rosmake/rosmake_output-20130123-012946/collada_urdf_jsk_patch/build_output.log                                               
[rosmake-0] Finished <<< collada_urdf_jsk_patch [FAIL] [ 1.60 seconds ]

I think it's the error of the latest version of mercurial. To clone this package, it needs additional option --insecure after hg clone. How can I install this package using rosws?

[NOTE] "http://" was changed to "ttp://" because of luck of my karma.